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.