Frequency counter miscalculates when overflow and input capture happen at the same time.
I am using a STM32F446re to detect rising edges, calculate the frequency and execute accordingly.I have two signals that need to be detected. So I use two Timers 3 and 4. My frequency ranges from 3Hz to 300 kHz so I need to use overflow detection.How...