RS485 on AM62 module

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello,

Thank you for reaching out with your question about implementing RS485 interfaces on the AM62 Solo module. The Verdin Carrier Board Design Guide indicates that the RTS (Request to Send) signal, essential for RS485 communication, is only available on UART1 and UART2 as standard interfaces. This is because the RTS signal is typically used to control the direction of data flow in RS485 communication.

If you wish to use UART7 for RS485, you will need to manage the direction control without the RTS signal. One approach is to implement software-based RTS control by manually toggling a GPIO pin to simulate the RTS signal. This method requires additional software development to ensure timely switching between transmit and receive modes.

Alternatively, you might consider using an external RS485 transceiver that can handle direction control independently of the RTS signal. Some transceivers offer built-in automatic direction control, which could simplify your design.

In summary, while UART7 can be used for RS485, addressing the lack of RTS signal through software solutions is necessary to ensure proper communication.

Best regards,
Toradex AI Assistant.

Please, also check if these links can help you solve your problem:

TI AM62 Computer on Module - Verdin AM62.