57. Basic timers (TIM6/TIM7)

57.1 TIM6/TIM7 introduction

The basic timers TIM6/TIM7 consist in a 16-bit autoreload counter driven by a programmable prescaler.

They can be used as generic timers for time-base generation.

The basic timer can also be used for triggering the digital-to-analog converter. This is done with the trigger output of the timer.

The timers are completely independent, and do not share any resources.

57.2 TIM6/TIM7 main features

Basic timer (TIM6/TIM7) features include:

57.3 TIM6/TIM7 functional description

57.3.1 TIM6/TIM7 block diagram

Figure 722. Basic timer block diagram

Figure 722. Basic timer block diagram. The diagram shows the internal architecture of a basic timer. On the left, external signals are shown: tim_pck (32-bit APB bus), tim_upd_it (IRQ interface), and tim_upd_dma (DMA interface). The internal components include a Trigger controller (with a Control block), an Auto-reload register, a PSC prescaler, and a CNT counter. The Trigger controller receives tim_pck and tim_ker_ck and outputs tim_trgo. The Auto-reload register receives UEV and Update signals and outputs Stop, clear or up to the CNT counter. The PSC prescaler receives tim_psc_ck and outputs tim_cnt_ck to the CNT counter. The CNT counter outputs Enable Count to the Trigger controller. A legend at the bottom left explains the symbols: Reg (Preload registers transferred to active registers on U event according to control bit), Event (zigzag line), and Interrupt & DMA (wavy line). The diagram is labeled MSV62381V1.

Notes:

MSV62381V1

Figure 722. Basic timer block diagram. The diagram shows the internal architecture of a basic timer. On the left, external signals are shown: tim_pck (32-bit APB bus), tim_upd_it (IRQ interface), and tim_upd_dma (DMA interface). The internal components include a Trigger controller (with a Control block), an Auto-reload register, a PSC prescaler, and a CNT counter. The Trigger controller receives tim_pck and tim_ker_ck and outputs tim_trgo. The Auto-reload register receives UEV and Update signals and outputs Stop, clear or up to the CNT counter. The PSC prescaler receives tim_psc_ck and outputs tim_cnt_ck to the CNT counter. The CNT counter outputs Enable Count to the Trigger controller. A legend at the bottom left explains the symbols: Reg (Preload registers transferred to active registers on U event according to control bit), Event (zigzag line), and Interrupt & DMA (wavy line). The diagram is labeled MSV62381V1.

57.3.2 TIM6/TIM7 internal signals

The table in this section summarizes the TIM inputs and outputs.

Table 593. TIM internal input/output signals

Internal signal nameSignal typeDescription
tim_pclkInputTimer APB clock
tim_ker_ckInputTimer kernel clock. This clock must be synchronous with tim_pclk (derived from the same source). The clock ratio tim_ker_ck/tim_pclk must be an integer: 1, 2, 3, ..., 16 (maximum value)
tim_trgoOutputInternal trigger output. This trigger can trigger other on-chip peripherals (DAC).
tim_upd_itOutputTimer update event interrupt
tim_upd_dmaOutputTimer update dma request

57.3.3 TIM6/TIM7 clocks

The timer bus interface is clocked by the tim_pclk APB clock.

The counter clock tim_ker_ck is connected to the tim_pclk input.

The CEN (in the TIMx_CR1 register) and UG bits (in the TIMx_EGR register) are actual control bits and can be changed only by software (except for UG that remains cleared automatically). As soon as the CEN bit is written to 1, the prescaler is clocked by the internal clock tim_ker_ck.

Figure 723 shows the behavior of the control circuit and the upcounter in normal mode, without prescaler.

Figure 723. Control circuit in normal mode, internal clock divided by 1

Timing diagram showing the control circuit and upcounter behavior. The diagram includes five signal lines: tim_ker_ck (internal clock), CEN (counter enable), UG (update generation), counter initialization (internal), and tim_cnt_ck, tim_psc_ck (counter/prescaler clock). The Counter register shows values 31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07. The diagram shows that the counter starts at 31, increments to 36, and then overflows to 00. The CEN bit is set to 1, and the UG bit is set to 1, which triggers the counter initialization. The counter clock is derived from the internal clock divided by 1.

The figure is a timing diagram illustrating the control circuit and upcounter behavior in normal mode with an internal clock divided by 1. It shows five signal lines over time:

The Counter register values are shown in a sequence of boxes: 31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07. Vertical dashed lines indicate the timing of clock edges and signal changes. The diagram is labeled MSv62317V2 in the bottom right corner.

Timing diagram showing the control circuit and upcounter behavior. The diagram includes five signal lines: tim_ker_ck (internal clock), CEN (counter enable), UG (update generation), counter initialization (internal), and tim_cnt_ck, tim_psc_ck (counter/prescaler clock). The Counter register shows values 31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07. The diagram shows that the counter starts at 31, increments to 36, and then overflows to 00. The CEN bit is set to 1, and the UG bit is set to 1, which triggers the counter initialization. The counter clock is derived from the internal clock divided by 1.

57.3.4 Time-base unit

The main block of the programmable timer is a 16-bit upcounter with its related autoreload register. The counter clock can be divided by a prescaler.

The counter, the autoreload register and the prescaler register can be written or read by software. This is true even when the counter is running.

The time-base unit includes:

The autoreload register is preloaded. The preload register is accessed each time an attempt is made to write or read the autoreload register. The contents of the preload register are transferred into the shadow register permanently or at each update event UEV, depending on the autoreload preload enable bit (ARPE) in the TIMx_CR1 register. The update event is sent when the counter reaches the overflow value and if the UDIS bit equals 0 in the TIMx_CR1 register. It can also be generated by software. The generation of the update event is described in detail for each configuration.

The counter is clocked by the prescaler output tim_cnt_ck , which is enabled only when the counter enable bit (CEN) in the TIMx_CR1 register is set.

Note that the actual counter enable signal tim_cnt_en is set one clock cycle after CEN bit set.

Prescaler description

The prescaler can divide the counter clock frequency by any factor between 1 and 65536. It is based on a 16-bit counter controlled through a 16-bit register (in the TIMx_PSC register). It can be changed on the fly as the TIMx_PSC control register is buffered. The new prescaler ratio is taken into account at the next update event.

Figure 724 and Figure 725 give some examples of the counter behavior when the prescaler ratio is changed on the fly.

Figure 724. Counter timing diagram with prescaler division change from 1 to 2

Timing diagram showing the effect of changing the prescaler division from 1 to 2. The diagram includes signals for tim_psc_ck, CEN, tim_cnt_ck, Counter register, Update event (UEV), Prescaler control register, Prescaler buffer, and Prescaler counter.

The timing diagram illustrates the behavior of a timer when the prescaler division ratio is changed from 1 to 2. The signals shown are:

MSv50998V1

Timing diagram showing the effect of changing the prescaler division from 1 to 2. The diagram includes signals for tim_psc_ck, CEN, tim_cnt_ck, Counter register, Update event (UEV), Prescaler control register, Prescaler buffer, and Prescaler counter.

Figure 725. Counter timing diagram with prescaler division change from 1 to 4

Figure 725. Counter timing diagram with prescaler division change from 1 to 4. The diagram shows the relationship between the prescaler clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register values, update event (UEV), prescaler control register, prescaler buffer, and prescaler counter over time. The counter register counts from F7 to FC, then overflows to 00. The prescaler control register is changed from 0 to 3. The prescaler buffer and counter are updated to reflect the new division ratio. The counter clock (tim_cnt_ck) frequency decreases after the prescaler division change.

The diagram illustrates the timing of a basic timer (TIM6/TIM7) counter. The top signal is tim_psc_ck , a periodic clock. Below it is CEN (Counter Enable), which is high when the counter is active. The tim_cnt_ck signal is the clock for the counter, derived from tim_psc_ck divided by the prescaler value. The Counter register shows values F7, F8, F9, FA, FB, FC, followed by an overflow to 00, and then 01. The Update event (UEV) is generated when the counter overflows. The Prescaler control register is initially 0, and a write to a new value (3) is performed. The Prescaler buffer and Prescaler counter are updated to reflect the new division ratio. The counter clock frequency decreases after the prescaler division change from 1 to 4.

Figure 725. Counter timing diagram with prescaler division change from 1 to 4. The diagram shows the relationship between the prescaler clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register values, update event (UEV), prescaler control register, prescaler buffer, and prescaler counter over time. The counter register counts from F7 to FC, then overflows to 00. The prescaler control register is changed from 0 to 3. The prescaler buffer and counter are updated to reflect the new division ratio. The counter clock (tim_cnt_ck) frequency decreases after the prescaler division change.

57.3.5 Counting mode

The counter counts from 0 to the autoreload value (contents of the TIMx_ARR register), then restarts from 0 and generates a counter overflow event.

An update event can be generated at each counter overflow or by setting the UG bit in the TIMx_EGR register (by software or by using the slave mode controller).

The UEV event can be disabled by software by setting the UDIS bit in the TIMx_CR1 register. This avoids updating the shadow registers while writing new values into the preload registers. In this way, no update event occurs until the UDIS bit has been written to 0, however, the counter and the prescaler counter both restart from 0 (but the prescale rate does not change). In addition, if the URS (update request selection) bit in the TIMx_CR1 register is set, setting the UG bit generates an update event UEV, but the UIF flag is not set (so no interrupt or DMA request is sent).

When an update event occurs, all the registers are updated and the update flag (UIF bit in the TIMx_SR register) is set (depending on the URS bit):

The following figures show some examples of the counter behavior for different clock frequencies when TIMx_ARR = 0x36.

Figure 726. Counter timing diagram, internal clock divided by 1

Timing diagram for internal clock divided by 1

Timing diagram showing the relationship between the prescaler clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register values, counter overflow, update event (UEV), and update interrupt flag (UIF) when the internal clock is divided by 1.

The diagram shows the following signals and states:

MSv50997V1

Timing diagram for internal clock divided by 1

Figure 727. Counter timing diagram, internal clock divided by 2

Timing diagram for internal clock divided by 2

Timing diagram showing the relationship between the prescaler clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register values, counter overflow, update event (UEV), and update interrupt flag (UIF) when the internal clock is divided by 2.

The diagram shows the following signals and states:

MSv62300V1

Timing diagram for internal clock divided by 2

Figure 728. Counter timing diagram, internal clock divided by 4

Timing diagram for internal clock divided by 4. It shows signals for tim_psc_ck, CEN, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), and Update interrupt flag (UIF).

This timing diagram illustrates the operation of a counter when the internal clock is divided by 4. The top signal, tim_psc_ck , is a high-frequency square wave. The CEN (Counter Enable) signal is shown as a horizontal line that goes high at the start. The tim_cnt_ck (counter clock) signal is a lower-frequency square wave, with its rising edges aligned with the falling edges of tim_psc_ck . The Counter register displays a sequence of values: 0035, 0036, 0000, and 0001. The transition from 0036 to 0000 occurs at a rising edge of tim_cnt_ck . The Counter overflow , Update event (UEV) , and Update interrupt flag (UIF) signals all pulse high at the moment the counter rolls over from 0036 to 0000. A small identifier 'MSv62301V1' is located in the bottom right corner.

Timing diagram for internal clock divided by 4. It shows signals for tim_psc_ck, CEN, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), and Update interrupt flag (UIF).

Figure 729. Counter timing diagram, internal clock divided by N

Timing diagram for internal clock divided by N. It shows signals for tim_psc_ck, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), and Update interrupt flag (UIF).

This timing diagram illustrates the operation of a counter when the internal clock is divided by an arbitrary value N. The tim_psc_ck signal is a high-frequency square wave. The tim_cnt_ck signal is a lower-frequency square wave, with its rising edges aligned with the falling edges of tim_psc_ck . The Counter register displays values 1F, 20, and 00. The transition from 20 to 00 occurs at a rising edge of tim_cnt_ck . The Counter overflow , Update event (UEV) , and Update interrupt flag (UIF) signals all pulse high at the moment the counter rolls over from 20 to 00. There are break symbols on the tim_psc_ck and tim_cnt_ck lines. A small identifier 'MSv62302V1' is located in the bottom right corner.

Timing diagram for internal clock divided by N. It shows signals for tim_psc_ck, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), and Update interrupt flag (UIF).

Figure 730. Counter timing diagram, update event when ARPE = 0 (TIMx_ARR not preloaded)

Timing diagram for a basic timer (TIM6/TIM7) showing the relationship between tim_psc_ck, CEN, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), Update interrupt flag (UIF), and Auto-reload preload register. The diagram illustrates the counter incrementing from 31 to 36, overflowing to 00, and generating an update event and interrupt flag. The auto-reload preload register is shown being updated from FF to 36.

The timing diagram illustrates the operation of a basic timer (TIM6/TIM7) when ARPE = 0 and the TIMx_ARR register is not preloaded. The diagram shows the following signals and their states over time:

MSV62303V1

Timing diagram for a basic timer (TIM6/TIM7) showing the relationship between tim_psc_ck, CEN, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), Update interrupt flag (UIF), and Auto-reload preload register. The diagram illustrates the counter incrementing from 31 to 36, overflowing to 00, and generating an update event and interrupt flag. The auto-reload preload register is shown being updated from FF to 36.

Figure 731. Counter timing diagram, update event when ARPE = 1 (TIMx_ARR preloaded)

Figure 731. Counter timing diagram, update event when ARPE = 1 (TIMx_ARR preloaded). The diagram shows the relationship between the prescaler clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register values, counter overflow, update event (UEV), update interrupt flag (UIF), auto-reload preload register, and auto-reload shadow register. The counter register shows values F0, F1, F2, F3, F4, F5, 00, 01, 02, 03, 04, 05, 06, 07. The auto-reload preload register shows F5 and 36. The auto-reload shadow register shows F5 and 36. An arrow points to the preload register with the text 'Write a new value in TIMx_ARR'.

The timing diagram illustrates the operation of a basic timer (TIM6/TIM7) in counter mode with the ARPE bit set to 1. The signals shown are:

An arrow points to the preload register with the text "Write a new value in TIMx_ARR". The diagram is labeled MSv62304V1.

Figure 731. Counter timing diagram, update event when ARPE = 1 (TIMx_ARR preloaded). The diagram shows the relationship between the prescaler clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register values, counter overflow, update event (UEV), update interrupt flag (UIF), auto-reload preload register, and auto-reload shadow register. The counter register shows values F0, F1, F2, F3, F4, F5, 00, 01, 02, 03, 04, 05, 06, 07. The auto-reload preload register shows F5 and 36. The auto-reload shadow register shows F5 and 36. An arrow points to the preload register with the text 'Write a new value in TIMx_ARR'.

Dithering mode

The time base effective resolution can be increased by enabling the dithering mode, using the DITHEN bit in the TIMx_CR1 register. This affects the way the TIMx_ARR is behaving, and is useful for adjusting the average counter period when the timer is used as a trigger (typically for a DAC).

The operating principle is to have the actual ARR value slightly changed (adding or not one timer clock period) over 16 consecutive counting periods, with predefined patterns. This allows a 16-fold resolution increase, considering the average counting period.

Figure 732 presents the dithering principle applied to four consecutive counting periods.

Timing diagram showing five rows of pulse widths over four periods. Row 1: Average period, four '12's. Row 2: T = 12, three '12's and one '13'. Row 3: T = 12+1/4, two '12's and two '13's. Row 4: T = 12+1/2, one '12' and three '13's. Row 5: T = 12+3/4, four '13's. Row 6: T = 13, four '13's. Vertical dashed lines mark the start of each period.

Figure 732. Dithering principle

MSV47466V1

Timing diagram showing five rows of pulse widths over four periods. Row 1: Average period, four '12's. Row 2: T = 12, three '12's and one '13'. Row 3: T = 12+1/4, two '12's and two '13's. Row 4: T = 12+1/2, one '12' and three '13's. Row 5: T = 12+3/4, four '13's. Row 6: T = 13, four '13's. Vertical dashed lines mark the start of each period.

When the dithering mode is enabled, the register coding is changed as follows (see Figure 733 for example):

Note: The following sequence must be followed when resetting the DITHEN bit:

  1. 1. CEN and ARPE bits must be reset
  2. 2. The ARR[3:0] bits must be reset
  3. 3. The DITHEN bit must be reset
  4. 4. The CEN bit can be set (eventually with ARPE = 1).

Figure 733. Data format and register coding in dithering mode

Diagram showing the 20-bit register format in dithering mode. The top part shows the register split into a 16-bit MSB (integer part) and a 4-bit LSB (fractional part). The bottom part shows an example where the value 326 is split into 20 (MSB) and 6 (LSB). Arrows point from these values to explanatory text: 'Base compare value is 20 during 16 periods' and 'Additional 6 cycles are spread over the 16 periods'.

MSV45753V2

Diagram showing the 20-bit register format in dithering mode. The top part shows the register split into a 16-bit MSB (integer part) and a 4-bit LSB (fractional part). The bottom part shows an example where the value 326 is split into 20 (MSB) and 6 (LSB). Arrows point from these values to explanatory text: 'Base compare value is 20 during 16 periods' and 'Additional 6 cycles are spread over the 16 periods'.

The minimum frequency is given by the following formula:

\[ \text{Resolution} = \frac{F_{\text{Tim}}}{F_{\text{pwm}}} \Rightarrow F_{\text{pwmMin}} = \frac{F_{\text{Tim}}}{\text{MaxResolution}} \]

\[ \text{Dithering mode disabled: } F_{\text{pwmMin}} = \frac{F_{\text{Tim}}}{65536} \]

\[ \text{Dithering mode enabled: } F_{\text{pwmMin}} = \frac{F_{\text{Tim}}}{65535 + \frac{15}{16}} \]

Note: The maximum TIMx_ARR value is limited to 0xFFEF in dithering mode (corresponds to 65534 for the integer part and 15 for the dithered part).

As shown on Figure 734, the dithering mode is used to increase the PWM resolution whatever the PWM frequency.

Figure 734. F Cnt resolution vs frequency

Graph showing Resolution vs F_Cnt for 'Dithering' and 'No Dithering' modes. The 'Dithering' curve starts at 20-bit resolution and the 'No Dithering' curve starts at 16-bit resolution at F_Cnt min. Both curves decrease as F_Cnt increases.

The graph plots Resolution on the y-axis against F Cnt on the x-axis. Two curves are shown: 'Dithering' and 'No Dithering'. The 'No Dithering' curve starts at a 16-bit resolution at F Cnt min and decreases as F Cnt increases. The 'Dithering' curve starts at a 20-bit resolution at F Cnt min and also decreases, remaining above the 'No Dithering' curve throughout the shown range. A vertical dashed line marks F Cnt min on the x-axis.

Graph showing Resolution vs F_Cnt for 'Dithering' and 'No Dithering' modes. The 'Dithering' curve starts at 20-bit resolution and the 'No Dithering' curve starts at 16-bit resolution at F_Cnt min. Both curves decrease as F_Cnt increases.

The period changes are spread over 16 consecutive periods, as described in Figure 735.

Figure 735. PWM dithering pattern

Timing diagram showing Counter period (1-16), ARR value (643), and Auto-Reload value (alternating 41 and 40) over 16 periods.

The diagram illustrates the PWM dithering pattern over 16 consecutive counter periods. The 'Counter period' row shows periods 1 through 16. The 'ARR value' row shows a constant value of 643. The 'Auto-Reload value' row shows a sequence of values: 41, 40, 40, 40, 41, 40, 40, 40, 41, 40, 40, 40, 40, 40, 40, 40. The value 41 is used in periods 1, 5, 9, and 13, while the value 40 is used in all other periods.

Timing diagram showing Counter period (1-16), ARR value (643), and Auto-Reload value (alternating 41 and 40) over 16 periods.

The autoreload and compare values increments are spread following the specific patterns described in Table 594. The dithering sequence is done to have increments distributed as evenly as possible and minimize the overall ripple.

Table 594. TIMx_ARR register change dithering pattern

-PWM period
LSB value12345678910111213141516
0000-----------------
0001+1----------------
0010+1-------+1--------
0011+1---+1---+1--------
0100+1---+1---+1---+1----
0101+1-+1-+1---+1---+1----
0110+1-+1-+1---+1-+1-+1----
0111+1-+1-+1-+1-+1-+1-+1----
1000+1-+1-+1-+1-+1-+1-+1-+1--
1001+1+1+1-+1-+1-+1-+1-+1-+1--
1010+1+1+1-+1-+1-+1+1+1-+1-+1--
1011+1+1+1-+1+1+1-+1+1+1-+1-+1--
1100+1+1+1-+1+1+1-+1+1+1-+1+1+1+1-
1101+1+1+1+1+1+1+1-+1+1+1-+1+1+1+1-
1110+1+1+1+1+1+1+1-+1+1+1+1+1+1+1+1-
1111+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1-

57.3.6 UIF bit remapping

The IUFREMAP bit in the TIMx_CR1 register forces a continuous copy of the update interrupt flag UIF into the timer counter register's bit 31 (TIMxCNT[31]). This is used to atomically read both the counter value and a potential roll-over condition signaled by the UIFCPY flag. In particular cases, it can ease the calculations by avoiding race conditions caused for instance by a processing shared between a background task (counter reading) and an interrupt (update interrupt).

There is no latency between the assertions of the UIF and UIFCPY flags.

57.3.7 ADC triggers

The timer can generate an ADC triggering event with various internal signals, such as reset, enable or compare events.

Note: The clock of the slave peripherals (such as timer, ADC) receiving the tim_trgo signal must be enabled prior to receiving events from the master timer, and the clock frequency (prescaler) must not be changed on-the-fly while triggers are received from the master timer.

57.3.8 TIM6/TIM7 DMA requests

The TIM6/TIM7 can generate a single DMA request, as shown in Table 595 .

Table 595. DMA request

DMA acronymDMA requestEnable control bit
tim_upd_dmaUpdateUDE

57.3.9 Debug mode

When the microcontroller enters debug mode (Cortex ® -M33 core halted), the TIMx counter can either continue to work normally or be stopped.

The behavior in debug mode can be programmed with a dedicated configuration bit per timer in the Debug support (DBG) module.

For more details, refer to section Debug support (DBG).

57.3.10 TIM6/TIM7 low-power modes

Table 596. Effect of low-power modes on TIM6/TIM7

ModeDescription
SleepNo effect, peripheral is active. The interrupts can cause the device to exit from Sleep mode.
StopThe timer operation is stopped and the register content is kept. No interrupt can be generated.
StandbyThe timer is powered-down and must be reinitialized after exiting the Standby mode.

57.3.11 TIM6/TIM7 interrupts

The TIM6/TIM7 can generate a single interrupt, as shown in Table 597 .

Table 597. Interrupt request

Interrupt acronymInterrupt eventEvent flagEnable control bitInterrupt clear methodExit from Sleep modeExit from Stop and Standby mode
TIM6
TIM7
UpdateUIFUIEwrite 0 in UIFYesNo

57.4 TIM6/TIM7 registers

Refer to Section 1.2 for a list of abbreviations used in register descriptions.

The peripheral registers can be accessed by half-words (16-bit) or words (32-bit).

57.4.1 TIMx control register 1 (TIMx_CR1)(x = 6 to 7)

Address offset: 0x00

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.DITH
EN
UIFRE
MAP
Res.Res.Res.ARPERes.Res.Res.OPMURSUDISCEN
rwrwrwrwrwrwrw

Bits 15:13 Reserved, must be kept at reset value.

Bit 12 DITHEN : Dithering enable

0: Dithering disabled

1: Dithering enabled

Note: The DITHEN bit can only be modified when CEN bit is reset.

Bit 11 UIFREMAP : UIF status bit remapping

0: No remapping. UIF status bit is not copied to TIMx_CNT register bit 31.

1: Remapping enabled. UIF status bit is copied to TIMx_CNT register bit 31.

Bits 10:8 Reserved, must be kept at reset value.

Bit 7 ARPE : Auto-reload preload enable

0: TIMx_ARR register is not buffered.

1: TIMx_ARR register is buffered.

Bits 6:4 Reserved, must be kept at reset value.

Bit 3 OPM : One-pulse mode

0: Counter is not stopped at update event

1: Counter stops counting at the next update event (clearing the CEN bit).

Bit 2 URS: Update request source

This bit is set and cleared by software to select the UEV event sources.

0: Any of the following events generates an update interrupt or DMA request if enabled.

These events can be:

1: Only counter overflow/underflow generates an update interrupt or DMA request if enabled.

Bit 1 UDIS: Update disable

This bit is set and cleared by software to enable/disable UEV event generation.

0: UEV enabled. The Update (UEV) event is generated by one of the following events:

Buffered registers are then loaded with their preload values.

1: UEV disabled. The Update event is not generated, shadow registers keep their value (ARR, PSC). However 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.

Bit 0 CEN: Counter enable

0: Counter disabled

1: Counter enabled

CEN is cleared automatically in one-pulse mode, when an update event occurs.

57.4.2 TIMx control register 2 (TIMx_CR2)(x = 6 to 7)

Address offset: 0x04

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.MMS[2:0]Res.Res.Res.Res.
rwrwrw

Bits 15:7 Reserved, must be kept at reset value.

Bits 6:4 MMS[2:0] : Master mode selection

These bits are used to select the information to be sent in master mode to slave timers for synchronization (TRGO). The combination is as follows:

000: Reset - the UG bit from the TIMx_EGR register is used as a trigger output (tim_trgo).

001: Enable - the Counter enable signal, tim_cnt_en, is used as a trigger output (tim_trgo). It is useful to start several timers at the same time or to control a window in which a slave timer is enabled. The Counter Enable signal is generated when the CEN control bit is written.

010: Update - The update event is selected as a trigger output (tim_trgo). For instance a master timer can then be used as a prescaler for a slave timer.

Note: The clock of the slave timer or the peripheral receiving the tim_trgo must be enabled prior to receive events from the master timer, and must not be changed on-the-fly while triggers are received from the master timer.

Bits 3:0 Reserved, must be kept at reset value.

57.4.3 TIMx DMA/Interrupt enable register (TIMx_DIER)(x = 6 to 7)

Address offset: 0x0C

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.UDERes.Res.Res.Res.Res.Res.Res.UIE
rwrw

Bits 15:9 Reserved, must be kept at reset value.

Bit 8 UDE : Update DMA request enable

0: Update DMA request disabled.

1: Update DMA request enabled.

Bits 7:1 Reserved, must be kept at reset value.

Bit 0 UIE : Update interrupt enable

0: Update interrupt disabled.

1: Update interrupt enabled.

57.4.4 TIMx status register (TIMx_SR)(x = 6 to 7)

Address offset: 0x10

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.UIF
rc_w0

Bits 15:1 Reserved, must be kept at reset value.

Bit 0 UIF : Update interrupt flag

57.4.5 TIMx event generation register (TIMx_EGR)(x = 6 to 7)

Address offset: 0x14

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.UG
w

Bits 15:1 Reserved, must be kept at reset value.

Bit 0 UG : Update generation

57.4.6 TIMx counter (TIMx_CNT)(x = 6 to 7)

Address offset: 0x24

Reset value: 0x0000 0000

31302928272625242322212019181716
UIF
CPY
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
r

1514131211109876543210
CNT[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 UIFCPY : UIF copy

This bit is a read-only copy of the UIF bit of the TIMx_ISR register. If the UIFREMAP bit in TIMx_CR1 is reset, bit 31 is reserved and read as 0.

Bits 30:16 Reserved, must be kept at reset value.

Bits 15:0 CNT[15:0] : Counter value

Non-dithering mode (DITHEN = 0)

The register holds the counter value.

Dithering mode (DITHEN = 1)

The register only holds the non-dithered part in CNT[15:0]. The fractional part is not available.

57.4.7 TIMx prescaler (TIMx_PSC)(x = 6 to 7)

Address offset: 0x28

Reset value: 0x0000

1514131211109876543210
PSC[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 15:0 PSC[15:0] : Prescaler value

The counter clock frequency \( f_{tim\_cnt\_ck} \) is equal to \( f_{tim\_psc\_ck} / (PSC[15:0] + 1) \) .

PSC contains the value to be loaded into the active prescaler register at each update event. (including when the counter is cleared through UG bit of TIMx_EGR register.

57.4.8 TIMx autoreload register (TIMx_ARR)(x = 6 to 7)

Address offset: 0x2C

Reset value: 0x0000 FFFF

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.ARR[19:16]
rwrwrwrw
1514131211109876543210
ARR[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bits 31:20 Reserved, must be kept at reset value.

Bits 19:0 ARR[19:0] : Auto-reload value

ARR is the value to be loaded into the actual auto-reload register.

Refer to Section 57.3.4: Time-base unit for more details about ARR update and behavior.

The counter is blocked while the auto-reload value is null.

Non-dithering mode (DITHEN = 0)

The register holds the auto-reload value in ARR[15:0]. The ARR[19:16] bits are reserved.

Dithering mode (DITHEN = 1)

The register holds the integer part in ARR[19:4]. The ARR[3:0] bitfield contains the dithered part.

57.4.9 TIMx register map

TIMx registers are mapped as 16-bit addressable registers as described in the table below:

Table 598. TIMx register map and reset values

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x00TIMx_CR1Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.DITHENUIFREMARes.Res.Res.Res.ARPERes.Res.Res.OPMURSUDISCEN
Reset value0000000
0x04TIMx_CR2Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.MMS [2:0]Res.Res.Res.Res.
Reset value000
0x08Reserved
0x0CTIMx_DIERRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.UDERes.Res.Res.Res.Res.Res.Res.UIE
Reset value00
0x10TIMx_SRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.UIF
Reset value0
0x14TIMx_EGRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.UG
Reset value0
0x18-0x20Reserved
0x24TIMx_CNTUIFCPY or Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.CNT[15:0]
Reset value0000000000000000
0x28TIMx_PSCRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.PSC[15:0]
Reset value000000000000000
0x2CTIMx_ARRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.ARR[19:0]
Reset value0000111111111111111

Refer to Section 2.3: Memory organization for the register boundary addresses.