Tool/software: Code Composer Studio
Hi,
While using UART with callback mode. soon after bootup both read(RX) & write(TX) functions are working properly. But when I running that for a long time RX is stopped and board is not responding to serial commands but still, TX is working I can see serial messages coming out of the board. Only receiving is not working properly. Then if I press reset again both read & write is working properly.
The code is modified from the UART echo sample project that is available in TiRTOS examples.