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 t...