pwm - Stm32 Advanced timers Complementary channels can be individually controlled? -
i need design device generates 25 independent pwm outputs, , 4 normal timers , 2 advanced timers of stm32f103vc can generate 24 independent pwm outputs, can see if can use advanced timer of complementary pwm channels used independent pwm outputs? example, tim1 ch1 , ch1n output can complementary interference? whether can produce independent pwm outputs? thank you!
channels complementary interface cannot produce independent outputs. chxn can't used standalone output.
you can verify number of output channel (oc) registers advanced timer has (tim1 or tim8)
keep in mind, four normal
, 2 advanced
timers can't result, because not independent. channels on 1 timer have same frequency. if want, have independent channels, otherwise don't have.
Comments
Post a Comment