Tuesday , November 4 2025

VN18 – ARM Programming – KEIL – STM32CubeMX – STM32F4 – Timer – 3

VN18 (Video No:18) In this video, (Hal lib V2.11.0) while working with STM32CubeMX and STM32F4 discovery board, how to do Timer processes? What are reset mode, gated mode, trigger mode?

<<Video>> Watch

 Notes;

  • In the beginning, Timer isn’t started in trigger mode. Timer count starts to count when the trigger gets active.
  • In the beginning,  the flags of TIM_FLAG_TRIGGER and TIM_FLAG_UPDATE should be checked and set as “clear” according to whether they are active or not.

Check Also

VN39 – Stm32f4 HC06 Wireless Configuration

VN39 (Video No:39) Hal lib V2.11.0, STM32CubeMX – Keil and STM32F4, In this video I …