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.
Hello All,
I have a problem that is frustrating my progress:
In order to test the USART I wrote a program to write data to the serial port on the mbed. My goal was to test the USART using a loopback and an interrupt. The idea is to send one byte out of the USART and toggle an LED in the interrupt handler when the byte is received back. When I run the program both my test LEDs remain solid. Additionally, I did not connect the TX and RX pins together so there is no reason for the LED to assert. Could you please have a look below and let me know if there is something obvious that is being overlooked? Thanks in advance!!