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.
8 years, 1 month ago.
Nucleo serial interrupt compatible code to LPC_UART0?
How do I make this peace of code compatible for NUCLEO F030R8? The code is for some LPCxxxx processor/board
// Rx Interupt routine void Rx_interrupt(void){ LPC_UART0->IER = 0; // Disable Rx interrupt (*RX_THREAD_POINTER).signal_set(0x1); // dereference of RX_THREAD_POINTER }