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.

TM4C129x PWM

Is it possible in TIVA to configure each of the 8 PWM pin to either as an input or output with each pin having capability to generate or receive signals of different frequency?

  • The MCU's "PWM Generators" are output only - are they not? (your highlight of "8 PWM pins" suggests that you are speaking toward PWM Generators!")

    To receive your, "Signals of different frequency" it (usually) proves best to route such input signals to the MCU's Timer pins.

    To dynamically "switch" between PWM Output & PWM Input - as you seem to suggest - is (highly) unusual... Your description of the application would assist hapless helpers...