2013-07-26 1:19 PM
In the TIMER4 has four channels, I use all four channels to generate a PWM signal. How to stop a single channel, but that the other three channels continued to generate a signal?
2013-07-26 4:07 PM
TIM4->CCR2 = 0;