We are using OMAPL138BZWTD4 for our design. We are enabling Pin D2 (GP1[15]) in GPIO Mode which connects to LED circuit .
We followed the same procedure as in TRM
- PINMUX2_3_0 selects Functions GP1[15],
- Setting the direction control registers of GPIO as Output for that Particular pin
- Togging that pin using GPIO out data register.
The expected behavior is LED to be toggled but it's not happening. Even we couldn't see the toggling on scope by probing respective pin.
The Same Circuit & software procedure we can observer the LED toggling on GP6[3].
Please let us know what can be done for GP1[15] to be toggled.