User Activity

Using the CubeMX generated code, the timer interrupt goes to HAL_TIM_IRQHandler(TIM_HandleTypeDef *htim) where the source of the interrupt is checked. It then calls the correct callback function depending on the source. Problem is that both the OC an...