Other Parts Discussed in Thread: SYSBIOS, OMAPL138
Hi,
I am just trying to run GPIO port with 30 MHz external oscillator on c6746 based custom board. I am using CCSv5.
I configured the PINMUX19 as 0x00000008 and also configured the GPIO reg as output and the set the value on that pin.
But when I looked at the value of registers in CCSv5, I get the value of PINMUX19 which I set while in case of GPIO, every registers value is0x00000000. It seems GPIO registers is not getting accessed. Even I checked the value of GPIO pin with multimeterm, I don't get desired value.
Can somebody, let me know what exactly is the problem?
Thanks in Advance..!!