Skip to main content
rr_lal
Associate II
June 13, 2010
Question

phase shifted PWM on stm32

  • June 13, 2010
  • 2 replies
  • 1646 views
Posted on June 13, 2010 at 03:04

phase shifted PWM on stm32

    This topic has been closed for replies.

    2 replies

    janvi2
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 13:54

    Do you have one uC for all 3 DC converters or each Converter with own uC?

    If you have one uC, do you intend to use one Timer with 3 Channels or seperate Timer for each Converter ?
    rr_lal
    rr_lalAuthor
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 13:54

    Hi Janvi,

    I have one CPU controlling all 3 converters. As I'm still designing the board, I can either select a different timer for each one or a single timer with 3 channels. The way I see it possible is to have a three timers in parallel slaved to a master timer and use the one-shot mode to generate the pulses as that way i can control both the pulse delay from the trigger and the width. However this means that the slave timers need to reset automatically for each trigger. Do you see any problems with this approach or maybe there's a better solution out there?

    Regards

    J