Tool/software: TI-RTOS
According to the post:
Richard W. posted May 19, 2016 10:16 AM:
you perform concurrent UART read/write operations from within two different tasks in blocking mode. This is not possible. Instead, you must use the UART in callback mode and synchronize calls to UART_read() and UART_write() between your tasks.