2019-11-14 03:12 AM
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 provide a flag on FreeRTOS to process data when packet arrives.
Not sure if that the correct way to should I use a native FreeRTOS IRQ handler?
Advise