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