Skip to main content
Andrii Shevchuk
Associate
February 28, 2017
Solved

How to join two timers TIM14 and TIM12 as master slave couple

  • February 28, 2017
  • 1 reply
  • 779 views
Posted on February 28, 2017 at 10:48

hello All

I have question about internal trigger connection.

I use stm32f405 and accordingly document RM0090 (reference manual) table 100 page 660 the TIM12 can be slave of the TIM14.

But TIM14 does not have TIM_CR2 register which contains MMS(Master Mode Selection) bits to select the the source of synchronization (Update or other).

So how to join two timers TIM14 and TIM12 as master slave couple

Thanks .

    This topic has been closed for replies.
    Best answer by waclawek.jan
    Posted on February 28, 2017 at 12:33

    It's the OC signal in TIM14.

    Always get the latest RM - it's Table 101 on page 675 in the current rev.13 of RM0090.

    JW

    1 reply

    waclawek.jan
    waclawek.janBest answer
    Super User
    February 28, 2017
    Posted on February 28, 2017 at 12:33

    It's the OC signal in TIM14.

    Always get the latest RM - it's Table 101 on page 675 in the current rev.13 of RM0090.

    JW

    Andrii Shevchuk
    Associate
    February 28, 2017
    Posted on February 28, 2017 at 14:39

    Thanks Jan . The rev13 exactly it contains. I used rev.8 October 2014.

    Thank you.