This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Use of UART_write of Ti RTOS in RS485 implementation

Other Parts Discussed in Thread: TM4C1294KCPDT

Hi,

I have  a question regarding use of TI RTOS UART drivers.

Iam using "UART_write" API of TI RTOS UART driver for sending data over a RS485 bus. The RS485 driver has echo on so whatever data i sent is echoed back to me. If I keep the recieve enable of UART during the UART_write call, I get an exception and my program terminate. If I keep the Recieve disable of UART during UART_write(), the program works fine.

Does recieving of data on UART during a UART_write() call causes issue in TI RTOS?