Other Parts Discussed in Thread: CC3200
Tool/software: Code Composer Studio
Hello,
I have used GPIO pins 09,10.it is working properly ,but i am using GPIO pins 06,07 not working
MAP_PRCMPeripheralClkEnable(PRCM_GPIOA0, PRCM_RUN_MODE_CLK);
MAP_PinTypeGPIO(PIN_61, PIN_MODE_0, false);
MAP_GPIODirModeSet(GPIOA0_BASE, GPIO_PIN_6, GPIO_DIR_MODE_OUT);
MAP_PinTypeGPIO(PIN_62, PIN_MODE_0, false);
MAP_GPIODirModeSet(GPIOA0_BASE, GPIO_PIN_7, GPIO_DIR_MODE_OUT);
there after i want to configure anything to use that pins
thank you