2019-07-26 08:22 AM
Hello,
I upgraded cube on version 1.5.3 and function HAL_TIM_PeriodElapsedCallBack stopped working.
I found out that program never goes trough function HAL_TIM_PeriodElapsedCallBack .
I think that the problem is in initialization , because you need to enable timer interrupt:
__HAL_TIM_ENABLE_IT(&htim4, TIM_IT_UPDATE);
HAL_TIM_IC_Start_IT(&htim4, TIM_CHANNEL_1);
Best regards, Niko