Resolved! PWM/ADC HAL callback referall
Posted on July 08, 2018 at 12:14Hi,As we know peripherals can have callback functions such as the below one for the PWM:void HAL_TIM_PWM_PulseFinishedCallback(TIM_HandleTypeDef *htim) {}This is something like a general callback, But if we have sever...