I have a OMAP3530 based system where two GPIOs are tied together:
GPIO_1 is tied to GPIO_70, and they are pulled up to 1.8V (VIO) via a 1kOhm resister.
When the PADCONF for both pins is set to 0x011c (input, pulled up), and both GPIO_1 and GPIO_70 are configured as inputs then the pins sit at about 1.0V, which isn't really a legal value.
If I turn GPIO_1 into an output, then it can control the signal, and GPIO_70 reads it clearly.
If, however, I have GPIO_1 as an input and GPIO_70 as an output, then GPIO_70 can't control the voltage on the line enough for.
Is there something strange with the GPIO_1 input? Is there any other configuration that needs doing?
Thanks in advance,
Chris