Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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