Resolved! Reconfigure the synchronized timers
Hi, I'm using STM32F407 development board. I synchronized TIM2 as master and TIM5 as slave. Timer initialization functions:void TIM2Config (void) { // 1. Enable the TIM2 clock RCC->APB1ENR |= RCC_APB1ENR_TIM2EN; // 2. Set clock coeff. as 2, ena...