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.

EK-TM4C1294XL: GPIO will not output a high signal despite that I configured it.

Part Number: EK-TM4C1294XL

Hi, 

 

         I am having trouble setting one of the GPIO's to output a signal high.  I used  SysCtlPeripheralEnable, GPIOPinTypeGPIOOutput,  GPIOPadConfigSet, and GPIOPinWrite  in this exact order, using "1" as my  write value.  Despite using this configuration, the GPIO does not output a signal at all.  

-John