2017-02-28 01:48 AM
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 coupleThanks .
Solved! Go to Solution.
2017-02-28 03:33 AM
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
2017-02-28 03:33 AM
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
2017-02-28 06:39 AM
Thanks Jan . The rev13 exactly it contains. I used rev.8 October 2014.
Thank you.