Hi I want to toggle GPIO0_6 pin on Jacinto 7 EVM (with expansion), Following are my steps:
Note: Clock is already enable to GPIO0. also PINMux default value is GPIO so I didn't changed it.
1. Set direction via GPIO_DIR01 register. setting bit-6 to 0
2. Toggle GPIO via GPIO_OUT_DATA01 register.
I verified PINMux value that looks good (0x07).
What am I missing here? The GPIO doesn't toggle. well It toggles in register mentioned above but not on J7 EVM board.
Any clue will be highly helpful.