cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f303vct6 and TIMER4

svarog995
Associate II
Posted on July 26, 2013 at 22:19

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?

Thanx :D
1 REPLY 1
Posted on July 27, 2013 at 01:07

TIM4->CCR2 = 0;

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..