Skip to main content
Emad Gobrial
Visitor II
October 24, 2017
Question

Can i have 32-bit PWM by chaining TIM1 & TIM8

  • October 24, 2017
  • 1 reply
  • 539 views
Posted on October 24, 2017 at 13:19

Good day,

Can i have 32-bit PWM with complementary outputs by chaining TIM1 & TIM8 in STM32F103RCT ? If yes, How to implement it ?

Best regards,

Emad Gobrial

    This topic has been closed for replies.

    1 reply

    waclawek.jan
    Super User
    October 24, 2017
    Posted on October 24, 2017 at 14:42

    You can have 32-bit resolution of the period, but not 32-bit resolution of the duty rate.

    In fact, you can achieve the same effect by using only a single timer and using the prescaler in it.

    JW