STM32F7 tim3 rollover with reload works, how do I get the interrupt for each external pulse?
I have tim3 setup to count to 25,000 using a 2.5Mhz input signal. This works. I enable the global interrrupt and it fires whenever the counter rolls. I have an issue though, that when I poll the timer for the count, it is double it should be and I...