Figure 137. Gating Timer 2 With Enable Of Timer 1 - ST STM32F102 Series Reference Manual

Hide thumbs Also See for STM32F102 Series:
Table of Contents

Advertisement

General-purpose timer (TIMx)
timers. Timer 2 stops when Timer 1 is disabled by writing '0' to the CEN bit in the TIM1_CR1
register:
Configure Timer 1 master mode to send its Output Compare 1 Reference (OC1REF)
signal as trigger output (MMS=100 in the TIM1_CR2 register).
Configure the Timer 1 OC1REF waveform (TIM1_CCMR1 register).
Configure Timer 2 to get the input trigger from Timer 1 (TS=000 in the TIM2_SMCR
register).
Configure Timer 2 in gated mode (SMS=101 in TIM2_SMCR register).
Reset Timer 1 by writing '1' in UG bit (TIM1_EGR register).
Reset Timer 2 by writing '1' in UG bit (TIM2_EGR register).
Initialize Timer 2 to 0xE7 by writing '0xE7' in the timer 2 counter (TIM2_CNTL).
Enable Timer 2 by writing '1' in the CEN bit (TIM2_CR1 register).
Start Timer 1 by writing '1' in the CEN bit (TIM1_CR1 register).
Stop Timer 1 by writing '0' in the CEN bit (TIM1_CR1 register).

Figure 137. Gating timer 2 with Enable of timer 1

TIMER1-CEN=CNT_EN
TIMER1-CNT_INIT
TIMER2-CNT_INIT
306/690
CK_INT
TIMER1-CNT
75
AB
TIMER2-CNT
TIMER2
write CNT
TIMER 2-TIF
00
00
E7
Write TIF=0
01
02
E8
E9
RM0008

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the STM32F102 Series and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Stm32f101 seriesStm32f103 series

Table of Contents