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.

AM625: About rs-485

Part Number: AM625


Tool/software:

I was recently debugging a 485, and my 485 has a transmit/receive enable pin.The default state allows data to be received, and the enable pin is flipped when data is sent.I found the following link configuration in the forum.

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/527378/am335x-gpio-based-rts-for-rs-485

I have two questions.

First, is this RTS pin fixed? Can I bind it to other GPIO pins in the device tree?

Second, is the level change of this pin automatically changed when sending data? Is it changed inside the chip or implemented by the driver?

thanks!!