Can UART0 be configured for RS485 half-duplex mode? Can UART0_RTS be configured to auto-enable the RS485 transciever's output, or does this need to be done through software control?
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.
Can UART0 be configured for RS485 half-duplex mode? Can UART0_RTS be configured to auto-enable the RS485 transciever's output, or does this need to be done through software control?
Yes, I understand that. I will be using an external half-duplex RS485 transciever. The issue is enabling the transmitter, since the receive/tranmit lines are shared. Some CPUs have the ability to auto-enable the external transceiver for transmit vs. having to do this via software control using a GPIO. If this is not built-in to the UART, it will be a fair bit of software overhead (and we won't be able to use the transmit FIFO).
Inderjit,
The UART does not have built-in hardware support for that.
-Jeff