cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L0 complementary PWM

Schmid.M.
Senior
Posted on July 13, 2016 at 14:47

Hi everybody,

in the datasheet of the STM32L073VB, it says there is no advanced timer with complementary PWM output. Still we need two complementary outputs, very simple without delay function. Is it possible to use another timer, or to do it via an Interrupt, or.. ?

Maybe somebody has an idea?

M. Schmid

 
2 REPLIES 2
Posted on July 13, 2016 at 14:57

One timer, two channels, one configured in PWM1 and the other in PWM2 mode?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Walid FTITI_O
Senior II
Posted on July 14, 2016 at 13:06

Hi M. Schmid,

I suggest in this case, you can use to timer synchronized to start together ( interconnected via a TRGO signal which with the master enable the slave to start at the same time). The slave has the same parameters as the slave , except the polarity wich is inverted.

-Hannibal-