Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
1. How do the PADCONFIG registers PADCONFIG#_RXACTIVE and PADCONFIG#_TX_DIS operate?
For example, there is a DIR register in GPIO that determines the direction; if DIR is 0, it is set to output, and if 1, it is set to input.
How does it operate based on the RXACTIVE value? Is the signal of the I/O PAD connected to the output of the GPIO's IN_DATA register through AND logic?
How does TX_DIS operate? I am curious about how it functions when the DIR register is set to 0.
2. When setting the PADCONFIG to GPIO mode and configuring it as an output pin, I set the value of the PADCONFIG#_RXACTIVE register to 0, but the GPIO pin was not controlled.
Therefore, even though it is an output pin, I am using it with the RXACTIVE value set to 1. Please explain the cause of this phenomenon.
3. Why is the output disable (PADCONFIG#_TX_DIS) setting feature not provided in the SysConfig Tool?