Timers in Input capture mode (STM32G0) occassionally ticks more counts incorrectly
On a STM32G030 MCU, i have Timer-1 (Channel 2) configured in "Input Capture Mode" and is running at 4 Mhz (64 prescaled by 16), So effectively the TIM1 counter increments at every 0.25uS. This is used to measure "On time" of a LED strobe-Light on a G...