Other Parts Discussed in Thread: TM4C123BH6ZRB
Hi
I'm using the TM4C123 Launchpad for a project.
Now, I tried to do a single delayed pulse on one of the MCUs I/O without CPU intervention. To do so, I have choosen a CCP pin and configured the assigned timer to work in PWM mode. This works perfectly fine for a normal PWM. However, if I configure the timers mode register (TAMR) to work in single shot mode instead of periodic mode, it only works if the prescaler isn't used. Further, I cannot drive high at match so that a delay would be possible unless I enable the invert option, what does not work since after the pulse the output remains high. I see that the timer PWM is probably not intended to be used in single shot mode, but how else are you doing a delayed pulse with a timer? Or does it only work with the PWM module?
Thanks for any advice
Kind regards
Lothar