TIMx_SR register not being cleared from interrupt (really strange issue)
Posted on November 16, 2015 at 03:24Hello all,I'm having another strange issue, when an update interrupt happens, neither the instruction ''__HAL_TIM_CLEAR_IT(htim, TIM_IT_UPDATE)'' (line 2869) of the hal_tim.c library or my code in the callback fun...