This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM388: GPIO Usage

Part Number: DM388
Other Parts Discussed in Thread: TMDSCSK388

I'm using TMDSCSk388 processor on a new carrier board. IPNC_RDK 3.9.0. Presently DM388 pin H9 is configured for CAM_VS by setting ''REG32(CSL_TI814x_CTRL_MODULE_BASE + 0x0AB0) = 0x60002; /* cam_hs ] */''

I'm want to use the GPIO GP0[27] present in H9 from user space. So i modified previous setting to REG32(CSL_TI814x_CTRL_MODULE_BASE + 0x0AB0) = 0x60080; /*  gp0[26] */ in

Iss_platformTI814xSetPinMux(void)

But the GPIO is not working for me.. Where I'm doing wrong