Learn STM32 input capture using HAL. Use HAL_TIM_IC_CaptureCallback to measure signal frequency and pulse width with timers and interrupts.
STM32 Timers Tutorials
Learn STM32 timer programming with examples on PWM generation, input capture, output compare, and encoder mode. Tutorials for STM32F103, STM32F4, and Nucleo boards using HAL and register-level code.
PWM in STM32 Using Timer – Step-by-Step Guide with Code Examples
Learn how to generate PWM signals in STM32 using timers. This tutorial explains timer setup, PWM frequency calculation, CubeMX configuration, and code examples using HAL.