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, let's say that I enable an interrupt like... NVIC_EnableIRQ(UART0_IRQn). When i receive something via UART, it triggers an interrupt, but what function does it run, or how I tell mbed to run a specific function when I receive something?
Thanks.