On the Jetson AGX Orin platform, I’m trying to multiplex the UART TX pin into standard GPIO mode and set it to input mode to read external digital signals.
I’m experiencing an inconsistency:
UART5_TX (Pin X):
I successfully configured this pin to GPIO mode by modifying Pinmux. I can set the direction of this GPIO to Input.
UART1_TX (Pin Y):
I successfully configured this pin to GPIO mode using Pinmux. However, when I try to set the direction of this GPIO to Input, the operation fails.
Are there any hardware limitations?
