Figure 134. Ti2 External Clock Connection Example - ST STM32F205 series Reference Manual

Advanced arm-based 32-bit mcus
Hide thumbs Also See for STM32F205 series:
Table of Contents

Advertisement

General-purpose timers (TIM2 to TIM5)
TI2
Filter
ICF[3:0]
TIMx_CCMR1
For example, to configure the upcounter to count in response to a rising edge on the TI2
input, use the following procedure:
1.
Configure channel 2 to detect rising edges on the TI2 input by writing CC2S= '01 in the
TIMx_CCMR1 register.
2.
Configure the input filter duration by writing the IC2F[3:0] bits in the TIMx_CCMR1
register (if no filter is needed, keep IC2F=0000).
Note:
The capture prescaler is not used for triggering, so there's no need to configure it.
3.
Select rising edge polarity by writing CC2P=0 and CC2NP=0 in the TIMx_CCER
register.
4.
Configure the timer in external clock mode 1 by writing SMS=111 in the TIMx_SMCR
register.
5.
Select TI2 as the input source by writing TS=110 in the TIMx_SMCR register.
6.
Enable the counter by writing CEN=1 in the TIMx_CR1 register.
When a rising edge occurs on TI2, the counter counts once and the TIF flag is set.
The delay between the rising edge on TI2 and the actual clock of the counter is due to the
resynchronization circuit on TI2 input.
390/1378

Figure 134. TI2 external clock connection example

TI2F_Rising
0
Edge
detector
1
TI2F_Falling
CC2P
TIMx_CCER
RM0033 Rev 8
TIMx_SMCR
TS[2:0]
TI2F
or
TI1F
ITRx
0xx
TI1_ED
100
TRGI
TI1FP1
101
TI2FP2
ETRF
110
ETRF
111
CK_INT
(internal clock)
or
or
Encoder
mode
External clock
CK_PSC
mode 1
External clock
mode 2
Internal clock
mode
ECE
SMS[2:0]
TIMx_SMCR
RM0033
MS31196V1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the STM32F205 series and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Stm32f207 seriesStm32f215 seriesStm32f217 series

Table of Contents