Timer adapted to HAL Standards from previous code
Posted on December 14, 2017 at 12:42Hi,I'm trying to adapt the following code, from previous versions, to HAL Cubemx standards :void TIM1_CC_IRQHandler(void){uint32_t break_time, mab_time;TIM_ClearITPendingBit(TIM1, TIM_IT_CC1);break_time = TIM_GetC...