I’m using TX2-NX SOM with customize designed board, UARTB flow control (PIN103/105) doesn’t work.
sudo minicom /dev/ttyTHS1 (set with hw flow control), PIN 103/105 not connect,
When RTS/CTS not connect, data input/output shouldn’t success, but it does transfer R/W successful.
if change to NX SOM, hw flow control on UARTB not work ether.
Didn’t do any config for uartb. (using default image)
Testing 4-line uart with full function(RX/TX/RTS/CTS), we expect data will not transfer if RTS/CTS are not connect to CTS/RTS.
The condition is ,only RX/TX connect to TX/RX , and hw flow control enabled. ===> data can read/write from/to another UART.
This means RTS/CTS function not work .
We did patch the code before posting this issue, still not work.
And, we also have another 4-line uart on uartc (ttyTHS2) , without patch code , it works fine.
only uartb abnormal.
Hi,
Since uartc works in your set up and would like to get more information. By default UART3_RTS and UART3_CTS are initialized as GPIO. Do you modify pinmux spreadsheet to initialize the pins to UC3_RTS and UC3_CTS functions?
Hi,
We have checked and it may be due to status of pin 103. The pin is used for SoC strap and it may be tied to a constant value, affecting the functionality. For further check, please configure the pin to gpio, toggle the GPIO and then observe whether the signal is correct.