HAL_TIM_PWM_PulseFinishedCallback never called but HAL_TIM_PeriodElapsedCallback is...
I am very new to embedded programming and I have to modify some code from other developers.I have to disable the outputs for a PWM and add a callback to get the state of the pulse instead of sending the pulse to the outputs.I was able to disable the ...