Hi all. May i know how to declare a register for LPC2103? if the bit is 0, symbol is Receiver Data Ready(RDR) and its under Line Status Register(U0LSR). The address is 0xE000 C014. What i know in 8051 is that registered are declared this way: sbit TI = SCON^1
Your help is greatly appreciated! Thanks.
Take a look to: C:\Keil\ARM\Boards\Keil\MCB2103\Blinky.
The file Serial.C shows the usage of the UART.
alright. thx.