Hi All,First post :beaming_face_with_smiling_eyes: I want to count external pulses with a STM32F105 or STM32F405 using the HAL library. I want the external pulses to increment the timer counter. I want to avoid using interrupts. Instead, I want to re...