Question
PWM Timer and GPIO level
Hello,
I'm using a STM32F091 with TIM2 configured in PWM mode.(and CH1-CH2 connected to an output)
After some hundreads of milliseconds, I have to stop the PWM by setting CCRx at 0. And reenable later.
So far so good.
But to improve my working, I would to know when the level of the GPIO is really at 0, preferably by polling.
I tried a lot of tests but I can get what I expect.
Thx