Hello,
I am trying to toggle a GPIO pin:
For example, to toggle pin GP0[12] I set bit 12 in DIR01 (first) and then OUT_DATA01 or SET_DATA01 or CLR_DATA01 registers. The problem is that this works only for bank0. When I am trying to change GP4[0] - it changes the register but not changing the pin state. And so goes for all pins except bank0. Do I need to enable anything for other banks?
I am using OMAPL137EVM.
Regards
Arye