Other Parts Discussed in Thread: TPS65950, OMAP3525
Hi,
I am using OMAP3525 CBB in my hardware, i am trying to configure pads AG18(CSI2_DX1/GPIO_114), and AH18(CS12_DY1/GPIO_115) as gpio's. While doing so, i cant able to toggle those pins. Kindly clarify whether we need to do any additional register configuration as we did for Gpio 120 to 129. I have enabled all the power's in TPS65950 power companion chip.
here is my configuration
*(volatile unsigned int *)0x48002138 = 0x011C011C;
*(volatile unsigned int *)0x49054034 &= ~(0x12 | 0x13);
while(1) {
*(volatile unsigned int *)0x4905403C |= (0x12 | 0x13);
_asm("nop");
_asm("nop");
*(volatile unsigned int *)0x4905403C &= ~(0x12 | 0x13);
_asm("nop");
_asm("nop");
}
Kindly reply
V.Yuvaraj