0% found this document useful (0 votes)
129 views46 pages

stm32 Crossseries Timer Overview

This document provides an overview of the timer peripherals available on STM32 microcontrollers. It describes the various timer modes and features, and how to use them. The document also covers advanced timer applications such as motor control, synchronization, and low power usage.

Uploaded by

mkd admin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views46 pages

stm32 Crossseries Timer Overview

This document provides an overview of the timer peripherals available on STM32 microcontrollers. It describes the various timer modes and features, and how to use them. The document also covers advanced timer applications such as motor control, synchronization, and low power usage.

Uploaded by

mkd admin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 46

AN4013

Application note
STM32 cross-series timer overview

Introduction
The purpose of this document is to:
• Present an overview of the timer peripherals for the STM32 product series listed in Table 1.
• Describe the various modes and specific timer features, such as clock sources.
• Explain how to use the available modes and features.
• Explain how to compute the time base in each configuration.
• Describe the timer synchronization sequences and the advanced features for motor
control applications, in addition to the general-purpose timer modes.
For each mode, the document provides typical configurations and implementation
examples.
In the rest of this document (unless otherwise specified), the term STM32xx Series is used
to refer to the product series listed in Table 1.

Table 1. Applicable products


Type Product series

STM32F0 Series, STM32F1 Series, STM32F2 Series, STM32F3 Series,


STM32F4 Series, STM32F7 Series, STM32G0 Series, STM32G4 Series,
Microcontrollers STM32H7 Series, STM32L0 Series, STM32L1 Series, STM32L4 Series,
STM32L5 Series, STM32U5 Series, STM32WB Series, STM32WL Series,
STM32C0 Series, STM32H5 Series

January 2023 AN4013 Rev 10 1/46


www.st.com 1
Contents AN4013

Contents

1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

2 General-purpose timer modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10


2.1 Clock input sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.1.1 Internal clock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.1.2 External clock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.2 Time base generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .11
2.3 Timer input capture mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.4 Timer in output compare mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.5 Timer in PWM mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.6 Timer in one pulse mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.7 Timer in asymmetric PWM mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.8 Timer in combined PWM mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.9 Retriggerable one pulse mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.10 PWM analysis mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22

3 Timer synchronization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.1 Timer system link . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.2 Master configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
3.3 Slave configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

4 Advanced features for motor control . . . . . . . . . . . . . . . . . . . . . . . . . . 27


4.1 Signal generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
4.2 Combined three-phase PWM mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.3 Specific features for motor control applications . . . . . . . . . . . . . . . . . . . . 30
4.3.1 Complementary signal and deadtime feature . . . . . . . . . . . . . . . . . . . . 30
4.3.2 Break input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
4.3.3 Locking mechanism . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
4.3.4 Specific features for feedback measurement . . . . . . . . . . . . . . . . . . . . 34

5 High-resolution timer applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38

6 Low-power timer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39

2/46 AN4013 Rev 10


AN4013 Contents

6.1 Wakeup timer implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39


6.2 Pulse counter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40

7 Specific applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
7.1 Infrared application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
7.2 3-phase AC and PMSM control motor . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
7.3 Six-step mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41

8 Revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43

AN4013 Rev 10 3/46


3
List of tables AN4013

List of tables

Table 1. Applicable products . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1


Table 2. Simplified overview of timer availability in STM32Fx products . . . . . . . . . . . . . . . . . . . . . . . 7
Table 3. Simplified overview of timer availability in STM32Lx products . . . . . . . . . . . . . . . . . . . . . . . 8
Table 4. Simplified overview of timer availability in STM32Gx/Hx/Ux/Wx products . . . . . . . . . . . . . . 8
Table 5. Timer features overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Table 6. Advanced timer configurations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
Table 7. Behavior of timer outputs versus Break1 and Break2 inputs . . . . . . . . . . . . . . . . . . . . . . . 32
Table 8. Locking levels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
Table 9. Document revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43

4/46 AN4013 Rev 10


AN4013

Figure 1. Asymmetric PWM mode versus center aligned PWM mode . . . . . . . . . . . . . . . . . . . . . . . 18


Figure 2. Combined PWM mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
Figure 3. Retriggerable OPM mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
Figure 4. Timer system link . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
Figure 5. Combined three-phase PWM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
Figure 6. Two signals are generated with insertion of a deadtime. . . . . . . . . . . . . . . . . . . . . . . . . . . 30
Figure 7. Position at X4 resolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
Figure 8. Position at X2 resolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Figure 9. Output waveform of a typical Hall sensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
Figure 10. Commutation sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37

AN4013 Rev 10 5/46


5
Overview AN4013

1 Overview

The STM32xx Series devices, based on the Arm® cores(a), have various built-in timers
outlined as follows;
• General-purpose timers are used with any application for: output comparison (timing
and delay generation), one-pulse mode, input capture (for external signal frequency
measurement), sensor interface (encoder, hall sensor).
• Advanced timers: these timers have the most features. In addition to general purpose
functions, they include several features related to motor control and digital power
conversion applications: three complementary signals with deadtime insertion and
emergency shut-down input.
• One or two channel timers: used as general-purpose timers with a limited number of
channels.
• One or two channel timers with complementary output: same as the previous timer
type with an additional deadtime generator on one channel. In some situations, this
feature allows a general purpose timer to be used where an additional advanced timer
would be necessary.
• Basic timers are used either as timebase timers or for triggering the DAC peripheral.
These timers do not have any input or output capabilities.
• Low-power timers are simple general purpose timers and are able to operate in low-
power modes. They are used to generate a wake-up event for example.
• High-resolution timers are specialized timer peripherals designed to drive power
conversion in lighting and power source applications. They can also be used in other
fields that require very fine timing resolution. AN4885, AN4539, and AN4449 are
practical examples of high-resolution timer use.
Table 2, Table 3 and Table 4 summarize the STM32 family timers.
Table 5 presents a general overview of timer features.
Timers are enhanced with more advanced features in newer devices. Besides minor
changes not in scope of this overview, a significant update divides the STM32 family
advanced motor control and general purpose timers. In this document STM32F0/F1/F2/F4
Series and STM32F37x devices are referred to as the “original series”. Some of the features
are not available for them and are identified as such.

a. Arm is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere.

6/46 AN4013 Rev 10


AN4013 Overview

Table 2. Simplified overview of timer availability in STM32Fx products


STM32
STM32
STM32 F101 STM32
F04x STM32
F030xB /F102 F2 STM32
/F070x6 F101
/F030x8 /F103 STM32 /F4 STM32 F30X
/F03x /F102 STM32
/F05x /F105 F100 (exclu- F401 /F3x8 STM32 STM32 STM32
Timer type (exclu- /F103 F7
/F09x /F107 value ding /F411 (exclu- F37x F334 F31x
ding lines XL Series
/F07x lines up line /F401, /F410 ding
/F030x8 density
(excluding to high- /F411, /F378)
and (xF, xG)
F070x6) density /F410)
/F030x)
(x4-xE)

TIM1
TIM1(1) TIM1(1) TIM1 TIM1 TIM1
Advanced TIM1 TIM1 TIM1 TIM1 TIM8(1) - TIM1
TIM8(1) TIM8(1) TIM8 TIM8(1) TIM8
TIM20(1)

TIM2 TIM2(1) TIM2 TIM2


32-bit TIM2 TIM2 - - - TIM2 TIM2 TIM2
Genera TIM5 TIM5 TIM5 TIM5
l TIM2 TIM2 TIM2
purpos TIM3(1) TIM3
TIM3 TIM3 TIM3 TIM3 TIM3(1) TIM3 TIM3
e 16-bit TIM3 TIM3 TIM4(1) TIM4 TIM3
TIM4 TIM4(1) TIM4 TIM4 TIM4(1) TIM4 TIM4
TIM19(1) TIM19
TIM5 TIM5(1) TIM5(1)

TIM6
TIM6 TIM6 TIM6(1) TIM6 TIM6 TIM6 TIM6 TIM6 TIM6
Basic - TIM6(1) TIM7
TIM7(1) TIM7 TIM7(1) TIM7 TIM7 TIM7(1) TIM7 TIM7(1) TIM7
TIM18

TIM10 TIM10 TIM10


TIM11 TIM13(1) TIM11 TIM10(1) TIM13 TIM11
1 channel TIM14 TIM14 - - - -
TIM13 TIM14(1) TIM13 TIM11 TIM14 TIM13
TIM14 TIM14 TIM14

TIM9 TIM9 TIM9


2-channel - - - TIM12(1) TIM9 - TIM12 - -
TIM12 TIM12 TIM12

2-channel with
complementary - TIM15 - - TIM15 - - TIM15 TIM15 TIM15 TIM15 -
output

1-channel with
TIM16 TIM16 TIM16 TIM16 TIM16 TIM16 TIM16
complementary - - - - -
TIM17 TIM17 TIM17 TIM17 TIM17 TIM17 TIM17
output

LPTIM1(
Low-power timer - - - - - - 1) - - - - LPTIM1

High-resolution
- - - - - - - - - HRTIM - -
timer

1. Not available on all products in the line. Check the datasheet for details.

More recent versions of advanced timers present several new modes: asymmetric mode, combined mode, one retriggerable mode, combined three PWM mode
and a second break input. These modes are not available in the STM32F0/F1/F2/F4 Series and STM32F37x device advanced control timers
also known as the original series.

AN4013 Rev 10 7/46


45
Overview AN4013

Table 3.Simplified overview of timer availability in STM32Lx products


STM32L05X STM32
STM32L0x0 STM32L1 STM32 STM32
Timer type /L06x /L07x L0x3 /L0x2 /L0x1
Value Line Series L4 Series L5 Series
/L08x lines lines

TIM1 TIM1
Advanced - - - -
TIM8(1) TIM8
TIM2 TIM2
32-bit - - - TIM5(1)
TIM5(1) TIM5
General
purpose TIM2
TIM2 TIM3(1) TIM3
16-bit TIM2 TIM2 TIM3
TIM3(1) TIM4(1) TIM4
TIM4
TIM6 TIM6 TIM6 TIM6
Basic - -
TIM7(1) TIM7 TIM7(1) TIM7
TIM10
1 channel - - - - -
TIM11
TIM21 TIM21
2-channel TIM21 TIM9 - -
TIM22 TIM22(1)
2-channel with
- - - - TIM15 TIM15
complementary output
1-channel with TIM16 TIM16
- - - -
complementary output TIM17(1) TIM17
LPTIM1
LPTIM1
Low-power timer LPTIM1 LPTIM1 LPTIM1 - LPTIM2
LPTIM2
LPTIM3
High-resolution timer - - - - -

1. Not available on all products in the line. Check the datasheet for details.

Table 4.Simplified overview of timer availability in STM32Gx/Hx/Ux/Wx products


STM32 STM32 STM32
STM32H57 STM32 STM32 STM32 WL
Timer type STM32C0 G0 G4 STM32H503 H7
x/H56x U5 Series WB Series Series
Series Series Series

TIM1
TIM1 TIM1 TIM1
Advanced TIM1 TIM1 TIM8 TIM1 TIM1 TIM1
TIM8 TIM8 TIM8
TIM20(1)
TIM2 TIM2
TIM2 TIM2 TIM5 TIM3
32-bit TIM2 TIM2 TIM2 TIM2
General TIM5(1) TIM5 TIM23(1) TIM4
purpose TIM24(1) TIM5
TIM3 TIM3 TIM3
16-bit TIM3 TIM3 TIM3 - - -
TIM4 TIM4 TIM4
TIM6 TIM6 TIM6 TIM6 TIM6 TIM6
Basic - -
TIM7 TIM7 TIM7 TIM7 TIM7 TIM7
TIM13 TIM13
1 channel TIM14 TIM14 - - - -
TIM14 TIM14
2-channel - - TIM12 TIM12 - - -
2-channel with
TIM15 TIM15 TIM15 TIM15 TIM15 - -
complementary output
1-channel with TIM16 TIM16 TIM16 TIM 16 TIM16 TIM16 TIM16 TIM16
complementary output TIM17 TIM17 TIM17 TIM 17 TIM17 TIM17 TIM17 TIM17
LPTIM1
LPTIM1
LPTIM2 LPTIM1
LPTIM2 LPTIM1
LPTIM1(1) LPTIM1 LPTIM1 LPTIM3 LPTIM2 LPTIM1
Low-power timer LPTIM3 LPTIM2
LPTIM2(1) LPTIM2 LPTIM2 LPTIM4 LPTIM3 LPTIM2
LPTIM4(1) LPTIM3
LPTIM5 LPTIM4
LPTIM5(1)
LPTIM6
High-resolution timer - HRTIM1(1) HRTIM1(1) - - -

1. Not available on all products in the line. Check the datasheet for details.

8/46 AN4013 Rev 10


AN4013 Overview

Table 5. Timer features overview


Synchronization
Counter Complementary
Timer type Counter type DMA Channels
resolution output channels Master Slave
configuration configuration

Advanced Up, down and


16 bit Yes 4, 6(1) 3, 4(1) Yes Yes
Control center aligned

General- 16 bit Up, down and


Yes Up to 4 0 Yes Yes
purpose 32 bit(2) center aligned

Basic 16 bit Up Yes 0 0 Yes No

1-channel 16 bit Up No 1 0 Yes (OC signal) No

2-channel 16 bit Up(3) No 2 0 Yes Yes

1-channel with
one
16 bit Up Yes 1 1 Yes (OC signal) No
complementary
output

2-channel with
one
16 bit Up Yes 2 1 Yes Yes
complementary
output

Low-power
16 bit Up No 1(4) 0 Yes (OC signal) No
timer

High-resolution
16 bit Up Yes Up to 12(4) Up to 6 Yes Yes
timer

1. With STM32L4/G4/F7,WB,L5, U5, H5, H7 Series and STM32F30x/F3x8 lines, the advanced timers have 6 channels. The two extra
channels are however not connected to GPIO (not available externally).
2. General purpose timers are 32-bit counter resolution on some products and 16-bit on others. See Table 2, Table 3 and Table 4 or product
datasheet as reference.
3. On some devices, the counter type also supports Up, Down, Up/Down as exception (STM32L0 Series). Those are numbered differently.
4. Low-power timer and high-resolution timer do not have channels directly comparable with channels on regular timer peripherals. Indicated
number is a practical “channel equivalent”.

AN4013 Rev 10 9/46


45
General-purpose timer modes AN4013

2 General-purpose timer modes

General-purpose timers can be programmed to work in various different configurations. The


following chapter is an introduction to the timer usage.

2.1 Clock input sources


The timer always needs a clock source. It can also be synchronized by several clocks
simultaneously:
• Internal clock.
• External clock.
– External mode1 (TI1 or TI2 pins)
– External clock mode2 (ETR pin)
– Internal trigger clock (ITRx).

2.1.1 Internal clock


By default, the timer is clocked by the internal clock provided by the RCC. To select this
clock source, the TIMx_SMCR->SMS (if present) bits should be reset.
The RCC register then defines the internal clock source for the timer.

2.1.2 External clock


The external clock timer is divided in two categories:
• External clock connected to TI1 or TI2 pins
• External clock connected to ETR pin.
In these cases, the clock is provided by an external signal connected to TIx pins or ETR pin.
The maximum external clock frequency should be verified.
In addition to all these clock sources, the timer should be clocked with the APBx clock.
The external clocks are not directly feeding the prescaler, but they are first synchronized
with the APBx clock through dedicated logical blocks.

10/46 AN4013 Rev 10


AN4013 General-purpose timer modes

External clock mode1 (TI1 or TI2 pins)


In this mode, the external clocks are connected to the timer input TI1 pin or TI2 pin. To do
this:
1. Configure the timers to use the TIx pin as input:
a) Select the pin to be used by writing CCxS bits in the TIMx_CCMR1 register.
b) Select the polarity of the input:
For the STM32F100/101/102/103/105/107 lines: write CCxP in the TIMx_CCER
register to select the rising or the falling edge;
For the other series and lines: write CCxP and CCxNP in the TIMx_CCER
register to select the rising/falling edge, or both edges(a).
c) Enable the corresponding channel by setting the CCEx bit in the TIMx_CCER
register.
2. Select the timer TIx as the trigger input source by writing TS bits in the TIMx_SMCR
register.
3. Select the external clock mode1 by writing SMS=111 in the TIMx_SMCR register.

External clock mode2 (ETR pin)


The external clock mode2 uses the ETR pin as timer input clock. To use this feature:
1. Select the external clock mode2 by writing ECE = 1 in the TIMx_SMCR register
2. Configure, if needed, the prescaler, the filter, and the polarity by writing ETPS [1:0],
ETF [3:0] and ETP in the TIMx_SMCR register.

Internal trigger clock (ITRx)


This is a particular timer synchronization mode. When using one timer as a prescaler for
another timer, the first timer update event or output compare signal is used as a clock for the
second one.

2.2 Time base generator


The timer can be used as a time base generator. Depending on the clock, prescaler and
auto reload, repetition counter (if present) parameters, the 16-bit timer can generate an
update event from a nanosecond to a few minutes. The 32-bit timers provide a wider range.

Example update event period


The update event period is calculated as follows:
Update_event = TIM_CLK/((PSC + 1)*(ARR + 1)*(RCR + 1))

Where: TIM_CLK = timer clock input


PSC = 16-bit prescaler register
ARR = 16/32-bit Autoreload register
RCR = 16-bit repetition counter

a. For the STM32F100/101/102/103/105/107 lines, polarity selection for both edges can be achieved by using
TI1F_ED, but only for TI1 input.

AN4013 Rev 10 11/46


45
General-purpose timer modes AN4013

TIM_CLK = 72 MHz
Prescaler = 1
Auto reload = 65535
No repetition counter RCR = 0
Update_event = 72*(10^6)/((1 + 1)*(65535 + 1)*(1))
Update_event = 549.3 Hz

Example external clock mode2


In this mode, the update event period is calculated as follows:
Update_event = ETR_CLK/((ETR_PSC)*(PSC + 1)*(ARR + 1)*(RCR + 1))
Where ETR_CLK = the external clock frequency connected to ETR pin.
ETR_CLK = 100 kHz
Prescaler = 1
ETPS - external trigger prescaler= 2
Autoreload = 255
Repetition counter = 2
Update_event= 100*(10^3)/((2)* (1+ 1)*((255 + 1)*(2 + 1))
Update_event = 21.7 Hz

Example external clock mode1


In this mode, the update event period is calculated as follows:
Update_event = TIx_CLK/((PSC + 1)*(ARR + 1)*(RCR +1))
Where TIx_CLK = the external clock frequency connected to TI1 pin or TI2 pin.
TIx_CLK = 50 kHz
Prescaler = 1
Auto reload = 255
Repetition counter = 2
Update_event = 50 000/((1+ 1)*((255 + 1)*(2 + 1))
Update_event = 32.55 Hz

Example internal trigger clock (ITRx) mode1


In this mode, the update event period is calculated as follows:
Update_event = ITRx_CLK/((PSC + 1)*(ARR + 1)*(RCR + 1))
Where ITRx_CLK = the internal trigger frequency mapped to timer trigger input (TRGI)
ITRx_CLK = 8 kHz
Prescaler = 1
Auto reload = 255

12/46 AN4013 Rev 10


AN4013 General-purpose timer modes

Repetition counter = 1
Update_event = 8000/((1+ 1)*((255 + 1)*(1 + 1))
Update_event = 7.8 Hz
Depending on the counter mode, the update event is generated each:
• Overflow, if up counting mode is used: the DIR bit is reset in TIMx_CR1 register
• Underflow, if down counting mode is used: the DIR bit is set in TIMx_CR1 register
• Overflow and underflow, if center aligned mode is used: the CMS bits are different from
zero.
The update event is generated also by:
• Software, if the UG (update generation) bit is set in TIM_EGR register
• Update generation through the slave mode controller.
As the buffered registers (ARR, PSC, CCRx) need an update event to be loaded with their
preload values, set the URS (update request source) to 1 to avoid the update flag each time
these values are loaded. In this case, the update event is only generated if the counter
overflow/underflow occurs.
The update event can also be disabled by setting the bit UDIS (update disable) in the CR1
register. In this case, the update event is not generated, and shadow registers (ARR, PSC,
CCRx) keep their values. The counter and the prescaler are reinitialized if the UG bit is set,
or if a hardware reset is received from the slave mode controller.
An interrupt or/and a DMA request can be generated when the UIE bit or/and UDE bit are
set in the DIER register.
Most STM32Cube firmware packages include examples in Examples\TIM\TIM_TimeBase
sub folders.

2.3 Timer input capture mode


The timer can be used in input capture mode to measure an external signal. Depending on
timer clock, prescaler and timer resolution, the maximum measured period is deduced.
To use the timer in this mode:
1. Select the active input by setting the CCxS bits in CCMRx register. These bits should
be different from zero, otherwise the CCRx register are in read mode only.
2. Program the filter by writing the IC1F[3:0] bits in the CCMRx register, and the prescaler
by writing the IC1PSC[1:0] if needed
3. Program the polarity by writing the CCxNP/CCxP bits to select between rising, falling or
both edges.
The input capture module is used to capture the value of the counter after a transition is
detected by the corresponding input channel. To get the external signal period, two
consecutive captures are needed. The period is calculated by subtracting these two values:
Period = Capture(1) /(TIMx_CLK *(PSC+1)*(ICxPSC)*polarity_index(2))
The capture difference between two consecutive captures CCRx_tn and CCRx_tn+1:
• If CCRx_tn < CCRx_tn+1: capture = CCRx_tn+1 - CCRx_tn
• If CCRx_tn > CCRx_tn+1: capture = (ARR_max - CCRx_tn) + CCRx_tn+1.
The polarity index is 1 if the rising or falling edge is used, and 2 if both edges are used.

AN4013 Rev 10 13/46


45
General-purpose timer modes AN4013

Particular case
To facilitate the input capture measurement, the timer counter is reset after each rising edge
detected on the timer input channel by:
• Selecting TIxFPx as the input trigger by setting the TS bits in the SMCR register
• Selecting the reset mode as the slave mode by configuring the SMS bits in the SMCR
register.
Using this configuration, when an edge is detected, the counter is reset and the period of the
external signal is automatically given by the value on the CCRx register. This method is
used only with channel 1 or channel 2.
In this case, the input capture prescaler (ICPSC) is not considered in the period
computation.
The period is computed as follows:
Period = CCRx /(TIMx_CLK *(PSC+1)* polarity_index(1))
The polarity index is 1 if rising or falling edge is used, and 2 if both edges are used.
Many STM32Cube firmware packages include examples in
Examples\TIM\TIM_InputCapture sub folder.

2.4 Timer in output compare mode


To control an output waveform, or to indicate when a period of time has elapsed, the timer is
used in one of the following output compare modes. The main difference between these
modes is the output signal waveform.
• Output compare timing: The comparison between the output compare register CCRx
and the counter CNT has no effect on the outputs. This mode is used to generate a
timing base
• Output compare active: Set the channel output to active level on match. The OCxRef
signal is forced high when the counter (CNT) matches the capture/compare register
(CCRx)
• Output compare inactive: Set channel to inactive level on match. The OCxRef signal
is forced low when the counter (CNT) matches the capture/compare register (CCRx);
• Output compare toggle: OCxRef toggles when the counter (CNT) matches the
capture/compare register (CCRx)
• Output compare forced active/inactive: OCREF is forced high (active mode) or low
(inactive mode) independently from counter value.

14/46 AN4013 Rev 10


AN4013 General-purpose timer modes

To configure the timer in one of these modes:


1. Select the clock source.
2. Write the desired data in the ARR and CCRx registers.
3. Configure the output mode:
a) Select the output compare mode: timing / active / inactive / toggle.
b) In case of active, inactive and toggle modes, select the polarity by writing CCxP in
CCER register.
c) Disable the preload feature for CCx by writing OCxPE in CCMRx register.
d) Enable the capture / compare output by writing CCxE in CCERx register.
4. Enable the counter by setting the CEN bit in the TIMx_CR1 register.
5. Set the CCxIE / CCxDE bit if an interrupt / DMA request is to be generated.

Timer output compare timing / delay computation


CCx update rate = CK_CNT / TIMx_ARRx
CCx delay = CCRx / CK_CNT
• If internal clock: CK_CNT= CK_PSC / (PSC + 1;
• If external clock mode2: CK_CNT = CK_PSC / ((ETPS)*(PSC + 1))
• If external clock mode1: CK_CNT = CK_PSC / (PSC + 1):
– if ETRF used as clock source: CK_PSC = ETR_CLK / ETPS
– if TIxFPx used as clock source: CK_PSC = TIx_CLK / ICPS
– if TI1F_ED (filtered edge detection) used as clock source: CK_PSC =
TI1_ED_CLK
– if ITRx (another timer) used as clock source: CK_PSC = ITRx_CLK.
For more details on using the timer in this mode, refer to the examples provided in the
STM32Cube package libraries in Examples\TIM\TIM_OCToggle, \TIMxOCActive, and
\TIM_OCInactive subfolders.

2.5 Timer in PWM mode


The timer is able to generate PWM in edge-aligned mode or in center-aligned mode with a
frequency determined by the value of the TIMx_ARR register, and a duty cycle determined
by the value of the TIMx_CCRx register.

PWM mode 1
• In up-counting, channelx is active as long as CNT< CCRx, otherwise it is inactive
• In down-counting, channelx is inactive as long as CNT> CCRx, otherwise it is active.

PWM mode 2
• In up-counting, channelx is inactive as long as CNT < CCRx, otherwise it is active
• In down-counting, channelx is active as long as CNT > CCRx, otherwise it is inactive.
Note: Active when OCREF = 1, inactive when OCREF = 0.

AN4013 Rev 10 15/46


45
General-purpose timer modes AN4013

To configure the timer in this mode:


1. Configure the output pin:
a) Select the output mode by writing CCS bits in CCMRx register.
b) Select the polarity by writing the CCxP bit in CCER register.
2. Select the PWM mode (PWM1 or PWM2) by writing OCxM bits in CCMRx register.
3. Program the period and the duty cycle respectively in ARR and CCRx registers.
4. Set the preload bit in CCMRx register and the ARPE bit in the CR1 register.
5. Select the counting mode:
a) PWM edge-aligned mode: the counter must be configured up-counting or
down-counting
b) PWM center aligned mode: the counter mode must be center aligned counting
mode (CMS bits different from '00').
6. Enable the capture compare.
7. Enable the counter.
For more details on using the timer in this mode, refer to the STM32CubeF3,
STM32CubeH7, STM32L5, STM32U5, and STM32CubeG4 firmware package examples in
the Examples\TIM\TIM_PWMOutput subfolders.

2.6 Timer in one pulse mode


One pulse mode (OPM) is a particular case of the input capture mode and the output
compare mode. It allows the counter to be started in response to a stimulus and to generate
a pulse with a programmable length after a programmable modelay.
To configure the timer in this mode:
1. Configure the input pin and mode:
a) Select the TIxFPx trigger to be used by writing CCxS bits in CCMRx register.
b) Select the polarity of the input pin by writing CCxP and CCxNP bits in CCER
register.
c) Configure the TIxFPx trigger for the slave mode trigger by writing TS bits in SMCR
register.
d) Select the trigger mode for the slave mode by writing SMS = 110 in SMCR
register.
2. Configure the output pin and mode:
a) Select the output polarity by writing CCyP bit in CCER register.
b) Select the output compare mode by writing OCyM bits in CCMRy register (PWM1
or PWM2 mode).
c) Set the delay value by writing in CCRy register.
d) Set the auto reload value to have the desired pulse: pulse = TIMy_ARR -
TIMy_CCRy.
3. Select the one pulse mode by setting the OPM bit in CR1 register, if only one pulse is to
be generated. Otherwise, this bit should be reset:
Delay = CCRy/(TIMx_CLK/(PSC + 1))
Pulse-Length= (ARR+1-CCRy)/(TIMx_CLK/(PSC+1)).

16/46 AN4013 Rev 10


AN4013 General-purpose timer modes

For more details on using the timer in this mode, refer to the examples provided in the
STM32Cube package in the Examples\TIM\TIM_OnePulse sub folder.

2.7 Timer in asymmetric PWM mode


This feature is not available in the original series. See Section 1: Overview for more details.
The asymmetric mode allows center-aligned PWM signals to be generated with a
programmable phase shift.
For a dedicated channel, the phase shift and the pulse length are programmed using the
two TIMx_CCRx registers (TIMx_CCR1 and TIMx_CCR2 or TIMx_CCR3 and TIMx_CCR4),
the value of the TIMx_ARR register determines the frequency. So, the asymmetric PWM
mode can be selected independently on two channels by programming the OCxM bits in
TIMx_CCMRx register:
• OCxM = 1110 to use the asymmetric PWM1, in this mode the output reference has the
same behavior as in PWM1 mode. When the counter is counting up the output
reference is identical to OC1/3REF, when the counter is down counting, the output
reference is identical to OC2/4REF
• OCxM = 1111 to use the asymmetric PWM2, in this mode the output reference has the
same behavior as in PWM2 mode. When the counter is counting up the output
reference is identical to OC1/3REF, when the counter is down counting, the output
reference is identical to OC2/4REF.
The following figure summarizes the asymmetric behavior versus the center aligned PWM
mode:

AN4013 Rev 10 17/46


45
General-purpose timer modes AN4013

Figure 1. Asymmetric PWM mode versus center aligned PWM mode


PWM2 center aligned ARR = 8 and
CCRx = 3

01 2 3 4 5 6 7 8 76 5 4 3 2 1 0 1 2 3 4 5 6 7 8 76 5 4 3 2 1 0 1 2 3 4 5 6 7 8 76 5 4 3 2 1 0

PWM2 center aligned ARR = 8 and


CCRy = 5

Asymetric PWM2 center aligned ARR = 8 CCRx = 3 and CCRy = 5

MS31264V1

18/46 AN4013 Rev 10


AN4013 General-purpose timer modes

To configure the timer in this mode:


1. Configure the output pin:
a) Select the output mode by writing CCS bits in CCMRx register.
b) Select the polarity by writing the CCxP bit in CCER register.
2. Select the Asymmetric PWM mode (Asymmetric PWM1 or Asymmetric PWM2) by
writing OCxM bits in CCMRx register.
3. Program the period, the pulse length and the phase shift respectively in ARR, CCRx,
and CCRy registers.
4. Select the counting mode: the Asymmetric PWM mode is working only with center
aligned mode: the counter mode must be center aligned counting mode (CMS bits
different from '00').
5. Enable the capture compare.
6. Enable the counter.
The example called TIM_Asymetric is available for selected boards supported in the
STM32Cube packages for STM32F3 and STM32H7 Series.

2.8 Timer in combined PWM mode


This feature is not available in the original series. See Section 1: Overview for more details.
The combined mode allows edge or center aligned PWM signals to be generated with
programmable delay and phase shift between respective pulses. To generate a combined
signal, the TIMx_CCRx and TIMx_CCRy must be used to program the delay and the phase
shift. The frequency is determined by the value of the TIMx_ARR register.
The resulting signal (combined signal) is made of an OR or AND logical combination of two
reference PWMs. So, the combined PWM mode can be selected independently on two
channels by programming the OCxM bits in TIMx_CCMRx register:
• OCxM = 1100 to use the Combined PWM1, in this case the combined output reference
has the same behavior as in PWM mode 1. The combined output reference is the
logical OR between OC1/3REF and OC2/4REF
• OCxM = 1101 to use the Combined PWM2,in this case the combined output reference
has the same behavior as in PWM mode 2. The combined output reference is the
logical AND between OC1/2REF and OC2/4REF.
The following figures resume the combined mode:

AN4013 Rev 10 19/46


45
General-purpose timer modes AN4013

Figure 2. Combined PWM mode

OC1Ref PWM2

OC2Ref PWM1

OC1CRef
Combined PWM2

OC1Ref PWM1

OC2Ref PWM2

OC1CRef
Combined PWM1

MS31265V1

To configure the timer in this mode:


1. Configure the output pin:
a) Select the output mode by writing CCS bits in CCMRx register;
b) Select the polarity by writing the CCxP bit in CCER register.
2. Select the Combined PWM mode (Combined PWM1 or Combined PWM2) by writing
OCxM bits in CCMRx register.
3. Program the period, the delay and the phase shift respectively in ARR, CCRx and
CCRy registers.
4. Select the counting mode:
a) Edge-aligned mode: the counter must be configured up-counting or
down-counting.
b) Center aligned mode: the counter mode must be center aligned counting mode
(CMS bits different from '00').
5. Enable the capture compare.
6. Enable the counter.

20/46 AN4013 Rev 10


AN4013 General-purpose timer modes

2.9 Retriggerable one pulse mode


This feature is not available in the original series. See Section 1: Overview for more details.
The retriggerable one pulse mode is a one pulse mode with these additional characteristics:
• The pulse starts as soon as the trigger occurs (no programmable delay);
• The pulse is extended if a new trigger occurs before the previous one is completed.
If the counter is configured in up-counting mode, the corresponding CCRx must be set to 0.
In this case, the pulse length is determined by ARR register. If the timer is configured in
down-counting mode, the ARR must be set to 0 in this case the pulse length is determined
by CCRx register. As for the OPM mode, there are two retriggerable one pulse modes.
Retriggerable OPM mode 1 and retriggerable OPM mode 2:
• Retriggerable OPM mode 1 is selected by setting the OCXM bits to 1000:
– In up-counting mode, channel is inactive until a trigger event is detected (on TRGI
signal), the comparison is performed like in PWM mode 1, then the channel
becomes inactive again at the next update;
– In down-counting mode, channel is active until a trigger event is detected (on
TRGI signal), the comparison is performed like in PWM mode 1, then the channel
becomes active again at the next update.
• Retriggerable OPM mode 2 is selected by setting the OCXM bits to 1001:
– In up-counting mode, the channel is active until a trigger event is detected (on
TRGI signal). The comparison is performed like in PWM mode 2, then the channel
becomes inactive again at the next update;
– In down-counting mode, the channel is inactive until a trigger event is detected (on
TRGI signal). The comparison is performed like in PWM mode 1, then the channel
becomes inactive again at the next update.

AN4013 Rev 10 21/46


45
General-purpose timer modes AN4013

Figure 3 presents an example of the retriggerable OPM mode.

Figure 3. Retriggerable OPM mode

Trigger

Pulse length Retriggerable pulse length Pulse length Pulse length

OCx
MS31266V2

To configure the timer in this mode:


1. Configure the input pin and mode:
a) Select the TIxFPx trigger to be used by writing CCxS bits in CCMRx register.
b) Select the polarity of the input pin by writing CCxP and CCxNP bits in CCER
register.
c) Configure the TIxFPx trigger for the slave mode trigger by writing TS bits in SMCR
register.
d) Select the Combined Reset + trigger mode for the slave mode by writing SMS =
1000 in SMCR register.
2. Configure the output pin and mode:
a) Select the output polarity by writing CCyP bit in CCER register.
b) Select the output compare mode by writing OCyM bits in CCMRy register
(Retriggerable OPM mode 1 or retriggerable OPM mode 2).
c) Set the pulse length value by writing in CCRy register if the counter is down-
counting or by writing in the ARR if the counter is up-counting.
For more details on using the timer in this mode, refer to the examples provided in the
STM32F30x standard peripheral libraries, in the
/Project/STM32F30x_StdPeriph_Examples/ TIM/Retriggerable OPM folder.

2.10 PWM analysis mode


This example is only provided in more recent product lines packages, but it can be
implemented with any STM32. The purpose of PWM input configuration is to analyze
incoming PWM signal frequency and duty cycle.
The timer clock is limiting the measurable input frequency and measurement accuracy.

22/46 AN4013 Rev 10


AN4013 General-purpose timer modes

To configure the timer in this mode:


• The external signal is connected to an input pin.
• Timer channel is configured to the pin.
• To measure the frequency and the duty cycle, use the CC2 interrupt request.
• In the timer callback function (HAL_TIM_IC_CaptureCallback()), the frequency and the
duty cycle of the external signal are computed:
– Frequency = TIMx counter clock / TIMx_CCR2 in Hz,
– DutyCycle = (TIMx_CCR1*100)/(TIMx_CCR2) in %.
The minimum frequency value to measure is (clock / counter clock / CCR MAX).
For more details on using the timer in this mode, refer to the STM32CubeG0,
STM32CubeG4, STM32CubeU5, STM32CubeL5, STM32CubeWB, STM32CubeWL, and
STM32CubeC0 firmware package examples in the Examples\TIM\TIM_PWMInput
subfolders.

AN4013 Rev 10 23/46


45
Timer synchronization AN4013

3 Timer synchronization

3.1 Timer system link


STM32xx Series timers are linked together internally for timer synchronization or chaining.
Each timer has several internal input and output triggers. These signals allow timer
interconnection. Figure 4 illustrates the time interconnection.

Figure 4. Timer system link

TIMx

TIMx_CLK

ITR0
ITR1 TRC
Trigger inputs ITR
ITR2
ITR3 TRGI TRGO Trigger
Trigger
output
control
TI 1F ED

TI1FP1
TI1FP2

MS30121V2

3.2 Master configuration


When a timer is selected as a master timer, the corresponding trigger output signal is used
by the slave internal trigger (when configured). The trigger output can be selected from the
following list:
• Reset: the UG bit from the TIMx_EGR register is used as a trigger output (TRGO);
• Enable: the counter enable signal is used as a trigger output (TRGO) to start several
timers at the same time, or to control a window in which a slave timer is enabled;
• Update: the update event is selected as trigger output (TRGO). For example, a master
timer can be used as a prescaler for a slave timer;
• Compare pulse: the trigger output sends a positive pulse when the CC1IF flag is to be
set (even if it was already high) as soon as a capture or a compare match occurs;
• OC1Ref: OC1REF signal is used as trigger output (TRGO);
• OC2Ref: OC2REF signal is used as trigger output (TRGO);
• OC3Ref: OC3REF signal is used as trigger output (TRGO);
• OC4Ref: OC4REF signal is used as trigger output (TRGO).

24/46 AN4013 Rev 10


AN4013 Timer synchronization

To configure a timer in master mode:


1. Configure the timer.
2. Select the trigger output to be used, by writing the MMS (Master mode selection) bits in
TIMx_CR2 register.
3. Enable the MSM (Master/Slave mode) bit in the SMCR register to allow a perfect
synchronization between the current timer and its slaves (through TRGO).
On selected devices such as STM32G4 Series, for example, the advanced-control timer can
generate two trigger outputs: TRGO as described above and TRGO2 (used for TIM and
ADC synchronization) which can be selected from the following list:
• Reset - the UG bit from the EGR register is used as trigger output (TRGO2).
• Enable - the Counter Enable signal CNT_EN is used as trigger output (TRGO2). It is
useful to start several timers simultaneously or to control a window in which a slave
timer is enabled. The Counter Enable signal is generated by a logical AND between
CEN control bit and the trigger input when configured in gated mode.
• Update - the update event is selected as trigger output (TRGO2). For instance a master
timer can then be used as a prescaler for a slave timer.
• Compare Pulse - the trigger output sends a positive pulse when the CC1IF flag is set
high (even if it was already set high), as soon as a capture or a compare match occurs.
• Compare - OC1REF signal is used as trigger output (TRGO2)
• Compare - OC2REF signal is used as trigger output (TRGO2)
• Compare - OC3REF signal is used as trigger output (TRGO2)
• Compare - OC4REF signal is used as trigger output (TRGO2)
• Compare - OC5REF signal is used as trigger output (TRGO2)
• Compare - OC6REF signal is used as trigger output (TRGO2)
• Compare Pulse - OC4REF rising or falling edges generate pulses on TRGO2
• Compare Pulse - OC6REF rising or falling edges generate pulses on TRGO2
• Compare Pulse - OC4REF rising or OC6REF rising edges generate pulses on TRGO2
• Compare Pulse - OC4REF rising or OC6REF falling edges generate pulses on TRGO2
• Compare Pulse - OC5REF rising or OC6REF rising edges generate pulses on TRGO2
• Compare Pulse - OC5REF rising or OC6REF falling edges generate pulses on
TRGO2.

AN4013 Rev 10 25/46


45
Timer synchronization AN4013

3.3 Slave configuration


The slave timer is connected to the master timer through the input trigger. Each ITRx is
connected internally to another timer, and this connection is specific for each
STM32Fx/Gx/Hx/Lx//Wx series product as stated on the first page.
The slave mode can be:
• Reset mode: rising edge of the selected trigger input (TRGI) reinitializes the counter
and generates an update of the registers
• Gated mode: the counter clock is enabled when TRGI is high. The counter stops (but
is not reset) as soon as the trigger becomes low. Both counter start and stop are
controlled.
• Trigger mode: the counter starts at a rising edge of the trigger TRGI (but it is not
reset). Only the counter start is controlled
• External clock mode 1: rising edges of the selected trigger TRGI clock the counter
• Combined reset + trigger mode: rising edge of the selected TRGI reinitializes the
counter, generates an update of the registers, and starts the counter. This feature is not
available in the original series. See Section 1: Overview for more details.
To configure a timer in slave mode:
1. Select the slave mode to be used by writing SMS (slave mode selection) bits in SMCR
register.
2. Select the internal trigger to be used by writing TS (trigger selection) bits in SMCR
register.
For more details on using the timer in this mode, refer to the examples provided in the
STM32Cube package:
Examples:
• \TIM\TIM_CascadeSynchro
• \TIM_ExtTriggerSynchro\TIM_Synchronization
• \TIM_ParallelSynchro folders.

26/46 AN4013 Rev 10


AN4013 Advanced features for motor control

4 Advanced features for motor control

4.1 Signal generation


The STM32Fx/Gx/Hx/Lx/Ux/Wx Series timer can output two complementary signals and
manage the on/ off state switching of the outputs.
The complementary signals OCx and OCxN are activated by a combination of several
control bits: the CCxE and CCxNE and the MOE, OISx, OISxN, OSSI, and OSSR bits.
The main output enable (MOE) bit is reset once a break input becomes active. It is set by
software or automatically based on the automatic output enable (AOE) bit. When the MOE
bit is reset, the OCx and OCxN outputs are disabled or forced to idle state (OISx OISxN),
depending on whether the OSSI bit is set or not.
Note: The MOE bit is valid only on the channels that are configured as output.
The off-state selection for run mode (OSSR) bit is used when MOE=1 to determine the pin
output when the channel output is not enabled. When this bit is set, OCx and OCxN outputs
are set to their inactive level as soon as their complementary bits CCxE=1 or CCxNE=1.
The output is still controlled by the timer.
The off-state selection for idle mode (OSSI) bit is used when MOE=0 due to a break event
or by a software write, on channels configured as outputs. When this bit is set, OCx and
OCxN outputs are first forced with their inactive level, then forced to their idle level after the
deadtime. The timer maintains its control over the output.
Table 6: Advanced timer configurations explains the possible configurations of the
advanced timer.

AN4013 Rev 10 27/46


45
Advanced features for motor control AN4013

Table 6. Advanced timer configurations


Control bits Output state
Typical use
OCx output OCxN output
MOE OSSI OSSR OCxE OCxNE
state state

x 0 0 0 Output disable Output disable


OCxREF
x 0 0 1 Output disable
+ polarity General purpose
OCxREF
x 0 1 0 Output disable
+ polarity
OCxREF (not OCxREF)
Motor control
x 0 1 1 + polarity + polarity
(sinewave)
+ Deadtime + Deadtime

1
x 1 0 0 Output disabled Output disabled

OCxREF Motor control


x 1 0 1 Off-state
+ polarity (6-steps)

OCxREF +
x 1 1 0 Off-state
polarity
OCxREF (not OCxREF)
Motor control
x 1 1 1 + polarity + polarity
(sinewave)
+ deadtime + deadtime

OCx output OCxN output


MOE OSSI OSSR OCxE OCxNE Comments
state state

0 x 0 0
0 x 0 1 Outputs
Output disable disconnected
0 x 1 0 from I/O ports
0 x 1 1
0
1 x 0 0
Off-state
1 x 0 1 All PWMs OFF
(outputs are first forced with their (low Z for safe
1 x 1 0 inactive level then forced to their stop)
idle level after the deadtime.)
1 x 1 1

Note: 1 Deadtime insertion is enabled by setting both CCxE and CCxNE bits, and the MOE bit.
2 When only OCxN is enabled (CCxE=0, CCxNE=1), it is not complemented and becomes
active as soon as OCxREF is high. For example, if CCxNP=0 then OCxN=OCxRef. On the
other hand, when both OCx and OCxN are enabled (CCxE=CCxNE=1) OCx becomes
active when OCxREF is high, whereas OCxN is complemented and becomes active when
OCxREF is low.

28/46 AN4013 Rev 10


AN4013 Advanced features for motor control

4.2 Combined three-phase PWM mode


This feature is not available in the original series. See Section 1: Overview for more details.
The combined three-phase mode allows the generation of one to three center-aligned PWM
signals with a single programmable signal ANDed in the middle of the pulses. The
configuration is helpful for shunt resistor current sensing applications. Refer to UM1052 for
further reading on this topic.
Using the 3-bits GC5C[3:1] in the TIMx_CCR5, each channel of the TIM can be a
combination between the original signal and the OC5Ref signal:
• If GC5C1 is set, OC1 output is controlled by TIMx_CCR1 and TIMx_CCR5
• If GC5C2 is set, OC1 output is controlled by TIMx_CCR2 and TIMx_CCR5
• If GC5C3 is set, OC1 output is controlled by TIMx_CCR3 and TIMx_CCR5.
The Figure 5 below illustrates an example of this mode:

Figure 5. Combined three-phase PWM

OC1Ref

OC2Ref

OC3Ref

OC5Ref

OC1Ref Comb

OC2Ref Comb

OC3Ref Comb
MS31267V1

AN4013 Rev 10 29/46


45
Advanced features for motor control AN4013

To configure the timer in this mode:


1. Configure the output pin:
a) Select the output mode by writing CCS bits in TIMx_CCMRx register.
b) Select the polarity by writing the CCxP bit in TIMx_CCER register.
2. Configure the used channel (1, 2 or/and 3) in PWM mode:
a) Configure the frequency, the duty cycle and the polarity.
b) Select the PWM 1 or 2.
3. Configure the Channel 5 in PWM mode with the desired parameter (duty cycle).
4. Select the Combined PWM mode by programming the GC5Cx bits.
5. Select the Center aligned mode as counting mode.
6. Enable the capture compare.
7. Enable the counter.
For more details on using the timer in this mode, refer to the examples provided in the
STM32CubeF3, STM32CubeG4 and STM32CubeH7 firmware packages in the
Examples\TIM\TIM_Combined sub folder.

4.3 Specific features for motor control applications

4.3.1 Complementary signal and deadtime feature


The STM32xx Series advanced timers can generate up to three complementary outputs
with the insertion of deadtime.
To use the complementary signal for one channel, set the two output compare enable bits of
this channel and its complementary (OCxE and OCxNE) channel. If the deadtime bits are
not zero, the two signals are generated with the insertion of a deadtime as illustrated in
Figure 6:

Figure 6. Two signals are generated with insertion of a deadtime

OC1REF

CH1

Delay

CH1N
Delay
MS30125V3

Note: The deadtime parameter is computed using the DTG[7:0] bits and the deadtime clock
(Tdtg).

30/46 AN4013 Rev 10


AN4013 Advanced features for motor control

The deadtime clock is computed as follows:


Tdtg = TDTS, if DTG[7] = 0
Tdtg = 2 x TDTS, if DTG[6] = 0
Tdtg = 8 x TDTS, if DTG[5] = 0
Tdtg = 16 x TDTS, if DTG[7:5] = 111

Where: TDTS = TCK_INT, if CKD[1:0] = 00


TDTS = 2 x TCK_INT, if CKD[1:0] = 01
TDTS = 4 x TCK_INT, if CKD[1:0] = 10

Note: TCK_INT is the internal clock timer.


The deadtime delay is computed using the following formula:
deadtime = DTG[7:0]x Tdtg, if DTG[7] = 0
deadtime = (64+DTG[5:0]) x Tdtg, if DTG[6] = 0
deadtime = (32+DTG[4:0]) x Tdtg, if DTG[5] = 0
deadtime = (32+DTG[4:0]) x Tdtg, if DTG[7:5] = 111
For more details on using the timer in this mode refer to the examples provided in the
STM32Cube package examples in the following directories:
• Examples\TIM\TIM_ComplementarySignals
• Examples\TIM\TIM_Combined.
Note: At the time of writing this AN, the complementary signals example is only available for
STM32F0, STM32F1, STM32F2, STM32F3, STM32F4, STM32F7, STM32G4 and
STM32H7 Series microcontrollers; the combined example only for STM32F3, STM32G4
and STM32H7 Series microcontrollers.

4.3.2 Break input


The break input is an emergency input in the motor control application. The break function
protects power switches driven by PWM signals generated with the advanced timers. The
break input is usually connected to fault outputs of power stages and 3-phase inverters.
When activated, the break circuitry shuts down the TIM outputs and forces them to a
predefined safe state.
The break event is generated by:
• The BRK input that has a programmable polarity and an enable bit BKE
• The CSS (clock security system)
• Software, by setting the BG bit in the EGR register
When a break event occurs:
• The MOE bit (main output enable) is cleared
• The break status flag is set and an interrupt request can be generated
• Each output channel is driven with the level programmed in the OISx bit.
Note: More information about break inputs is also provided in the application note 4277.

AN4013 Rev 10 31/46


45
Advanced features for motor control AN4013

Revised break inputs


Break inputs Break1 and Break2 are not available on the original series.
The break can be generated by any of the two BRK inputs that have:
• a programmable polarity (BKPx bit in the TIMx_BDTR Register)
• a programmable enable bit (BKEx in the TIMx_BDTR Register)
• a programmable filter (BKxF[3:0] bits in the TIMx_BDTR Register) to avoid spurious
events.
Table 7 presents the two break inputs priorities.

Table 7. Behavior of timer outputs versus Break1 and Break2 inputs


Break input 1 Break input 2 OCxN output OCx output

ON after deadtime
Active Inactive OFF
insertion
Inactive Active OFF OFF
ON after deadtime
Active - OFF
insertion

32/46 AN4013 Rev 10


AN4013 Advanced features for motor control

4.3.3 Locking mechanism


The advanced timer registers and bits can be protected or locked in order to safeguard the
application using the locking mechanism by programming the LOCK bits in the BDTR
register. There are three locking levels illustrated in Table 8.

Table 8. Locking levels


Level 1 LOCK Level 2(1) LOCK Level 3(2)

Register Bits Register Bits Register Bits

OISx OISx OISx


CR2 CR2 CR2
OISxN OISxN OISxN
DTG[7:0] DTG[7:0] DTG[7:0]
BKE BKE BKE
BKP BKP BKP
BDTR BDTR
AOE AOE AOE
BDTR
BK2E(3) OSSR OSSR
BK2P(3) OSSI OSSI
(3)
BKF[3:0] CCxP CCxP
CCER CCER
BK2F[3:0](3) CCxNP CCxNP
- - - - OCxM
CCMRx
- - - - OCxPE
1. LOCK Level 2 = LOCK Level 1 + CC polarity bits (CCxP/CCxNP bits in TIMx_CCER).
2. LOCK Level 3 = LOCK Level 2 + CC control bits (OCxM and OCxPE.
3. Bits present in STM32L4/F7/L5/G0/G4/WB/H7 Series and STM32F30x/F3x8 lines.

Note: The LOCK bits can only be written once after the reset. Once the BDTR register has been
written, its content is frozen until the next reset.

AN4013 Rev 10 33/46


45
Advanced features for motor control AN4013

4.3.4 Specific features for feedback measurement


Encoder modes
The incremental quadrature encoder is a type of sensor used in motor-control applications
to measure the angular position and the rotation direction.
In general, the incremental quadrature encoder generates three signals: phase A, phase B
and index.
The direction of the motor depends on whether Phase A leads Phase B, or Phase B leads
Phase A. A third channel, index pulse, occurs once per revolution and is used as a
reference to measure an absolute position.
The Phase A and B output signals are connected to the encoder interface to compute the
frequency and then determine the velocity and the position. Velocity and position
information can be measured at X2 or X4 resolution. Figure 7: Position at X4 resolution and
Figure 8: Position at X2 resolution explain the encoder interface function.
The timer's counter is incremented or decremented for each transition on both inputs TI1
and TI2.

Figure 7. Position at X4 resolution


forward reversal backward reversal forward

TI1
TI2

Counter +1 +1 +1 +1 +1 +1 +1 +1 -1 -1 -1 -1 -1 -1 -1 -1 +1 +1 +1 +1 +1 +1 +1 +1

Up Down Up
DIR bit 0 1 0

MS30129V4

34/46 AN4013 Rev 10


AN4013 Advanced features for motor control

The timer's counter is incremented or decremented for each transition on the selected input
TI1 or TI2.

Figure 8. Position at X2 resolution


forward reversal backward reversal forward

TI1
TI2

Counter +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1

Up Down Up
DIR bit 0 1 0

MS30128V4

Note: In case of X2 resolution, the counter can also be incremented on the TI1 edge.
In STM32 timer encoder interface mode, the encoder mode3 corresponds to the X4
resolution. In this mode, the counter counts up/down on both TI1 and TI2 edges.
The X2 resolution is selected when encoder mode 1 or mode 2 is selected, that is, the
counter counts up/down on TI2 edge depending on the TI1 level, or the counter counts
up/down on TI1 edge depending on TI2 level.

How to use the encoder interface


An external incremental quadrature encoder can be connected directly to the MCU without
external interface logic. The third encoder output (index) which indicates the mechanical
zero position, may be connected to an external interrupt input and triggers a counter reset.
The output signal of the incremental encoder is filtered by the STM32 timer input filter block
to reject all noise sources that typically occur in motor systems. This filter is described in
Section 2.3: Timer input capture mode on page 13.

AN4013 Rev 10 35/46


45
Advanced features for motor control AN4013

TIM configuration in encoder mode


1. Select and configure the timer input:
• Input selection:
– TI1 connected to TI1FP1 CC1S='01' in TIMx_CCMR1 register;
– TI2 connected to TI2FP2 CC2S='01' in TIMx_CCMR1 register.
• Input polarity:
– CC1P='0' and CC1NP='0'(CCER register, TI1FP1 noninverted, TI1FP1=TI1);
– CC2P='0' and CC2NP='0'(CCER register, TI1FP2 noninverted, TI1FP2= TI2).
2. Select the encoder mode:
• Encoder mode1 (resolution X2 on TI2): SMS=’001’ in theTIMx_SMCR register;
• Encoder mode2 (resolution X2 on TI1): SMS=’010' in the TIMx_SMCR register;
• Encoder mode3 (resolution X4 on TI1 and TI2): SMS=’011’ in the TIMx_SMCR register.
3. Enable the timer counter:
• Set the counter enable bit, CEN='1' in TIMx_CR1 register.

Hall sensor
The Hall sensor is a type of sensor based on the Hall effect: when a conductor is placed in a
magnetic field, a voltage is generated perpendicular to both the current and the magnetic
field.
There are four types of Hall sensor IC devices that provide a digital output: unipolar
switches, bipolar switches, omnipolar switches, and latches. The main difference between
them is the output waveforms (pulse duration).
The digital hall sensor provides a digital output in relation to the magnetic field that it is
exposed. When the magnetic field increases and is greater than the BRP (magnetic field
release point value), the output is set to ON. When the magnetic field decreases and is
lower than the BOP (magnetic field operate point value) the output is set to OFF.
Figure 9 presents the output waveform of a typical Hall sensor.

Figure 9. Output waveform of a typical Hall sensor


BOF

BRF

Sensor output
MS30127V2

Generally, the Hall sensor is used in the three-phase motor control. Figure 10 presents the
commutation sequence.

36/46 AN4013 Rev 10


AN4013 Advanced features for motor control

Figure 10. Commutation sequence

Hall 1

Hall 2

Hall 3

Motor position
0 60 120 180 240 300 360 420 480 540 600 660
MS30126V2

How to use the Hall sensor interface


The STM32 timers can interface with the Hall effect sensors via the standard inputs (CH1,
CH2, and CH3). Setting TI1S bit in the TIMx_CR2 register enables to connect the input filter
of channel 1 to the output of an XOR gate. This combines the three input pins TIMx_CH1,
TIMx_CH2 and TIMx_CH3.
The slave mode controller is configured in reset mode; the slave input is TI1F_ED. Thus,
each time one of the three inputs toggles, the counter restarts counting from 0. This creates
a time base triggered by any change on the Hall inputs.
Channel 1 is configured as an input capture mode and the capture signal is TRC. The
captured value, which corresponds to the time, elapsed between two changes on the inputs,
gives information on the motor speed.
TIM configuration in Hall sensor interface mode
1. Configure three timer inputs ORed to the TI1 input channel by writing the TI1S bit in
TIMx_CR2 register to '1'.
2. Program the time base: write the TIMx_ARR to the max value (the counter must be
cleared by the TI1 change. Set the prescaler to a period longer than the time between
two changes on the sensors.
3. Program channel 1 in capture mode (TRC selected): write the CC1S bits in the
TIMx_CCMR1 register to '01'. The user can also program the digital filter if needed.

AN4013 Rev 10 37/46


45
High-resolution timer applications AN4013

5 High-resolution timer applications

The high-resolution timer was designed specifically to control power conversion systems in
the lighting systems switch mode power supply. Even though it really excels in this role, it
can of course be used in other applications with high-resolution timer requirements.
The HRTIM features up to 10 outputs that can be configured in various coupled and
autonomous modes using five timing units tied to a common master for synchronization
purposes. The synchronization with other timers is also facilitated. The HRTIM is strongly
tied to ADCs and fault inputs for feedback purposes.
For more information about the high-resolution timer, read the reference manual of the
particular MCU line.
Application related information can be found in the following documents:
• “High brightness LED dimming using the STM32F334 discovery kit” (AN4885)
• “Buck-boost converter using the STM32F334 discovery kit” (AN4449)
• “HRTIM cookbook” (AN4539)
Numerous examples are available in the STM32Cube packages of families featuring the
high-resolution timer (STM32F3, STM32G4, STM32H7).

38/46 AN4013 Rev 10


AN4013 Low-power timer

6 Low-power timer

The main difference and advantage of the LPTIM compared to any other timer peripheral in
the STM32 microcontroller family is the ability to continue working even in Stop mode and
trigger events that wake the MCU up from the Stop mode. For a list of Stop modes
supported by each LPTIM instance, refer to the product datasheet. Depending on the
selected clock source, the runtime power consumption can be substantially lower compared
to a general purpose timer. While it can perform a similar job to the general purpose timer,
the focus is put on the task for which it is designed for.

6.1 Wakeup timer implementation


The LPTIM can be configured to periodically wake up the MCU from stop mode, for example
to refresh a display or to read a sensor. For this purpose it needs to be configured to use a
clock source that remains functional in stop mode. It can be an LSE, an LSI oscillator, or an
external clock source. An external clock source is fed to the LPTIM Input1 that has
configured to use it (CKSEL is appropriately configured).
To configure the timer in this mode:
1. Configure a clock source.
2. Code the interrupt handler, callback function and enable the LPTIM interrupt.
3. Set up the LPTIM peripheral:
a) Clock source selection;
b) Set timing range using prescaler;
c) Set trigger event (software or external signal).
4. Enable and start the timer.
5. Go to stop mode.
For more details on using the timer in this mode, refer to examples provided in the
STM32Cube package in the Examples\LPTIM\LPTIM_Timeout sub folder.

AN4013 Rev 10 39/46


45
Low-power timer AN4013

6.2 Pulse counter


In some applications, the microcontroller needs to record some external events, but it is not
desirable to wake it up from Stop mode each time. In this case, the LPTIM is configured as a
pulse counter. Use the timer period/compare setting to set the number of events required to
wake the microcontroller.
To configure the timer in this mode:
1. Configure a clock source.
2. Code the interrupt handler callback function and enable the LPTIM interrupt.
3. Set up the LPTIM timer peripheral:
a) Clock source and counter source selection. Only input1 can be used as a clock
source;
b) Typical configuration selection is immediate update mode and software trigger
source.
4. Enable and start the timer.
5. Go to Stop mode.
For more details on using the timer in this mode, refer to the examples provided in the
STM32Cube package in the Examples\LPTIM\LPTIM_PulseCounter sub folder.

40/46 AN4013 Rev 10


AN4013 Specific applications

7 Specific applications

7.1 Infrared application


The STM32 general-purpose timers can be used to emulate several infrared protocols. An
example of this application type is given in the application note Implementation of
transmitters and receivers for infrared remote control protocols with STM32Cube (AN4834).
This application note describes a software solution for implementing an RC5/SIRC receiver
and transmitter using a pair of the STM32 general-purpose timers, usually TIM16 and
TIM17.
This solution uses a specialized feature called IRTIM for implementation of the transmitter
part. IRTIM is available on STM32C0, STM32F0, STM32F3, STM32U5, STM32L5,
STM32G0, STM32G4, STM32WB and STM32L4 devices.
Some microcontrollers, such as the STM32G0, feature an innovated IRTIM internally
connected to USART for easier modulation.

7.2 3-phase AC and PMSM control motor


The STM32 advanced and general-purpose timers together with ADC and DAC are used to
control two types of 3-phase motor: AC induction motor and PMSM, with different current
sensing methodologies:
• Isolated current sensing (also referred to as sensor-less solution);
• Three shunt resistors;
• Single shunt resistor (ST patented solution).
The STM32 timers are used also in the feedback loop to interface with the different sensors
used in the different rotor position feedback:
• Tachogenerator;
• Quadrature encoder;
• Hall sensors: 60° and 120° placement.
For more details, refer to STM32 ecosystem for motor control available at www.st.com.

7.3 Six-step mode


The six-step mode is a specific mode of STM32 advanced timers. When complementary
outputs are used on a channel, preload bits are available on the OCxM, CCxE, and CCxNE
bits. The preload bits are transferred to the shadow bits at the COM (commutation event).
The user can program in advance the configuration for the next step and change the
configuration of all the channels at the same time. COM can be generated by software by
setting the COM bit in the TIMx_EGR register or by hardware (on TRGI rising edge).
An application example of the use of this mode is the control of the brush-less 3-phase DC
motor (3-phase BLDC motor).

AN4013 Rev 10 41/46


45
Specific applications AN4013

Configuring the timer to generate a six-step signal to control a brush-less 3-


phase DC motor (3-phase BLDC motor)
• Time base configuration: prescaler, period, clock source;
• Channels 1, 2, 3 and 4 configured in PWM mode;
• Set the capture compare preload control bit CCPC;
• Enable the commutation interrupt source;
• Use the system tick to generate time base;
• For each commutation event, the TIM configuration is updated for the next
commutation event.
For more details on using the timer in this mode, refer to the examples provided in the
STM32Cube package in the Examples\TIM\TIM_6Steps folder.
Note: For some devices, this example is not available.

42/46 AN4013 Rev 10


AN4013 Revision history

8 Revision history

Table 9. Document revision history


Date Revision Changes

21-Feb-2012 1 Initial release.


Added support for STM32F30x, STM32F31x, STM32F37x,
22-Oct-2012 2
STM32F38x.
Added support for STM32F0 Series, STM32F358xC.
Replaced “basic timers” by “general-purpose” timers in the whole
document.
12-Feb-2014 3 Updated Section 2.1.2: External clock.
UpdatedSection 2.4: Timer in output compare mode.
Updated Section 2.5: Timer in PWM mode.
Updated Section 7.3: Six-step mode.
Extended the applicability to STM32F303xDxE. Updated:
– Table 1: Applicable products
– Table 2: Simplified overview of timer availability in STM32Fx
28-Jan-2015 4 products
– The document title and introduction
Added references to timer examples available in STM32CubeF3
firmware package where applicable.
Extended coverage to STM32F7 Series, STM32L0 Series and
STM32L4 Series.
Added:
– Section 5: High-resolution timer applications.
– Section 6: Low-power timer.
15-Apr-2016 5
Updated:
– Table 2.: Simplified overview of timer availability in STM32Fx
products.
– Table 5: Timer features overview.
– Section 2.4: Timer in output compare mode.
Updated Section 2.2: Time base generator: corrected values on the
28-Jul-2016 6 formulas for “update event” on the examples for update event period
and external clock mode2.

AN4013 Rev 10 43/46


45
Revision history AN4013

Table 9. Document revision history (continued)


Date Revision Changes

Added the STM32WB Series, STM32H7 Series, STM32G0 Series,


STM32G4 Series in Table 1: Applicable products.
Updated;
– Section 1: Overview content.
– Table 2: Simplified overview of timer availability in STM32Fx
products footer information.
– Table 4: Timer features overview content and foot note
– Section 2.1.1: Internal clock
– Section 2.6: Timer in one pulse mode Pulse-Length definition.
– Section 2.7: Timer in asymmetric PWM mode, Section 2.8: Timer
in combined PWM mode and Section 2.9: Retriggerable one pulse
08-Apr-2019 7 mode with the unsupported series.
– Section 3.2: Master configuration with STM32G4 Series reference.
– Section 3.3: Slave configuration removed specified references to
STM32L4/F7 Series and STM32F30x/F3x8 lines in and updated
with the unsupported series.
– Section 4.2: Combined three-phase PWM mode updated the title
and added unsupported series.
- Note updated in Section 4.3.1: Complementary signal and
deadtime feature.
- Section 4.3.2: Break input Revised break inputs section for
supported series.
- Section 7.1: Infrared application included additional supported
series (added STM32WB)
Added STM32L5 Series in Table 1: Applicable products
Updated Section 1: Overview (added AN4539 and updated Table 3:
Simplified overview of timer availability in STM32Lx products).
Added references to STM32CubeG4 and STM32CubeH7 in
Section 2.5: Timer in PWM mode
Updated Section 2.7: Timer in asymmetric PWM mode (firmware
example)
Removed note 4 in Table 5: Timer features overview
Added references to STM32CubeG4 and STM32CubeH7 firmware
24-Sep-2019 8 packages in Section 4.2: Combined three-phase PWM mode
Added STM32F2 and STM32G4 Section 4.3.1: Complementary
signal and deadtime feature
Added references to STM32L5/G0/G4/WB/H7 in Table 8: Locking
levels
Updated Section 5: High-resolution timer applications
Updated Section 7.1: Infrared application
Modified Table 5: Timer features overview (removed one note and
added STM32WB/L5 in note 1).

44/46 AN4013 Rev 10


AN4013 Revision history

Table 9. Document revision history (continued)


Date Revision Changes

Added:
– STM32U5 Series and STM32WL Series to the document’s scope
– Table 4: Simplified overview of timer availability in
STM32Gx/Hx/Ux/Wx products
Updated:
– Table 1: Applicable products
01-Jun-2021 9
– Table 3: Simplified overview of timer availability in STM32Lx
products
– Notes 2 and 3 on Table 5: Timer features overview
– Section 6: Low-power timer
– Figure 7: Position at X4 resolution and Figure 8: Position at X2
resolution
Updated:
– Table 1: Applicable products
12-Jan-2023 10 – Table 5: Timer features overview
Added:
– Section 2.10: PWM analysis mode

AN4013 Rev 10 45/46


45
AN4013

IMPORTANT NOTICE – PLEASE READ CAREFULLY

STMicroelectronics NV and its subsidiaries (“ST”) reserve the right to make changes, corrections, enhancements, modifications, and
improvements to ST products and/or to this document at any time without notice. Purchasers should obtain the latest relevant information on
ST products before placing orders. ST products are sold pursuant to ST’s terms and conditions of sale in place at the time of order
acknowledgement.

Purchasers are solely responsible for the choice, selection, and use of ST products and ST assumes no liability for application assistance or
the design of Purchasers’ products.

No license, express or implied, to any intellectual property right is granted by ST herein.

Resale of ST products with provisions different from the information set forth herein shall void any warranty granted by ST for such product.

ST and the ST logo are trademarks of ST. For additional information about ST trademarks, please refer to www.st.com/trademarks. All other
product or service names are the property of their respective owners.

Information in this document supersedes and replaces information previously supplied in any prior versions of this document.

© 2023 STMicroelectronics – All rights reserved

46/46 AN4013 Rev 10

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy