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.

CCS/CC3200: GPIODirModeSet locks up.

Part Number: CC3200

Tool/software: Code Composer Studio

These lines were created by the PinMux Tool:

PinTypeGPIO(PIN_50, PIN_MODE_0, false);
GPIODirModeSet(GPIOA0_BASE, 0x1, GPIO_DIR_MODE_IN);

What could cause the second line to lock up the CC3200?

Leonard