Question
Count external pulses
I want to count external pulses for one second.
On STM32F030 / HAL-Lib I did not find
- atomic read/reset counter
- capture by a second timer did not work, thoug I studied well and tested a lot how to config it by STM32CubeIDE
Is there any example for a highly accurate count of external pulses by a tim (timers/capture/compare/pwm)?
Thanx, Peter