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.

Gpio not toggled for MMC2 datal lines on omap3530

Other Parts Discussed in Thread: OMAP3530

Hi,

I use omap3530 + windows ec7 for the development.

Also using BSP_WINCE_ARM_A8_02_30_00_Source.

I need to take off the MMC2 data lines 0-3 as GPIOs.  For this I did the configuration changes in bsp_padcfg.h file as followed;

PAD_ENTRY(MMC2_DAT0, INPUT_DISABLED | PULL_RESISTOR_DISABLED | MUXMODE(4)) /* GPIO 132:  */ \
PAD_ENTRY(MMC2_DAT1, INPUT_ENABLED | MUXMODE(4)) /* GPIO 133: */ \
PAD_ENTRY(MMC2_DAT2, INPUT_DISABLED | PULL_RESISTOR_DISABLED | MUXMODE(4)) /* GPIO 134:  */ \
PAD_ENTRY(MMC2_DAT3, INPUT_DISABLED | PULL_RESISTOR_DISABLED | MUXMODE(4)) /* GPIO 135:  */ \

And using GpioTest code to toggle the gpios.

There seems to be any changes in the states of pins even I scoped it through.  Is there any configuration settings missing here... please let know.

Regards,

Karthick