Working with STM32 and UART part 3: Receive a character in interrupt mode
In the pervious two guides (part 1 & part 2 ) how to send a single character and string using UART. In this guide, we shall discuss how to receive a character from UART using interrupt handler and echo back the sent character and blink the...
READ MORE