Hello there,
I am working on TM4C1294xl eval board,and kind of developing skills on it on my own.
But here i am stuck when i am trying to establish communication using RS485.
I am using IC SN65HVD72D for TTL to 485 interface;UART_echo sample code, adapting for 485 comunication.
The thing is i am not able to decide that which flag i should check to switch the com control from Rx mode to Tx mode and vice versa.
Reading the datasheet i understood that i should look for TXFE flag or BUSY flag in UARTFR register.
But m unable to find the variable in sample program which represents the same.
Kindly help.
Thank you.