Posted on June 29, 2017 at 00:14Hi. I use Keil Compiler and HAL lib. I configure TIM4 as normal timer (time base counter) and implement Update event with HAL_TIM_PeriodElapsedCallback function. My initialization code below;__HAL_RCC_TIM4_CLK_ENABLE(...