Posted on September 12, 2015 at 00:46Hi All,I'm trying to build an application which can receive commands through UART, and can also send messages.I have created 2 threads using FreeRTOS: one for a continuous RX, and one for a repetitive TX.The RX t...