Resolved! Bug in TIM_Base_SetConfig, fix TIM_Base_SetConfig to block first interrupt
It is well-known that when configuring and starting a timer using HAL_TIM_Base_Init and HAL_TIM_Base_Start_IT, the interrupt and callback are triggered immediately. This is because configuring the reload-register & prescaler requires generating an up...