Question
How to trigger a function at an output compares ?
Hello,
I try that when my OUTPUT compare is triggered, it triggers a function.
As for the PeriodElapsedCallback method, when the timer is in overflow, it creates an interuption and the PeriodElapsedCallback function is called. Is there a function doing the same job as this one but when a compare output is triggered?
I found this function HAL_TIM_OC_DelayElapsedCallback
that seems to be doing what I'm trying to do, but I can't use it ...
Thanks for your helps .
