Part Number: CC3200MOD
Tool/software: Code Composer Studio
Hi,
I am using CC3200MOD in my custom board. I want to run OOB example in my cc3200mod and I don't have any external pin to short P58-Vcc so I am not able to access cc3200mod in AP mode.
When I see the OOB example configuration. ,I found the P58 config like this :
MAP_PinTypeGPIO(PIN_58, PIN_MODE_0, false);
MAP_GPIODirModeSet(GPIOA0_BASE, 0x8, GPIO_DIR_MODE_IN);
so I tried to change this code acc. to it.
MAP_PinTypeGPIO(PIN_05, PIN_MODE_0, false); //( changed config. )
MAP_GPIODirModeSet(GPIOA1_BASE, 0x40, GPIO_DIR_MODE_IN);
I shorted PIN_5 to Vcc and tried to run AP mode but unable to do it.
Am I doing it the right way?
Can anyone please tell me how to run my board in AP mode?
Thanks and regards,
Nikhil