Question
Is it possible to generate both interrupt event and control GPIO from timer simultaneously?
I need to use STM32G070 Timer 17 output compare channel as one pulse PWM1 mode to produce delay and pulse duration at GPIO output pin (this is working!) AND also an interrupt/event at the end when ARR value has been reached (this is not working). Is it possible to get both working simultaneuosly? If yes, what callback function should work? And is there some special initializations to be made? I'm using MXCube and HAL.
