2013-03-27 04:02 PM
How fast can a timer input count (M4)?
I want to repeat triggering an event after a certain number of counts of a very accurate clock (as fast as I can use). #advanced-timers2013-03-27 04:14 PM
The synchronizer in front of the input limits input frequency at about half the TIMCLKx rate, due to sampling/aliasing Nyquist limitations. So perhaps 84 MHz on APB2, and 42 MHz on APB1
You're ability to interrupt against the timer, probably several hundred KHz to saturate the CPU. You can sample the CNT via DMA paced by another timer.