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-TM4C123GXL: Use peripherals and the corresponding GPIO port at the same time.

Part Number: EK-TM4C123GXL

Can I use peripherals and GPIO at the same time.

As an example I need the timer WT5A and have configured it as ADC trigger.

Can I configure and use the GPIO port PD6 as GPIO output?

Next example the timer WT5B is configured as OneShoot Timer.

May I configure the GPIO port PD7 as output?

  • Hi,

    As an example I need the timer WT5A and have configured it as ADC trigger.

    Can I configure and use the GPIO port PD6 as GPIO output?

    In order to use as a ADC trigger, the timer must be configured for one-shot or periodic time-out mode. In this case, you won't use PD6 as a Capture/Compare/PWM pin. Therefore, you can use PD6 as a GPIO. 

    Same for WT5B.