Reading Pheripheral Registers

24 May 2010

How can you read or write to a register, such as U0LCR for a Uart.  I want to be able to control the hardware directly, without using an API

24 May 2010

Check out LPC17xx. With a bit of practice you'll be able to map register names from the manual. E.g. U0LCR will be LPC_UART0->LCR.