STM32L010C6 TIM2 IRQ Priority, Over capture Vs edge detection, classic timer issue
So I want to use a capture compare to measure an input frequency 0.1Hz to 100kHz. Peripheral clock is set to 32MHz to cover full range and maximise speed of calculations. At lower frequency I have to count the number of times the over capture call-ba...