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.

Connect Launchpad GPIO port

hello,

so im trying to configure the Tiva C Connect launchpad to send an output signal to open a lock. I am trying to configure port PC6, which is GPIO Pin 5 from the datasheet. I am using the function

GPIOPinTypeGPIOOutput(GPIO_PORTC_BASE, GPIO_PIN_5); 

It build and runs with the rest of my code, however, when I connect to the multimeter, I still do not have a high voltage.

Please advise.

Regards,

Dan