How to handle UART Interrupts when using FreeRTOS for STM32F429 MCU
I have a STM32F429 Discovery board and I have FreeRTOS on my framework. What is the correct/proper way to handle UART RX/TX Interrupts with FreeRTOS?Currently I setup UART5 with RX Interrupts enable and I will service them on the IRQ Handler. Then pr...