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.

RTOS/EK-TM4C129EXL: TM4C129

Part Number: EK-TM4C129EXL

Tool/software: TI-RTOS

PORT D PIN 7 doesn't work at all.It always stays low.

GPIOPinTypeGPIOOutput(GPIO_PORTD_AHB_BASE,(GPIO_PIN_4|GPIO_PIN_5|GPIO_PIN_6|GPIO_PIN_7));

GPIOPinWrite(GPIO_PORTD_AHB_BASE, (GPIO_PIN_7), 128);
GPIOPinWrite(GPIO_PORTD_AHB_BASE, (GPIO_PIN_7), 0);