Resolved! How to syncronize timers?
Hi I'm using STM32F407 development board. I want to syncronize TIM2 and TIM5. I've followed these instructions. Here is my TIM2 initialization function below:void TIM2Config (void) { /*************>>>>>>> STEPS FOLLOWED <<<<<<<<************ 1. Enab...