DMX issue with LPC11u24

25 Jan 2012

Hi,

I am trying to receive DMX with an LPC11U24 using the DMX library.

The compiler is giving errors related to the identifiers in the DMX library, which was written for the LPC1768.

I am using pin10 to receive, and I think I need to change the UART reference in this line to make it work:

uart_lsr = &LPC_UART1->LSR;

I believe the 11U24 has only one UART bus (unlike the 1768s three), but can't guess what I need to change the identifier to...

Any ideas?

Thanks, Tom