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/TM4C1294NCPDT: GPIO function calls in Tiva C series EVK

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hi,

I can find the below function in GPIO driver calls,

void GPIO_setConfig(unsigned int index, GPIO_PinConfig pinConfig)

void GPIO_toggle(unsigned int index)

Question:

1. What actually should be passed for index and pinconfig arguments?

2.Steps to configure a pin as GPIO and toggle the pin? for PORT F Pin 1?

Regards,

Manohar