I currently have a periodic waveform generated using the Timer compare hardware.
When the timers' count register matches it's compare register, an output signal is generated.
It relies on watching the timer counter to stop the timer after one cycle.
I don't want a continuous periodic waveform, just a single pulse.
I would prefer not to have to watch the timer counter to see when the period is over.
I'd like to simply setup the timer and compare unit and let it generate a single pulse, a 1 shot, without
further monitoring and control of the timer.
Anyone know how to do this?
TIA,
Jim