40. General-purpose timers (TIM12)

TIM12 is available on STM32U3B5/3C5 devices only. Refer to the device datasheet for more details.

40.1 TIM12 introduction

The TIM12 general-purpose timers consist in a 16-bit autoreload counter driven by a programmable prescaler.

They may be used for a variety of purposes, including measuring the pulse lengths of input signals (input capture) or generating output waveforms (output compare, PWM).

Pulse lengths and waveform periods can be modulated from a few microseconds to several milliseconds using the timer prescaler and the RCC clock controller prescalers.

The TIM12 timers are completely independent, and do not share any resources. They can be synchronized together as described in Section 40.3.20: Timer synchronization (TIM12 only) .

40.2 TIM12 main features

The features of the TIM12 general-purpose timer include:

40.3 TIM12 functional description

40.3.1 Block diagram

Figure 543. General-purpose timer block diagram (TIM12)

Figure 543. General-purpose timer block diagram (TIM12). The diagram shows the internal architecture of the TIM12 timer. It includes a 32-bit APB bus, an IRQ interface, a trigger controller, a slave controller mode, an auto-reload register, a counter (CNT), two capture/compare registers (CC1 and CC2), and two output control blocks. The timer has two input channels (TIM_CH1 and TIM_CH2) with filters and edge detectors. The counter is driven by a prescaler (PSC) and can be reset or updated by an event (UEV). The output control blocks generate TIM_OC1 and TIM_OC2 signals. The diagram also shows various internal signals like tim_trc, tim_trgi, tim_it, and tim_itf1f_ed. A legend at the bottom left explains the symbols for registers, events, and interrupts.

Notes:
Reg Preload registers transferred to active registers on U event according to control bit
Event
Interrupt

MSv63067V3

Figure 543. General-purpose timer block diagram (TIM12). The diagram shows the internal architecture of the TIM12 timer. It includes a 32-bit APB bus, an IRQ interface, a trigger controller, a slave controller mode, an auto-reload register, a counter (CNT), two capture/compare registers (CC1 and CC2), and two output control blocks. The timer has two input channels (TIM_CH1 and TIM_CH2) with filters and edge detectors. The counter is driven by a prescaler (PSC) and can be reset or updated by an event (UEV). The output control blocks generate TIM_OC1 and TIM_OC2 signals. The diagram also shows various internal signals like tim_trc, tim_trgi, tim_it, and tim_itf1f_ed. A legend at the bottom left explains the symbols for registers, events, and interrupts.

40.3.2 TIM12 pins and internal signals

Table 426 and Table 427 in this section summarize the TIM inputs and outputs.

Table 426. TIM input/output pins

Pin nameSignal typeDescription
TIM_CH1
TIM_CH2 (1)
Input/OutputTimer multi-purpose channels.
Each channel be used for capture, compare, or PWM.
TIM_CH1 and TIM_CH2 can also be used as external clock (below 1/4 of the tim_ker_ck clock) and external trigger inputs.

1. Available for TIM12 only.

Table 427. TIM internal input/output signals

Internal signal nameSignal typeDescription
tim_ti1_in[15:0]
tim_ti2_in[15:0] (1)
InputInternal timer inputs bus. These inputs can be used for capture or as external clock (below 1/4 of the tim_ker_ck clock).
tim_itr[15:0] (1)InputInternal trigger input bus. These inputs can be used for the slave mode controller or as a input clock (below 1/4 of the tim_ker_ck clock).
tim_oc1
tim_oc2 (1)
OutputInternal timer output. Can be used for triggering other timers or the ADC(s).
tim_trgo (1)OutputInternal trigger output. This trigger can trigger other on-chip peripherals.
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_itOutputGlobal Timer interrupt, gathering capture/compare, update, break trigger and commutation requests

1. Available for TIM12 only.

Table 428 and Table 429 list the sources connected to the tim_ti[2:1] input multiplexers.

Table 428. Interconnect to the tim_ti1 input multiplexer

tim_ti1 inputsSources
TIM12
tim_ti1_in0TIM12_CH1
tim_ti1_in1LSE
tim_ti1_in2comp1_out
tim_ti1_in3comp2_out
tim_ti1_in4i3c1_ibiack
tim_ti1_in[15:5]Reserved

Table 429. Interconnect to the tim_ti2 input multiplexer

tim_ti2 inputsSources
TIM12
tim_ti2_in0TIM12_CH2
tim_ti2_in1comp2_out
tim_ti2_in2i3c2_ibiack
tim_ti2_in[15:3]Reserved

Table 430 lists the internal sources connected to the tim_itr input multiplexer.

Table 430. TIMx internal trigger connection

TIMxTIM12
tim_itr0tim1_trgo
tim_itr1tim2_trgo
tim_itr2tim3_trgo
tim_itr3tim4_trgo
tim_itr4Reserved
tim_itr5tim8_trgo
tim_itr6tim15_trgo
tim_itr7tim16_oc1
tim_itr8tim17_oc1
tim_itr[15:9]Reserved

40.3.3 Time-base unit

The main block of the timer is a 16-bit up-counter 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. Writing to or reading from the auto-reload register accesses the preload register. The content of the preload register is transferred into the shadow register permanently or at each update event (UEV), depending on the autoreload preload enable bit (ARPE) in TIMx_CR1 register. The update event is sent when the counter reaches the overflow 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 details 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 TIMx_CR1 register is set (refer also to the slave mode controller description to get more details on counter enabling).

Note that the counter starts counting one clock cycle after setting the CEN bit in the TIMx_CR1 register.

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 this control register is buffered. The new prescaler ratio is taken into account at the next update event.

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

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

Timing diagram for Figure 544 showing the counter behavior when the prescaler division changes 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 counter register values are F7, F8, F9, FA, FB, FC, 00, 01, 02, 03. The prescaler control register is initially 0 and is changed to 1. The prescaler buffer is initially 0 and is updated to 1. The prescaler counter counts from 0 to 1, then from 0 to 1, then from 0 to 1, then from 0 to 1. The update event (UEV) is generated when the counter register reaches FC.

Timing diagram for Figure 544. The diagram shows the relationship between the timer clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register, update event (UEV), prescaler control register, prescaler buffer, and prescaler counter. The counter register values are F7, F8, F9, FA, FB, FC, 00, 01, 02, 03. The prescaler control register is initially 0 and is changed to 1. The prescaler buffer is initially 0 and is updated to 1. The prescaler counter counts from 0 to 1, then from 0 to 1, then from 0 to 1, then from 0 to 1. The update event (UEV) is generated when the counter register reaches FC. The diagram is labeled MSv50998V1.

Timing diagram for Figure 544 showing the counter behavior when the prescaler division changes 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 counter register values are F7, F8, F9, FA, FB, FC, 00, 01, 02, 03. The prescaler control register is initially 0 and is changed to 1. The prescaler buffer is initially 0 and is updated to 1. The prescaler counter counts from 0 to 1, then from 0 to 1, then from 0 to 1, then from 0 to 1. The update event (UEV) is generated when the counter register reaches FC.

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

Timing diagram for Figure 545 showing the counter behavior when the prescaler division changes from 1 to 4. 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 counter register values are F7, F8, F9, FA, FB, FC, 00, 01. The prescaler control register is initially 0 and is changed to 3. The prescaler buffer is initially 0 and is updated to 3. The prescaler counter counts from 0 to 1, 2, 3, then from 0 to 1, 2, 3. The update event (UEV) is generated when the counter register reaches FC.

Timing diagram for Figure 545. The diagram shows the relationship between the timer clock (tim_psc_ck), counter enable (CEN), counter clock (tim_cnt_ck), counter register, update event (UEV), prescaler control register, prescaler buffer, and prescaler counter. The counter register values are F7, F8, F9, FA, FB, FC, 00, 01. The prescaler control register is initially 0 and is changed to 3. The prescaler buffer is initially 0 and is updated to 3. The prescaler counter counts from 0 to 1, 2, 3, then from 0 to 1, 2, 3. The update event (UEV) is generated when the counter register reaches FC. The diagram is labeled MSv50999V1.

Timing diagram for Figure 545 showing the counter behavior when the prescaler division changes from 1 to 4. 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 counter register values are F7, F8, F9, FA, FB, FC, 00, 01. The prescaler control register is initially 0 and is changed to 3. The prescaler buffer is initially 0 and is updated to 3. The prescaler counter counts from 0 to 1, 2, 3, then from 0 to 1, 2, 3. The update event (UEV) is generated when the counter register reaches FC.

40.3.4 Counter modes

Upcounting mode

In upcounting mode, the counter counts from 0 to the autoreload value (content of the TIMx_ARR register), then restarts from 0 and generates a counter overflow event.

Setting the UG bit in the TIMx_EGR register (by software or by using the slave mode controller on TIM12) also generates an update event.

The UEV event can be disabled by software by setting the UDIS bit in the TIMx_CR1 register. This is to avoid updating the shadow registers while writing new values in the preload registers. Then no update event occurs until the UDIS bit has been written to 0. However, the counter restarts from 0, as well as the counter of the prescaler (but the prescale rate does not change). In addition, if the URS bit (update request selection) in TIMx_CR1 register is set, setting the UG bit generates an update event UEV but without setting the UIF flag (thus no interrupt is sent). This is to avoid generating both update and capture interrupts when clearing the counter on the capture event.

When an update event occurs, all the registers are updated and the update flag (UIF bit in 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 546. Counter timing diagram, internal clock divided by 1

Timing diagram for upcounting mode. The diagram shows the relationship between the prescaler clock (tim_psc_ck), the enable signal (CEN), the counter clock (tim_cnt_ck), the counter register values, the counter overflow signal, the update event (UEV), and the update interrupt flag (UIF).

The timing diagram illustrates the counter's behavior in upcounting mode. The top signal, tim_psc_ck , is a periodic square wave. Below it, the CEN (Counter Enable) signal is shown as a horizontal line that goes high to enable the counter. The tim_cnt_ck signal is a square wave that is active only when CEN is high. The Counter register shows a sequence of values: 31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07. The values 31 through 36 are shown in a single block, indicating they are reached sequentially. When the counter reaches 36 (0x24), the Counter overflow signal pulses high. Simultaneously, the Update event (UEV) signal pulses high, and the Update interrupt flag (UIF) is set. After the overflow, the counter resets to 00 and continues counting upwards.

Timing diagram for upcounting mode. The diagram shows the relationship between the prescaler clock (tim_psc_ck), the enable signal (CEN), the counter clock (tim_cnt_ck), the counter register values, the counter overflow signal, the update event (UEV), and the update interrupt flag (UIF).

MSv50997V1

Figure 547. 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 illustrates the following signals and their timing:

MSv62300V1

Timing diagram for internal clock divided by 2

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

Timing diagram for internal clock divided by 4

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 4.

The diagram illustrates the following signals and their timing:

MSv62301V1

Timing diagram for internal clock divided by 4

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

Timing diagram for Figure 549 showing counter behavior with internal clock divided by N.

This timing diagram illustrates the operation of a counter when the internal clock is divided by N. The signals shown are:

The diagram shows that the counter overflows from 1F to 20, triggering the Counter overflow signal. Subsequently, the Update event (UEV) occurs, causing the counter to reset to 00 and setting the Update interrupt flag (UIF).

MSv62302V1

Timing diagram for Figure 549 showing counter behavior with internal clock divided by N.

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

Timing diagram for Figure 550 showing counter behavior with ARPE = 0.

This timing diagram illustrates the operation of a counter when ARPE = 0 and the TIMx_ARR register is not preloaded. The signals shown are:

The diagram shows that the counter overflows from 31 to 32. The Counter overflow signal is active during the transition from 36 to 00. The Update event (UEV) occurs when the counter reaches 36. The Update interrupt flag (UIF) is set by the update event. The Auto-reload preload register is updated with the value 36 when a new value is written to TIMx_ARR.

MSv62303V1

Timing diagram for Figure 550 showing counter behavior with ARPE = 0.

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

Timing diagram for TIM12 showing counter behavior with ARPE=1. Signals include tim_psc_ck, CEN, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), Update interrupt flag (UIF), Auto-reload preload register, and Auto-reload shadow register. The counter counts F0, F1, F2, F3, F4, F5, then overflows to 00. A write to TIMx_ARR changes the preload register from F5 to 36, which is transferred to the shadow register at the next UEV.

The diagram illustrates the timing of an auto-reload register update in a timer. The top signal, tim_psc_ck , is a periodic clock. Below it, CEN (Counter Enable) is shown as a high-level signal. The tim_cnt_ck signal is derived from tim_psc_ck and is active when CEN is high. The Counter register shows a sequence of values: F0, F1, F2, F3, F4, F5, 00, 01, 02, 03, 04, 05, 06, 07. The Counter overflow signal pulses high when the counter reaches F5 and rolls over to 00. The Update event (UEV) is generated at this overflow. The Update interrupt flag (UIF) is set by the UEV. The Auto-reload preload register initially contains F5. At the first UEV, it is updated with the value 36. The Auto-reload shadow register initially contains F5. At the next UEV (when the counter rolls over from F5 to 00 again), it is updated with the value 36. An arrow labeled "Write a new value in TIMx_ARR" points to the update of the preload register at the first UEV.

Timing diagram for TIM12 showing counter behavior with ARPE=1. Signals include tim_psc_ck, CEN, tim_cnt_ck, Counter register, Counter overflow, Update event (UEV), Update interrupt flag (UIF), Auto-reload preload register, and Auto-reload shadow register. The counter counts F0, F1, F2, F3, F4, F5, then overflows to 00. A write to TIMx_ARR changes the preload register from F5 to 36, which is transferred to the shadow register at the next UEV.

40.3.5 Clock selection

The counter clock can be provided by the following clock sources:

Internal clock source (tim_ker_ck)

For TIM12, the internal clock source is selected when the slave mode controller is disabled (SMS = 000). The CEN bit in the TIMx_CR1 register and the UG bit in the TIMx_EGR register are then used as control bits and can be changed only by software (except for UG which remains cleared). As soon as the CEN bit is programmed to 1, the prescaler is clocked by the internal clock tim_ker_ck.

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

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

Timing diagram for Figure 552 showing control signals and counter register values over time. The signals shown are tim_ker_ck (internal clock), CEN (counter enable), UG (update generation), counter initialization (internal), tim_cnt_ck and tim_psc_ck (counter and prescaler clock), and the Counter register values (31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07).

The diagram shows the relationship between control signals and the counter register. tim_ker_ck is a continuous square wave. CEN is a high-level signal. UG is a pulse that goes high when CEN is high and counter initialization (internal) is active. counter initialization (internal) is a pulse that goes high when UG is high. tim_cnt_ck, tim_psc_ck are square waves that are active when CEN is high. The Counter register values are shown as a sequence of numbers: 31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07. The counter increments by 1 on each rising edge of tim_cnt_ck when CEN is high. The counter resets to 00 when counter initialization (internal) is active. The diagram is labeled MSV62317V2.

Timing diagram for Figure 552 showing control signals and counter register values over time. The signals shown are tim_ker_ck (internal clock), CEN (counter enable), UG (update generation), counter initialization (internal), tim_cnt_ck and tim_psc_ck (counter and prescaler clock), and the Counter register values (31, 32, 33, 34, 35, 36, 00, 01, 02, 03, 04, 05, 06, 07).

External clock source mode 1

This mode is selected when SMS = 111 in the TIMx_SMCR register. The counter can count at each rising or falling edge on a selected input.

Figure 553. tim_ti2 external clock connection example

Block diagram for Figure 553 showing the connection of tim_ti2 external clock source mode 1. It includes TIMx_TISEL, TIM_CH2, Filter, Edge detector, TIMx_SMCR, and External clock mode 1/2 blocks.

The diagram illustrates the internal logic for configuring the external clock source. TIMx_TISEL (TI2SEL[3:0]) selects the input source for TIM_CH2 . The input can be tim_ti2_in0 or tim_ti2_in[15:1] . The selected signal passes through a Filter (configured by ICF[3:0] in TIMx_CCMR1 ) and an Edge detector (configured by CC2P in TIMx_CCER ). The edge detector outputs tim_ti2f_rising and tim_ti2f_falling signals. These signals are multiplexed (0 for rising, 1 for falling) and then connected to the External clock mode 1 block. The External clock mode 1 block is controlled by TIMx_SMCR (TS[4:0], ECE, SMS[2:0]). The External clock mode 1 block outputs the tim_psc_ck signal. The External clock mode 2 block is also controlled by TIMx_SMCR and outputs the tim_etr signal. The Internal clock mode block is controlled by TIMx_SMCR and outputs the tim_ker_ck signal. The diagram is labeled MSV67594V2.

Block diagram for Figure 553 showing the connection of tim_ti2 external clock source mode 1. It includes TIMx_TISEL, TIM_CH2, Filter, Edge detector, TIMx_SMCR, and External clock mode 1/2 blocks.

For example, to configure the upcounter to count in response to a rising edge on the tim_ti2 input, use the following procedure:

  1. 1. Select the proper tim_ti2_in[15:0] source (internal or external) with the TI2SEL[3:0] bits in the TIMx_TISEL register.
  2. 2. Configure channel 2 to detect rising edges on the tim_ti2 input by writing CC2S = 01 in the TIMx_CCMR1 register.
  3. 3. Configure the input filter duration by writing the IC2F[3:0] bits in the TIMx_CCMR1 register (if no filter is needed, keep IC2F = 0000 ).
  4. 4. Select the rising edge polarity by writing CC2P = 0 and CC2NP = 0 in the TIMx_CCER register.
  5. 5. Configure the timer in external clock mode 1 by writing SMS = 111 in the TIMx_SMCR register.
  6. 6. Select tim_ti2 as the trigger input source by writing TS = 110 in the TIMx_SMCR register.
  7. 7. Enable the counter by writing CEN = 1 in the TIMx_CR1 register.

Note: The capture prescaler is not used for triggering, it is not necessary to configure it.

When a rising edge occurs on tim_ti2 , the counter counts once and the TIF flag is set.

The delay between the rising edge on tim_ti2 and the actual clock of the counter is due to the resynchronization circuit on tim_ti2 input.

Figure 554. Control circuit in external clock mode 1

Timing diagram for Figure 554 showing the control circuit in external clock mode 1. The diagram plots five signals over time: tim_ti2 (external trigger), CEN (counter enable), tim_cnt_ck, tim_psc_ck (counter and prescaler clocks), Counter register (values 34, 35, 36), and TIF (trigger interrupt flag). The sequence shows: 1. CEN goes high. 2. tim_ti2 has a rising edge. 3. A clock pulse occurs, incrementing the counter from 34 to 35. 4. The TIF flag goes high. 5. A 'Write TIF=0' operation clears the TIF flag. 6. Another rising edge on tim_ti2 occurs. 7. Another clock pulse occurs, incrementing the counter from 35 to 36. 8. The TIF flag goes high again. Arrows from the 'Write TIF=0' label point to the falling edges of the TIF signal.
Timing diagram for Figure 554 showing the control circuit in external clock mode 1. The diagram plots five signals over time: tim_ti2 (external trigger), CEN (counter enable), tim_cnt_ck, tim_psc_ck (counter and prescaler clocks), Counter register (values 34, 35, 36), and TIF (trigger interrupt flag). The sequence shows: 1. CEN goes high. 2. tim_ti2 has a rising edge. 3. A clock pulse occurs, incrementing the counter from 34 to 35. 4. The TIF flag goes high. 5. A 'Write TIF=0' operation clears the TIF flag. 6. Another rising edge on tim_ti2 occurs. 7. Another clock pulse occurs, incrementing the counter from 35 to 36. 8. The TIF flag goes high again. Arrows from the 'Write TIF=0' label point to the falling edges of the TIF signal.

40.3.6 Capture/compare channels

Each Capture/Compare channel is built around a capture/compare register (including a shadow register), an input stage for capture (with digital filter, multiplexing and prescaler), and an output stage (with comparator and output control).

Figure 555 , Figure 556 and Figure 557 give an overview of a capture/compare channel.

The input stage samples the corresponding tim_tix input to generate a filtered signal tim_tixf . Then, an edge detector with polarity selection generates a signal ( tim_tixfpy ) which can be used as trigger input by the slave mode controller or as the capture command. It is prescaled before the capture register ( ICxPS ).

Figure 555. Capture/compare channel 1 input stage (TIM12)

Figure 555: Capture/compare channel 1 input stage (TIM12) block diagram. The diagram shows the input stage for channel 1. It starts with TIM_CH1 and tim_ti1_in0 inputs. tim_ti1_in0 passes through a 'Filter downcounter' (controlled by TIMx_TISEL, TI1SEL[3:0], and ICF[3:0] from TIMx_CCMR1) to produce tim_ti1f. This signal goes to an 'Edge detector' (controlled by CC1P/CC1NP and TIMx_CCER) which outputs tim_ti1f_rising and tim_ti1f_falling. These signals are multiplexed (0 for rising, 1 for falling) to produce tim_ti1_fp1. This signal is then multiplexed (01 for tim_ti1_fp1, 10 for tim_ti2fp1, 11 for tim_trc from slave mode controller) to produce tim_ic1. tim_ic1 is divided by a 'Divider /1, /2, /4, /8' (controlled by CC1S[1:0], ICPS[1:0], and CC1E from TIMx_CCMR1 and TIMx_CCER) to produce tim_ic1f. An OR gate combines tim_ti1f and tim_ic1f to produce tim_ti1f_ed, which is sent to the slave mode controller. Reference signal tim_ocxref is also shown.
Figure 555: Capture/compare channel 1 input stage (TIM12) block diagram. The diagram shows the input stage for channel 1. It starts with TIM_CH1 and tim_ti1_in0 inputs. tim_ti1_in0 passes through a 'Filter downcounter' (controlled by TIMx_TISEL, TI1SEL[3:0], and ICF[3:0] from TIMx_CCMR1) to produce tim_ti1f. This signal goes to an 'Edge detector' (controlled by CC1P/CC1NP and TIMx_CCER) which outputs tim_ti1f_rising and tim_ti1f_falling. These signals are multiplexed (0 for rising, 1 for falling) to produce tim_ti1_fp1. This signal is then multiplexed (01 for tim_ti1_fp1, 10 for tim_ti2fp1, 11 for tim_trc from slave mode controller) to produce tim_ic1. tim_ic1 is divided by a 'Divider /1, /2, /4, /8' (controlled by CC1S[1:0], ICPS[1:0], and CC1E from TIMx_CCMR1 and TIMx_CCER) to produce tim_ic1f. An OR gate combines tim_ti1f and tim_ic1f to produce tim_ti1f_ed, which is sent to the slave mode controller. Reference signal tim_ocxref is also shown.

The output stage generates an intermediate waveform which is then used for reference: tim_ocxref (active high). The polarity acts at the end of the chain.

Figure 556. Capture/compare channel 1 main circuit

Figure 556: Capture/compare channel 1 main circuit block diagram. The diagram shows the main circuit for channel 1. It is connected to an APB Bus via an MCU-peripheral interface. The interface controls a 'Capture/compare preload register' and a 'compare shadow register' (both 16/32-bit). The 'Counter' (CNT) is connected to these registers. In 'Input mode', the 'Capture' function is active, controlled by CC1S[1], CC1S[0], IC1PS, CC1E, CC1G, and TIMx_EGR. In 'Output mode', the 'Compare transfer' function is active, controlled by CC1S[1], CC1S[0], OC1PE, and TIMx_CCMR1. A 'Comparator' compares the Counter value (CNT) with the compare shadow register value (CCR1) to generate CNT>CCR1 and CNT=CGR1 signals. The UEV (from time base unit) is also shown.
Figure 556: Capture/compare channel 1 main circuit block diagram. The diagram shows the main circuit for channel 1. It is connected to an APB Bus via an MCU-peripheral interface. The interface controls a 'Capture/compare preload register' and a 'compare shadow register' (both 16/32-bit). The 'Counter' (CNT) is connected to these registers. In 'Input mode', the 'Capture' function is active, controlled by CC1S[1], CC1S[0], IC1PS, CC1E, CC1G, and TIMx_EGR. In 'Output mode', the 'Compare transfer' function is active, controlled by CC1S[1], CC1S[0], OC1PE, and TIMx_CCMR1. A 'Comparator' compares the Counter value (CNT) with the compare shadow register value (CCR1) to generate CNT>CCR1 and CNT=CGR1 signals. The UEV (from time base unit) is also shown.

Figure 557. Output stage of capture/compare channel 1

Figure 557. Output stage of capture/compare channel 1. The diagram shows the internal logic of the output stage. It starts with two comparison inputs: 'CNT > CCR1' and 'CNT = CCR1' entering an 'Output mode controller'. The controller also receives 'tim_oc1ref' and 'tim_oc2ref' signals and has a control input from 'OC1M[3:0]' in the 'TIMx_CCMR1' register. The controller's output goes to an 'Output selector'. The selector also receives 'tim_oc1refc' and has a control input from 'OC1M[3:0]'. The output of the selector is connected to a multiplexer (MUX) with inputs '0' and '1'. The MUX output is connected to an inverter and another MUX. This second MUX has inputs '0' and '1' and is controlled by 'CC1E' and 'CC1P' in the 'TIMx_CCER' register. The output of this MUX is connected to an 'Output enable circuit', which is also controlled by 'CC1E' in the 'TIMx_CCER' register. The final output is 'tim_oc1'. A reference to 'MSv63034V2' is present in the bottom right corner.
Figure 557. Output stage of capture/compare channel 1. The diagram shows the internal logic of the output stage. It starts with two comparison inputs: 'CNT > CCR1' and 'CNT = CCR1' entering an 'Output mode controller'. The controller also receives 'tim_oc1ref' and 'tim_oc2ref' signals and has a control input from 'OC1M[3:0]' in the 'TIMx_CCMR1' register. The controller's output goes to an 'Output selector'. The selector also receives 'tim_oc1refc' and has a control input from 'OC1M[3:0]'. The output of the selector is connected to a multiplexer (MUX) with inputs '0' and '1'. The MUX output is connected to an inverter and another MUX. This second MUX has inputs '0' and '1' and is controlled by 'CC1E' and 'CC1P' in the 'TIMx_CCER' register. The output of this MUX is connected to an 'Output enable circuit', which is also controlled by 'CC1E' in the 'TIMx_CCER' register. The final output is 'tim_oc1'. A reference to 'MSv63034V2' is present in the bottom right corner.

The capture/compare block is made of one preload register and one shadow register. Write and read always access the preload register.

In capture mode, captures are actually done in the shadow register, which is copied into the preload register.

In compare mode, the content of the preload register is copied into the shadow register which is compared to the counter.

40.3.7 Input capture mode

In Input capture mode, the capture/compare registers (TIMx_CCRx) are used to latch the value of the counter after a transition detected by the corresponding tim_icx signal. When a capture occurs, the corresponding CCxIF flag (TIMx_SR register) is set and an interrupt request can be sent if they are enabled. If a capture occurs while the CCxIF flag was already high, then the overcapture flag CCxOF (TIMx_SR register) is set. CCxIF can be cleared by software by writing it to 0 or by reading the captured data stored in the TIMx_CCRx register. CCxOF is cleared when it is written with 0.

The following example shows how to capture the counter value in TIMx_CCR1 when tim_ti1 input rises. To do this, use the following procedure:

  1. 1. Select the proper tim_ti1_in[15:0] source (internal or external) with the TI1SEL[3:0] bits in the TIMx_TISEL register.
  2. 2. Select the active input: TIMx_CCR1 must be linked to the tim_ti1 input, so write the CC1S bits to 01 in the TIMx_CCMR1 register. As soon as CC1S becomes different from 00, the channel is configured in input mode, and the TIMx_CCR1 register becomes read-only.
  3. 3. Program the appropriate input filter duration in relation with the signal connected to the timer (by programming the ICxF bits in the TIMx_CCMRx register if the input is one of the tim_tix inputs). Let's imagine that, when toggling, the input signal is not stable during at most five internal clock cycles. The user must program a filter duration longer than these five clock cycles. The user can validate a transition on tim_ti1 when eight consecutive samples with the new level have been detected (sampled at \( f_{DTS} \) frequency). Then write IC1F bits to 0011 in the TIMx_CCMR1 register.
  1. 4. Select the edge of the active transition on the tim_ti1 channel by programming CC1P and CC1NP bits to 00 in the TIMx_CCER register (rising edge in this case).
  2. 5. Program the input prescaler. In this example, the user wishes the capture to be performed at each valid transition, so the prescaler is disabled (write IC1PS bits to 00 in the TIMx_CCMR1 register).
  3. 6. Enable capture from the counter into the capture register by setting the CC1E bit in the TIMx_CCER register.
  4. 7. If needed, enable the related interrupt request by setting the CC1IE bit in the TIMx_DIER register.

When an input capture occurs:

In order to handle the overcapture, it is recommended to read the data before the overcapture flag. This is to avoid missing an overcapture which may happen after reading the flag and before reading the data.

Note: IC interrupt requests can be generated by software by setting the corresponding CCxG bit in the TIMx_EGR register.

40.3.8 PWM input mode (TIM12 only)

This mode is used to measure both the period and the duty cycle of a PWM signal connected to single tim_tix input:

This mode is a particular case of input capture mode. The set-up procedure is similar with the following differences:

For example, one can measure the period (in TIMx_CCR1 register) and the duty cycle (in TIMx_CCR2 register) of the PWM applied on tim_ti1 using the following procedure (depending on tim_ker_ck frequency and prescaler value):

  1. 1. Select the proper tim_ti1_in[15:0] source (internal or external) with the TI1SEL[3:0] bits in the TIMx_TISEL register.
  2. 2. Select the active input for TIMx_CCR1: write the CC1S bits to 01 in the TIMx_CCMR1 register (tim_ti1 selected).
  3. 3. Select the active polarity for tim_ti1fp1 (used both for capture in TIMx_CCR1 and counter clear): program the CC1P and CC1NP bits to 00 (active on rising edge).
  4. 4. Select the active input for TIMx_CCR2: write the CC2S bits to 10 in the TIMx_CCMR1 register (tim_ti1 selected).
  1. 5. Select the active polarity for tim_ti1fp2 (used for capture in TIMx_CCR2): program the CC2P and CC2NP bits to 10 (active on falling edge).
  2. 6. Select the valid trigger input: write the TS bits to 00101 in the TIMx_SMCR register (tim_ti1fp1 selected).
  3. 7. Configure the slave mode controller in reset mode: write the SMS bits to 100 in the TIMx_SMCR register.
  4. 8. Enable the captures: write the CC1E and CC2E bits to 1 in the TIMx_CCER register.

Figure 558. PWM input mode timing

Timing diagram for PWM input mode. The diagram shows four horizontal lines: tim_ti1 (PWM signal), TIMx_CNT (counter values: 0004, 0000, 0001, 0002, 0003, 0004, 0000), TIMx_CCR1 (capture register 1, value 0004), and TIMx_CCR2 (capture register 2, value 0002). The TIMx_CNT line is divided into segments by vertical dashed lines. The first segment (0004) ends at a falling edge of tim_ti1, labeled 'IC1 capture IC2 capture reset counter'. The second segment (0000) ends at a rising edge of tim_ti1, labeled 'IC2 capture pulse width measurement'. The third segment (0001) ends at a falling edge of tim_ti1, labeled 'IC1 capture pulse width measurement'. The fourth segment (0002) ends at a rising edge of tim_ti1. The fifth segment (0003) ends at a falling edge of tim_ti1. The sixth segment (0004) ends at a rising edge of tim_ti1. The seventh segment (0000) ends at a falling edge of tim_ti1. The diagram is labeled MSv62325V1 in the bottom right corner.
Timing diagram for PWM input mode. The diagram shows four horizontal lines: tim_ti1 (PWM signal), TIMx_CNT (counter values: 0004, 0000, 0001, 0002, 0003, 0004, 0000), TIMx_CCR1 (capture register 1, value 0004), and TIMx_CCR2 (capture register 2, value 0002). The TIMx_CNT line is divided into segments by vertical dashed lines. The first segment (0004) ends at a falling edge of tim_ti1, labeled 'IC1 capture IC2 capture reset counter'. The second segment (0000) ends at a rising edge of tim_ti1, labeled 'IC2 capture pulse width measurement'. The third segment (0001) ends at a falling edge of tim_ti1, labeled 'IC1 capture pulse width measurement'. The fourth segment (0002) ends at a rising edge of tim_ti1. The fifth segment (0003) ends at a falling edge of tim_ti1. The sixth segment (0004) ends at a rising edge of tim_ti1. The seventh segment (0000) ends at a falling edge of tim_ti1. The diagram is labeled MSv62325V1 in the bottom right corner.

40.3.9 Forced output mode

In output mode (CCxS bits = 00 in the TIMx_CCMRx register), each output compare signal (tim_ocxref and then tim_ocx) can be forced to active or inactive level directly by software, independently of any comparison between the output compare register and the counter.

To force an output compare signal (tim_ocxref/tim_ocx) to its active level, one just needs to write 0101 in the OCxM bits in the corresponding TIMx_CCMRx register. Thus tim_ocxref is forced high (tim_ocxref is always active high) and tim_ocx get opposite value to CCxP polarity bit.

For example: CCxP = 0 (tim_ocx active high) => tim_ocx is forced to high level.

The tim_ocxref signal can be forced low by writing the OCxM bits to 0100 in the TIMx_CCMRx register.

Anyway, the comparison between the TIMx_CCRx shadow register and the counter is still performed and allows the flag to be set. Interrupt requests can be sent accordingly. This is described in the output compare mode section below.

40.3.10 Output compare mode

This function is used to control an output waveform or indicating when a period of time has elapsed.

When a match is found between the capture/compare register and the counter, the output compare function:

  1. 1. Assigns the corresponding output pin to a programmable value defined by the output compare mode (OCxM bits in the TIMx_CCMRx register) and the output polarity (CCxP bit in the TIMx_CCER register). The output pin can keep its level (OCxM = 0000), be set active (OCxM = 0001), be set inactive (OCxM = 0010) or can toggle (OCxM = 0011) on match.
  2. 2. Sets a flag in the interrupt status register (CCxIF bit in the TIMx_SR register).
  3. 3. Generates an interrupt if the corresponding interrupt mask is set (CCxIE bit in the TIMx_DIER register).

The TIMx_CCRx registers can be programmed with or without preload registers using the OCxPE bit in the TIMx_CCMRx register.

In output compare mode, the update event UEV has no effect on tim_ocxref and tim_ocx output. The timing resolution is one count of the counter. Output compare mode can also be used to output a single pulse (in One-pulse mode).

Procedure:

  1. 1. Select the counter clock (internal, external, prescaler).
  2. 2. Write the desired data in the TIMx_ARR and TIMx_CCRx registers.
  3. 3. Set the CCxIE bit if an interrupt request is to be generated.
  4. 4. Select the output mode. For example:
    • – Write OCxM = 0011 to toggle tim_ocx output pin when CNT matches CCRx
    • – Write OCxPE = 0 to disable preload register
    • – Write CCxP = 0 to select active high polarity
    • – Write CCxE = 1 to enable the output
  5. 5. Enable the counter by setting the CEN bit in the TIMx_CR1 register.

The TIMx_CCRx register can be updated at any time by software to control the output waveform, provided that the preload register is not enabled (OCxPE = 0, else TIMx_CCRx shadow register is updated only at the next update event UEV). An example is given in Figure 559 .

Figure 559. Output compare mode, toggle on tim_oc1.

Timing diagram for output compare mode, toggle on tim_oc1. The diagram shows three horizontal timelines: CNT (Counter), CCR1 (Capture/Compare Register 1), and tim_oc1ref = tim_oc1 (Output Compare Reference). CNT starts at 0039, increments through 003A, 003B, and eventually reaches B200 and B201. CCR1 is set to 003A and B201. An arrow points from the text 'Write B201h in the CC1R register' to the B201 value in CCR1. The tim_oc1ref signal is high from the start until it reaches the CNT value of 003A, at which point it toggles low. It remains low until CNT reaches B200, then toggles high again. It remains high until CNT reaches B201, at which point it toggles low again. Below the tim_oc1ref signal, two arrows point to the falling edges at CNT = 003A and CNT = B201, with the text 'Match detected on CCR1 Interrupt generated if enabled'. The diagram is labeled MSv62326V1 in the bottom right corner.
Timing diagram for output compare mode, toggle on tim_oc1. The diagram shows three horizontal timelines: CNT (Counter), CCR1 (Capture/Compare Register 1), and tim_oc1ref = tim_oc1 (Output Compare Reference). CNT starts at 0039, increments through 003A, 003B, and eventually reaches B200 and B201. CCR1 is set to 003A and B201. An arrow points from the text 'Write B201h in the CC1R register' to the B201 value in CCR1. The tim_oc1ref signal is high from the start until it reaches the CNT value of 003A, at which point it toggles low. It remains low until CNT reaches B200, then toggles high again. It remains high until CNT reaches B201, at which point it toggles low again. Below the tim_oc1ref signal, two arrows point to the falling edges at CNT = 003A and CNT = B201, with the text 'Match detected on CCR1 Interrupt generated if enabled'. The diagram is labeled MSv62326V1 in the bottom right corner.

40.3.11 PWM mode

Pulse width modulation mode is used to generate a signal 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.

The PWM mode can be selected independently on each channel (one PWM per tim_ocx output) by writing 0110 (PWM mode 1) or 0111 (PWM mode 2) in the OCxM bits in the TIMx_CCMRx register. The corresponding preload register must be enabled by setting the OCxPE bit in the TIMx_CCMRx register, and eventually the autoreload preload register (in upcounting or center-aligned modes) by setting the ARPE bit in the TIMx_CR1 register.

As the preload registers are transferred to the shadow registers only when an update event occurs, before starting the counter, all registers must be initialized by setting the UG bit in the TIMx_EGR register.

The tim_ocx polarity is software programmable using the CCxP bit in the TIMx_CCER register. It can be programmed as active high or active low. The tim_ocx output is enabled by the CCxE bit in the TIMx_CCER register. Refer to the TIMx_CCERx register description for more details.

In PWM mode (1 or 2), TIMx_CNT and TIMx_CCRx are always compared to determine whether \( TIMx\_CNT \leq TIMx\_CCRx \) .

The timer is able to generate PWM in edge-aligned mode only since the counter is upcounting.

In the following example, the user considers PWM mode 1. The reference PWM signal tim_ocxref is high as long as \( TIMx\_CNT < TIMx\_CCRx \) else it becomes low. If the compare value in TIMx_CCRx is greater than the autoreload value (in TIMx_ARR) then tim_ocxref is held at 1. If the compare value is 0 then tim_ocxref is held at 0. Figure 560 shows some edge-aligned PWM waveforms in an example where \( TIMx\_ARR = 8 \) .

Figure 560. Edge-aligned PWM waveforms (ARR = 8)

Timing diagram showing edge-aligned PWM waveforms for different CCRx values (4, 8, >8, 0) relative to a counter register sequence (0-8, 0-1).

The diagram illustrates the relationship between the Counter register and the output waveforms for different Capture/Compare Register (CCR) values. The Counter register sequence shown is 0, 1, 2, 3, 4, 5, 6, 7, 8, 0, 1. Vertical dashed lines mark the boundaries of each counter value.

MSv62327V1

Timing diagram showing edge-aligned PWM waveforms for different CCRx values (4, 8, >8, 0) relative to a counter register sequence (0-8, 0-1).

Dithering mode

The PWM mode effective resolution can be increased by enabling the dithering mode, using the DITHEN bit in the TIMx_CR1 register. This applies to both the CCR (for duty cycle resolution increase) and ARR (for PWM frequency resolution increase).

The operating principle is to have the actual CCR (or ARR) value slightly changed (adding or not one timer clock period) over 16 consecutive PWM periods, with predefined patterns. This allows a 16-fold resolution increase, considering the average duty cycle or PWM period. Figure 561 presents the dithering principle applied to four consecutive PWM cycles.

Figure 561. Dithering principle

Timing diagrams showing dithering principle for various duty cycles: DC = 7/5, DC = (7+1/4)/5, DC = (7+1/2)/5, DC = (7+3/4)/5, and DC = 8/5. Each diagram shows a square wave over 5 clock cycles. The first diagram shows 7 high periods. Subsequent diagrams show the addition of fractional high periods (1/4, 1/2, 3/4, and 1 full cycle) spread across the 5 periods. A '1 clock cycle' label is at the bottom.
Timing diagrams showing dithering principle for various duty cycles: DC = 7/5, DC = (7+1/4)/5, DC = (7+1/2)/5, DC = (7+3/4)/5, and DC = 8/5. Each diagram shows a square wave over 5 clock cycles. The first diagram shows 7 high periods. Subsequent diagrams show the addition of fractional high periods (1/4, 1/2, 3/4, and 1 full cycle) spread across the 5 periods. A '1 clock cycle' label is at the bottom.

When the dithering mode is enabled, the register coding is changed as follows (see Figure 562 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 DITHEN bit must be reset
  3. 3. The CCIF flags must be cleared
  4. 4. The CEN bit can be set (eventually with ARPE = 1).

Figure 562. Data format and register coding in dithering mode

Diagram showing the 20-bit register format in dithering mode. The top part shows the bit layout from b19 to b0, 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 stored, with 20 in the MSB and 6 in the LSB. Arrows point to text explaining that the base compare value is 20 during 16 periods and the additional 6 cycles are spread over the 16 periods.
Diagram showing the 20-bit register format in dithering mode. The top part shows the bit layout from b19 to b0, 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 stored, with 20 in the MSB and 6 in the LSB. Arrows point to text explaining that the base compare value is 20 during 16 periods and the 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 and TIMxCCRy values are limited to 0xFFFEF in dithering mode (corresponds to 65534 for the integer part and 15 for the dithered part).

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

Figure 563. PWM resolution vs frequency

Figure 563: PWM resolution vs frequency graph. The y-axis is labeled 'PWM resolution' with markers for '20-bit' and '16-bit'. The x-axis is labeled 'PWM frequency' with a marker for 'F_pwm min'. Two curves are shown: 'Dithering' and 'No Dithering'. The 'Dithering' curve starts at 20-bit resolution at F_pwm min and decreases as frequency increases. The 'No Dithering' curve starts at 16-bit resolution at F_pwm min and decreases as frequency increases. The 'Dithering' curve is always above the 'No Dithering' curve, indicating higher resolution.

The graph shows PWM resolution on the y-axis and PWM frequency on the x-axis. A vertical dashed line at the left indicates the minimum PWM frequency, labeled \( F_{\text{PWM min}} \) . At this frequency, the 'No Dithering' curve starts at 16-bit resolution, and the 'Dithering' curve starts at 20-bit resolution. Both curves decrease as frequency increases, with the 'Dithering' curve maintaining a higher resolution than the 'No Dithering' curve across the entire frequency range shown. The source identifier MSV47464V2 is in the bottom right corner.

Figure 563: PWM resolution vs frequency graph. The y-axis is labeled 'PWM resolution' with markers for '20-bit' and '16-bit'. The x-axis is labeled 'PWM frequency' with a marker for 'F_pwm min'. Two curves are shown: 'Dithering' and 'No Dithering'. The 'Dithering' curve starts at 20-bit resolution at F_pwm min and decreases as frequency increases. The 'No Dithering' curve starts at 16-bit resolution at F_pwm min and decreases as frequency increases. The 'Dithering' curve is always above the 'No Dithering' curve, indicating higher resolution.

The duty cycle and/or period changes are spread over 16 consecutive periods, as described in Figure 564 .

Figure 564. PWM dithering pattern

Figure 564. PWM dithering pattern diagram showing six horizontal timelines over 16 counter periods. 1. Counter period: Sawtooth wave from 1 to 16. 2. CCR1 value: Constant at 322. 3. Compare1 value: 21, 20, 20, 20, 20, 20, 20, 20, 21, 20, 20, 20, 20, 20, 20, 20. 4. CCR2 value: Constant at 326. 5. Compare2 value: 21, 20, 21, 20, 21, 20, 20, 20, 21, 20, 21, 20, 21, 20, 20, 20. 6. ARR value: 41, 40, 40, 40, 41, 40, 40, 40, 41, 40, 40, 40, 40, 40, 40, 40. MSV47467V1
Figure 564. PWM dithering pattern diagram showing six horizontal timelines over 16 counter periods. 1. Counter period: Sawtooth wave from 1 to 16. 2. CCR1 value: Constant at 322. 3. Compare1 value: 21, 20, 20, 20, 20, 20, 20, 20, 21, 20, 20, 20, 20, 20, 20, 20. 4. CCR2 value: Constant at 326. 5. Compare2 value: 21, 20, 21, 20, 21, 20, 20, 20, 21, 20, 21, 20, 21, 20, 20, 20. 6. ARR value: 41, 40, 40, 40, 41, 40, 40, 40, 41, 40, 40, 40, 40, 40, 40, 40. MSV47467V1

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

Table 431. CCR and 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-
1101+1+1+1+1-+1+1+1-+1+1+1-+1+1+1-

Table 431. CCR and ARR register change dithering pattern (continued)

-PWM period
LSB value12345678910111213141516
1110+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-

40.3.12 Combined PWM mode (TIM12 only)

Combined PWM mode allows two edge or center-aligned PWM signals to be generated with programmable delay and phase shift between respective pulses. While the frequency is determined by the value of the TIMx_ARR register, the duty cycle and delay are determined by the two TIMx_CCRx registers. The resulting signals, tim_ocxrefc, are made of an OR or AND logical combination of two reference PWMs:

Combined PWM mode can be selected independently on two channels (one tim_ocx output per pair of CCR registers) by writing 1100 (Combined PWM mode 1) or 1101 (Combined PWM mode 2) in the OCxM bits in the TIMx_CCMRx register.

When a given channel is used as a combined PWM channel, its complementary channel must be configured in the opposite PWM mode (for instance, one in Combined PWM mode 1 and the other in combined PWM mode 2).

Note: The OCxM[3:0] bitfield is split into two parts for compatibility reasons, the most significant bit is not contiguous with the three least significant ones.

Figure 565 represents an example of signals that can be generated using combined PWM mode, obtained with the following configuration:

Figure 565. Combined PWM mode on channel 1 and 2

Timing diagrams for combined PWM mode on channel 1 and 2. The top diagram shows the AND combination of tim_oc1ref and tim_oc2ref to produce tim_oc1refc. The bottom diagram shows the OR combination of tim1_oc1ref and tim1_oc2ref to produce tim1_oc1refc. Both diagrams include a sawtooth counter waveform and horizontal lines for CCR1 and CCR2 compare values.

Timing diagram illustrating Combined PWM mode on channel 1 and 2. The diagram shows two cases for the combined output signal.

Top Case: \( tim\_oc1refc = tim\_oc1ref \text{ AND } tim\_oc2ref \)

The diagram shows the following signals over time:

Bottom Case: \( tim1\_oc1refc = tim1\_oc1ref \text{ OR } tim1\_oc2ref \)

The diagram shows the following signals over time:

MSv62330V1

Timing diagrams for combined PWM mode on channel 1 and 2. The top diagram shows the AND combination of tim_oc1ref and tim_oc2ref to produce tim_oc1refc. The bottom diagram shows the OR combination of tim1_oc1ref and tim1_oc2ref to produce tim1_oc1refc. Both diagrams include a sawtooth counter waveform and horizontal lines for CCR1 and CCR2 compare values.

40.3.13 One-pulse mode

One-pulse mode (OPM) is a particular case of the previous modes. It allows the counter to be started in response to a stimulus and to generate a pulse with a programmable length after a programmable delay.

Starting the counter can be controlled through the slave mode controller. Generating the waveform can be done in output compare mode or PWM mode. One-pulse mode is selected by setting the OPM bit in the TIMx_CR1 register. This makes the counter stop automatically at the next update event UEV.

A pulse can be correctly generated only if the compare value is different from the counter initial value. Before starting (when the timer is waiting for the trigger), the configuration must be as follows:

\[ CNT < CCRx \leq ARR \text{ (in particular, } 0 < CCRx) \]

Figure 566. Example of one pulse mode

Timing diagram for one pulse mode. The diagram shows four waveforms over time (t). 1. tim_ti2: A single positive pulse. 2. tim_oc1ref: A periodic square wave. 3. tim_oc1: A pulse that starts at the rising edge of tim_ti2, has a delay t_DELAY, and then a pulse width t_PULSE. 4. Counter: A sawtooth-like waveform that increments from 0 to TIMx_ARR. Vertical dashed lines mark the rising edge of tim_ti2, the start of t_DELAY, and the start of t_PULSE. The diagram is labeled MSV62344V1.
Timing diagram for one pulse mode. The diagram shows four waveforms over time (t). 1. tim_ti2: A single positive pulse. 2. tim_oc1ref: A periodic square wave. 3. tim_oc1: A pulse that starts at the rising edge of tim_ti2, has a delay t_DELAY, and then a pulse width t_PULSE. 4. Counter: A sawtooth-like waveform that increments from 0 to TIMx_ARR. Vertical dashed lines mark the rising edge of tim_ti2, the start of t_DELAY, and the start of t_PULSE. The diagram is labeled MSV62344V1.

For example one may want to generate a positive pulse on tim_oc1 with a length of \( t_{PULSE} \) and after a delay of \( t_{DELAY} \) as soon as a positive edge is detected on the tim_ti2 input pin.

Use tim_ti2fp2 as trigger 1:

  1. 1. Select the proper tim_ti2_in[15:0] source (internal or external) with the TI2SEL[3:0] bits in the TIMx_TISEL register.
  2. 2. Map tim_ti2fp2 to tim_ti2 by writing CC2S = 01 in the TIMx_CCMR1 register.
  3. 3. tim_ti2fp2 must detect a rising edge, write CC2P = 0 and CC2NP = 0 in the TIMx_CCER register.
  4. 4. Configure tim_ti2fp2 as trigger for the slave mode controller (tim_trgi) by writing TS = 00110 in the TIMx_SMCR register.
  5. 5. tim_ti2fp2 is used to start the counter by writing SMS to 110 in the TIMx_SMCR register (trigger mode).

The OPM waveform is defined by writing the compare registers (taking into account the clock frequency and the counter prescaler).

Since only one pulse (Single mode) is needed, a 1 must be written in the OPM bit in the TIMx_CR1 register to stop the counter at the next update event (when the counter rolls over

from the autoreload value back to 0). When OPM bit in the TIMx_CR1 register is set to 0, so the Repetitive mode is selected.

Particular case: tim_ocx fast enable

In One-pulse mode, the edge detection on tim_tix input set the CEN bit which enables the counter. Then the comparison between the counter and the compare value makes the output toggle. But several clock cycles are needed for these operations and it limits the minimum delay \( t_{\text{DELAY min}} \) that can be obtained.

If one wants to output a waveform with the minimum delay, the OCxFE bit can be set in the TIMx_CCMRx register. Then tim_ocxref (and tim_ocx) are forced in response to the stimulus, without taking in account the comparison. Its new level is the same as if a compare match had occurred. OCxFE acts only if the channel is configured in PWM1 or PWM2 mode.

40.3.14 Retriggerable one pulse mode (TIM12 only)

This mode allows the counter to be started in response to a stimulus and to generate a pulse with a programmable length, but with the following differences with nonretriggerable one pulse mode described in Section 40.3.13: One-pulse mode :

The timer must be in Slave mode, with the bits SMS[3:0] = 1000 (Combined reset + trigger mode) in the TIMx_SMCR register, and the OCxM[3:0] bits set to 1000 or 1001 for retriggerable OPM mode 1 or 2.

If the timer is configured in up-counting mode, the corresponding CCRx must be set to 0 (the ARR register sets the pulse length). If the timer is configured in down-counting mode, CCRx must be above or equal to ARR.

Note: The OCxM[3:0] and SMS[3:0] bit fields are split into two parts for compatibility reasons, the most significant bit are not contiguous with the three least significant ones.

This mode must not be used with center-aligned PWM modes. It is mandatory to have CMS[1:0] = 00 in TIMx_CR1.

Figure 567. Retriggerable one pulse mode

Timing diagram for Retriggerable one pulse mode. The diagram shows three waveforms over time: tim_trgi (trigger), Counter, and tim_ocx (output). The tim_trgi signal has three rising edges. The Counter signal is a sawtooth wave that starts at 0 on the first rising edge of tim_trgi and increases linearly until it reaches a horizontal dashed line representing the autoreload value (ARR), at which point it resets to 0. On the second rising edge of tim_trgi, while the counter is still increasing, it is reset to 0 and starts increasing again. On the third rising edge, the counter is again reset to 0. The tim_ocx signal is a rectangular pulse that goes high when the counter starts (on the first rising edge of tim_trgi) and goes low when the counter reaches the ARR value. Because of the retriggering on the second rising edge, the tim_ocx pulse is extended until the counter reaches ARR again after the second trigger.
Timing diagram for Retriggerable one pulse mode. The diagram shows three waveforms over time: tim_trgi (trigger), Counter, and tim_ocx (output). The tim_trgi signal has three rising edges. The Counter signal is a sawtooth wave that starts at 0 on the first rising edge of tim_trgi and increases linearly until it reaches a horizontal dashed line representing the autoreload value (ARR), at which point it resets to 0. On the second rising edge of tim_trgi, while the counter is still increasing, it is reset to 0 and starts increasing again. On the third rising edge, the counter is again reset to 0. The tim_ocx signal is a rectangular pulse that goes high when the counter starts (on the first rising edge of tim_trgi) and goes low when the counter reaches the ARR value. Because of the retriggering on the second rising edge, the tim_ocx pulse is extended until the counter reaches ARR again after the second trigger.

MSv62345V2

40.3.15 UIF bit remapping

The IUFREMAP bit in the TIMx_CR1 register forces a continuous copy of the update interrupt flag UIF into bit 31 of the timer counter register (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.

40.3.16 Timer input XOR function

The TI1S bit in the TIMx_CR2 register, allows the input filter of channel 1 to be connected to the output of an XOR gate, combining the two input pins tim_ti1 and tim_ti2.

The XOR output can be used with all the timer input functions such as trigger or input capture. It is useful for measuring the interval between the edges on two input signals, as shown in Figure 568.

Figure 568. Measuring time interval between edges on 2 signals

Timing diagram showing the measurement of a time interval between edges on two signals using an XOR gate and a counter.

The diagram illustrates four waveforms over time, separated by vertical dashed lines. The first waveform, labeled 'tim_ti1', is a square wave. The second waveform, labeled 'tim_ti2', is another square wave. The third waveform, labeled 'tim_ti1 XOR tim_ti2', is the output of an XOR gate combining the two input signals. The fourth waveform, labeled 'Counter', shows a series of sawtooth-like ramps, representing the timer's counter value. The counter ramps up linearly and then resets to zero. The reset events (the sharp drops to zero) are synchronized with the rising edges of the XOR output signal. This demonstrates how the XOR output can be used as a trigger for the timer counter to measure the time interval between specific edges on the input signals. A small code 'MSV63068V1' is visible in the bottom right corner of the diagram area.

Timing diagram showing the measurement of a time interval between edges on two signals using an XOR gate and a counter.

40.3.17 TIM12 external trigger synchronization

The TIM12 timer can be synchronized with an external trigger in several modes: Reset mode, Gated mode, Trigger mode, Reset + trigger, and Gated + reset mode.

Slave mode: Reset mode

The counter and its prescaler can be reinitialized in response to an event on a trigger input. Moreover, if the URS bit from the TIMx_CR1 register is low, an update event UEV is generated. Then all the preloaded registers (TIMx_ARR, TIMx_CCRx) are updated.

In the following example, the upcounter is cleared in response to a rising edge on tim_ti1 input:

  1. 1. Configure the channel 1 to detect rising edges on tim_ti1. Configure the input filter duration (in this example, the user does not need any filter, so the user keeps IC1F = 0000). The capture prescaler is not used for triggering, so it does not need to be configured. The CC1S bits select the input capture source only, CC1S = 01 in the TIMx_CCMR1 register. Program CC1P and CC1NP to 00 in TIMx_CCER register to validate the polarity (and detect rising edges only).
  1. Configure the timer in reset mode by writing SMS = 100 in TIMx_SMCR register. Select tim_ti1 as the input source by writing TS = 00101 in TIMx_SMCR register.
  2. Start the counter by writing CEN = 1 in the TIMx_CR1 register.

The counter starts counting on the internal clock, then behaves normally until tim_ti1 rising edge. When tim_ti1 rises, the counter is cleared and restarts from 0. In the meantime, the trigger flag is set (TIF bit in the TIMx_SR register) and an interrupt request can be sent if enabled (depending on the TIE bit in TIMx_DIER register).

The following figure shows this behavior when the autoreload register TIMx_ARR = 0x36. The delay between the rising edge on tim_ti1 and the actual reset of the counter is due to the resynchronization circuit on tim_ti1 input.

Figure 569. Control circuit in reset mode

Timing diagram for Figure 569. Control circuit in reset mode. The diagram shows five horizontal lines representing different signals over time. 1. tim_ti1: An input signal that is initially high, then goes low, and then has a rising edge. 2. Counter reset and update: A signal that pulses high when tim_ti1 has a rising edge. 3. tim_cnt_ck, tim_psc_ck: A periodic clock signal. 4. Counter register: A sequence of values starting at 30, increasing by 1 up to 36, then jumping to 00, 01, 02, 03, and repeating. Vertical dashed lines indicate the timing of the rising edge on tim_ti1 and the subsequent counter reset. 5. TIF: A flag that pulses high at the time of the counter reset. The diagram is labeled MSV62361V1 in the bottom right corner.
Timing diagram for Figure 569. Control circuit in reset mode. The diagram shows five horizontal lines representing different signals over time. 1. tim_ti1: An input signal that is initially high, then goes low, and then has a rising edge. 2. Counter reset and update: A signal that pulses high when tim_ti1 has a rising edge. 3. tim_cnt_ck, tim_psc_ck: A periodic clock signal. 4. Counter register: A sequence of values starting at 30, increasing by 1 up to 36, then jumping to 00, 01, 02, 03, and repeating. Vertical dashed lines indicate the timing of the rising edge on tim_ti1 and the subsequent counter reset. 5. TIF: A flag that pulses high at the time of the counter reset. The diagram is labeled MSV62361V1 in the bottom right corner.

Slave mode: Gated mode

The counter can be enabled depending on the level of a selected input.

In the following example, the upcounter counts only when tim_ti1 input is low:

  1. Configure the channel 1 to detect low levels on tim_ti1. Configure the input filter duration (in this example, the user does not need any filter, so the user keeps IC1F = 0000). The capture prescaler is not used for triggering, so it does not need to be configured. The CC1S bits select the input capture source only, CC1S = 01 in TIMx_CCMR1 register. Program CC1P = 1 and CC1NP = 0 in TIMx_CCER register to validate the polarity (and detect low level only).
  2. Configure the timer in gated mode by writing SMS = 101 in TIMx_SMCR register. Select tim_ti1 as the input source by writing TS = 00101 in TIMx_SMCR register.
  3. Enable the counter by writing CEN = 1 in the TIMx_CR1 register (in gated mode, the counter does not start if CEN = 0, whatever is the trigger input level).

The counter starts counting on the internal clock as long as tim_ti1 is low and stops as soon as tim_ti1 becomes high. The TIF flag in the TIMx_SR register is set both when the counter starts or stops.

The delay between the rising edge on tim_ti1 and the actual stop of the counter is due to the resynchronization circuit on tim_ti1 input.

Figure 570. Control circuit in gated mode

Timing diagram for Figure 570: Control circuit in gated mode. The diagram shows five signals over time: tim_ti1 (input), Counter enable (output), tim_cnt_ck, tim_psc_ck (internal clock), Counter register (counting values), and TIF (interrupt flag). The Counter enable signal is high only when tim_ti1 is high and the internal clock is active. The Counter register counts from 30 to 38. The TIF flag is set when the counter overflows from 38 to 30 and is cleared by writing TIF = 0.

Timing diagram for Figure 570: Control circuit in gated mode. The diagram shows five signals over time:

MSv62362V1

Timing diagram for Figure 570: Control circuit in gated mode. The diagram shows five signals over time: tim_ti1 (input), Counter enable (output), tim_cnt_ck, tim_psc_ck (internal clock), Counter register (counting values), and TIF (interrupt flag). The Counter enable signal is high only when tim_ti1 is high and the internal clock is active. The Counter register counts from 30 to 38. The TIF flag is set when the counter overflows from 38 to 30 and is cleared by writing TIF = 0.

Slave mode: Trigger mode

The counter can start in response to an event on a selected input.

In the following example, the upcounter starts in response to a rising edge on tim_ti2 input:

  1. 1. Configure the channel 2 to detect rising edges on tim_ti2. Configure the input filter duration (in this example, the user does not need any filter, so the user keeps IC2F = 0000). The capture prescaler is not used for triggering, so it does not need to be configured. The CC2S bits are configured to select the input capture source only, CC2S = 01 in TIMx_CCMR1 register. Program CC2P = 1 and CC2NP = 0 in TIMx_CCER register to validate the polarity (and detect low level only).
  2. 2. Configure the timer in trigger mode by writing SMS = 110 in TIMx_SMCR register. Select tim_ti2 as the input source by writing TS = 00110 in TIMx_SMCR register.

When a rising edge occurs on tim_ti2, the counter starts counting on the internal clock and the TIF flag is set.

The delay between the rising edge on tim_ti2 and the actual start of the counter is due to the resynchronization circuit on tim_ti2 input.

Figure 571. Control circuit in trigger mode

Timing diagram for Figure 571: Control circuit in trigger mode. The diagram shows five signals over time: tim_ti2 (input), Counter enable (output), tim_cnt_ck, tim_psc_ck (internal clock), Counter register (counting values), and TIF (interrupt flag). The Counter enable signal is high only after a rising edge on tim_ti2. The Counter register counts from 34 to 38. The TIF flag is set when the counter overflows from 38 to 34.

Timing diagram for Figure 571: Control circuit in trigger mode. The diagram shows five signals over time:

MSv62363V1

Timing diagram for Figure 571: Control circuit in trigger mode. The diagram shows five signals over time: tim_ti2 (input), Counter enable (output), tim_cnt_ck, tim_psc_ck (internal clock), Counter register (counting values), and TIF (interrupt flag). The Counter enable signal is high only after a rising edge on tim_ti2. The Counter register counts from 34 to 38. The TIF flag is set when the counter overflows from 38 to 34.

40.3.18 Slave mode – combined reset + trigger mode

In this case, a rising edge of the selected trigger input (tim_trgi) reinitializes the counter, generates an update of the registers, and starts the counter.

This mode is used for one-pulse mode.

40.3.19 Slave mode – combined reset + gated mode

The counter clock is enabled when the trigger input (tim_trgi) is high. The counter stops and (is reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled.

40.3.20 Timer synchronization (TIM12 only)

The TIMx timers are linked together internally for timer synchronization or chaining. Refer to Section 38.4.23: Timer synchronization for details.

Note: The clock of the slave timer 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.

40.3.21 Using timer output as trigger for other timers (N/A only)

The timers with one channel only do not feature a master mode. However, the OC1 output signal can be used to trigger some other timers (including timers described in other sections of this document). Check the “TIMx internal trigger connection” table of any timer on the device to identify which timers can be targeted as slave.

The OC1 signal pulse width must be programmed to be at least two clock cycles of the destination timer, to make sure the slave timer detects the trigger.

For instance, if the destination's timer CK_INT clock is four times slower than the source timer, the OC1 pulse width must be eight clock cycles.

40.3.22 ADC triggers (TIM12 only)

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 receive 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.

40.3.23 Debug mode

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

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 the Debug section.

40.4 TIM12 low-power modes

Table 432. Effect of low-power modes on TIM12

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.

40.5 TIM12 interrupts

The TIM12 can generate multiple interrupts, as shown in Table 433 .

Table 433. Interrupt requests

Interrupt acronymInterrupt eventEvent flagEnable control bitInterrupt clear methodExit from Sleep modeExit from Stop and Standby mode
TIMUpdateUIFUIEwrite 0 in UIFYesNo
Capture/compare 1CC1IFCC1IEwrite 0 in CC1IFYesNo
TIMCapture/compare 2 (1)CC2IFCC2IEwrite 0 in CC2IFYesNo
Trigger (1)TIFTIEwrite 0 in TIFYesNo

1. Available for TIM12 only.

40.6 TIM12 registers

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

The peripheral registers have to be written by half-words (16 bits) or words (32 bits). Read accesses can be done by bytes (8 bits), half-words (16 bits), or words (32 bits).

40.6.1 TIM12 control register 1 (TIM12_CR1)

Address offset: 0x000

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.DITH ENUIFRE MAPRes.CKD[1:0]ARPERes.Res.Res.OPMURSUDISCEN
rwrwrwrwrwrwrwrwrw

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.

Bit 10 Reserved, must be kept at reset value.

Bits 9:8 CKD[1:0] : Clock division

This bitfield indicates the division ratio between the timer clock (tim_ker_ck) frequency and sampling clock used by the digital filters (tim_tix),

00: \( t_{DTS} = t_{tim\_ker\_ck} \)

01: \( t_{DTS} = 2 \times t_{tim\_ker\_ck} \)

10: \( t_{DTS} = 4 \times t_{tim\_ker\_ck} \)

11: Reserved

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 on the update event

1: Counter stops counting on 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 if enabled. These events can be:

1: Only counter overflow generates an update interrupt if enabled.

Bit 1 UDIS : Update disable

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

0: UEV enabled. An UEV is generated by one of the following events:

Buffered registers are then loaded with their preload values.

1: UEV disabled. No UEV is generated, shadow registers keep their value (ARR, PSC, CCRx). The counter and the prescaler are reinitialized if the UG bit is set.

Bit 0 CEN : Counter enable

0: Counter disabled

1: Counter enabled

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

Note: External clock and gated mode can work only if the CEN bit has been previously set by software. However trigger mode can set the CEN bit automatically by hardware.

40.6.2 TIM12 control register 2 (TIM12_CR2)

Address offset: 0x004

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TI1SMMS[2:0]Res.Res.Res.Res.
rwrwrwrw

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

Bit 7 TI1S : tim_ti1 selection

0: The tim_ti1_in[15:0] multiplexer output is connected to tim_ti1 input

1: The tim_ti1_in[15:0] and tim_ti2_in[15:0] multiplexers output are connected to the tim_ti1 input (XOR combination)

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

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

000: Reset - the UG bit from the TIMx_EGR register is used as trigger output (tim_trgo). If the reset is generated by the trigger input (slave mode controller configured in reset mode) then the signal on tim_trgo is delayed compared to the actual reset.

001: Enable - the Counter Enable signal CNT_EN is used as 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 enable. The Counter Enable signal is generated by a logic AND between CEN control bit and the trigger input when configured in gated mode. When the Counter Enable signal is controlled by the trigger input, there is a delay on tim_trgo, except if the master/slave mode is selected (see the MSM bit description in TIMx_SMCR register).

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

011: Compare Pulse - The trigger output send 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 occurred (tim_trgo).

100: Compare - tim_oc1refc signal is used as trigger output (tim_trgo).

101: Compare - tim_oc2refc signal is used as trigger output (tim_trgo).

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

40.6.3 TIM12 slave mode control register (TIM12_SMCR)

Address offset: 0x008

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TS[4:3]Res.Res.Res.SMS[3]
rwrwrw

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.MSMTS[2:0]Res.SMS[2:0]
rwrwrwrwrwrwrw

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

Bits 19:17 Reserved, must be kept at reset value.

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

Bit 7 MSM : Master/Slave mode

0: No action

1: The effect of an event on the trigger input (tim_trgi) is delayed to allow a perfect synchronization between the current timer and its slaves (through tim_trgo). It is useful in order to synchronize several timers on a single external event.

Bits 21, 20, 6, 5, 4 TS[4:0] : Trigger selection

This TS[4:0] bitfield selects the trigger input to be used to synchronize the counter.

00000: Internal Trigger 0 (tim_itr0)

00001: Internal Trigger 1 (tim_itr1)

00010: Internal Trigger 2 (tim_itr2)

00011: Internal Trigger 3 (tim_itr3)

00100: tim_ti1 Edge Detector (tim_ti1f_ed)

00101: Filtered Timer Input 1 (tim_ti1fp1)

00110: Filtered Timer Input 2 (tim_ti2fp2)

01000: Internal Trigger 4 (tim_itr4)

01001: Internal Trigger 5 (tim_itr5)

01010: Internal Trigger 6 (tim_itr6)

01011: Internal Trigger 7 (tim_itr7)

01100: Internal Trigger 8 (tim_itr8)

01101: Internal Trigger 9 (tim_itr9)

01110: Internal Trigger 10 (tim_itr10)

01111: Internal Trigger 10 (tim_itr11)

10000: Internal Trigger 10 (tim_itr12)

10001: Internal Trigger 10 (tim_itr13)

10010: Internal Trigger 10 (tim_itr14)

10011: Internal Trigger 10 (tim_itr15)

Others: Reserved

See for more details on the meaning of tim_itrx for each timer.

Note: These bits must be changed only when they are not used (for example when SMS = 000) to avoid wrong edge detections at the transition.

Bit 3 Reserved, must be kept at reset value.

Bits 16, 2, 1, 0 SMS[3:0] : Slave mode selection

When external signals are selected the active edge of the trigger signal (tim_trgi) is linked to the polarity selected on the external input (see input control register and control register description).

0000: Slave mode disabled - if CEN = 1 then the prescaler is clocked directly by the internal clock.

0001: Reserved

0010: Reserved

0011: Reserved

0100: Reset mode - Rising edge of the selected trigger input (tim_trgi) reinitializes the counter and generates an update of the registers.

0101: Gated mode - The counter clock is enabled when the trigger input (tim_trgi) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled.

0110: Trigger mode - The counter starts at a rising edge of the trigger tim_trgi (but it is not reset). Only the start of the counter is controlled.

0111: External clock mode 1 - Rising edges of the selected trigger (tim_trgi) clock the counter.

1000: Combined reset + trigger mode - Rising edge of the selected trigger input (tim_trgi) reinitializes the counter, generates an update of the registers and starts the counter.

1001: Combined gated + reset mode - The counter clock is enabled when the trigger input (tim_trgi) is high. The counter stops (but is not reset) as soon as the trigger becomes low. Both start and stop of the counter are controlled.

Other codes: reserved.

Note: The gated mode (including gated + reset mode) must not be used if tim_ti1f_ed is selected as the trigger input (TS = 00100). Indeed, tim_ti1f_ed outputs 1 pulse for each transition on tim_ti1f, whereas the gated mode checks the level of the trigger signal.

The clock of the slave peripherals (such as timer, ADC) receiving the tim_trgo signals 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.

40.6.4 TIM12 interrupt enable register (TIM12_DIER)

Address offset: 0x00C

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.TIERes.Res.Res.CC2IECC1IEUIE
rwrwrwrw

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

Bit 6 TIE : Trigger interrupt enable

0: Trigger interrupt disabled.

1: Trigger interrupt enabled.

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

Bit 2 CC2IE : Capture/Compare 2 interrupt enable

0: CC2 interrupt disabled.

1: CC2 interrupt enabled.

Bit 1 CC1IE : Capture/Compare 1 interrupt enable

0: CC1 interrupt disabled.

1: CC1 interrupt enabled.

Bit 0 UIE : Update interrupt enable

0: Update interrupt disabled.

1: Update interrupt enabled.

40.6.5 TIM12 status register (TIM12_SR)

Address offset: 0x010

Reset value: 0x0000

1514131211109876543210
ResResResResResCC2OFCC1OFResResTIFResResResCC2IFCC1IFUIF
rc_w0rc_w0rc_w0rc_w0rc_w0rc_w0

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

Bit 10 CC2OF : Capture/compare 2 overcapture flag

refer to CC1OF description

Bit 9 CC1OF : Capture/Compare 1 overcapture flag

This flag is set by hardware only when the corresponding channel is configured in input capture mode. It is cleared by software by writing it to 0.

0: No overcapture has been detected.

1: The counter value has been captured in TIMx_CCR1 register while CC1IF flag was already set

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

Bit 6 TIF : Trigger interrupt flag

This flag is set by hardware on the TRG trigger event (active edge detected on tim_trgi input when the slave mode controller is enabled in all modes but gated mode. It is set when the counter starts or stops when gated mode is selected. It is cleared by software.

0: No trigger event occurred.

1: Trigger interrupt pending.

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

Bit 2 CC2IF : Capture/Compare 2 interrupt flag

refer to CC1IF description

Bit 1 CC1IF : Capture/compare 1 interrupt flag

This flag is set by hardware. It is cleared by software (input capture or output compare mode) or by reading the TIMx_CCR1 register (input capture mode only).

0: No compare match / No input capture occurred

1: A compare match or an input capture occurred.

If channel CC1 is configured as output: this flag is set when the content of the counter TIMx_CNT matches the content of the TIMx_CCR1 register. When the content of TIMx_CCR1 is greater than the content of TIMx_ARR, the CC1IF bit goes high on the counter overflow (in up-counting and up/down-counting modes) or underflow (in down-counting mode). There are 3 possible options for flag setting in center-aligned mode, refer to the CMS bits in the TIMx_CR1 register for the full description.

If channel CC1 is configured as input: this bit is set when counter value has been captured in TIMx_CCR1 register (an edge has been detected on tim_ic1, as per the edge sensitivity defined with the CC1P and CC1NP bits setting, in TIMx_CCER).

Bit 0 UIF : Update interrupt flag

This bit is set by hardware on an update event. It is cleared by software.

0: No update occurred.

1: Update interrupt pending. This bit is set by hardware when the registers are updated:

40.6.6 TIM12 event generation register (TIM12_EGR)

Address offset: 0x014

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.TGRes.Res.Res.CC2GCC1GUG
wwww

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

Bit 6 TG : Trigger generation

This bit is set by software in order to generate an event, it is automatically cleared by hardware.

0: No action

1: The TIF flag is set in the TIMx_SR register. Related interrupt can occur if enabled

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

Bit 2 CC2G : Capture/compare 2 generation

refer to CC1G description

Bit 1 CC1G : Capture/compare 1 generation

This bit is set by software to generate an event, it is automatically cleared by hardware.

0: No action

1: A capture/compare event is generated on channel 1:

If channel CC1 is configured as output:

the CC1IF flag is set, the corresponding interrupt is sent if enabled.

If channel CC1 is configured as input:

The current counter value is captured in the TIMx_CCR1 register. The CC1IF flag is set, the corresponding interrupt is sent if enabled. The CC1OF flag is set if the CC1IF flag was already high.

Bit 0 UG : Update generation

This bit can be set by software, it is automatically cleared by hardware.

0: No action

1: Re-initializes the counter and generates an update of the registers. The prescaler counter is also cleared and the prescaler ratio is not affected. The counter is cleared.

40.6.7 TIM12 capture/compare mode register 1 (TIM12_CCMR1)

Address offset: 0x018

Reset value: 0x0000 0000

The same register can be used for input capture mode (this section) or for output compare mode (next section). The direction of a channel is defined by configuring the corresponding CCxS bits. All the other bits in this register have different functions in input and output modes.

Input capture mode:

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
IC2F[3:0]IC2PSC[1:0]CC2S[1:0]IC1F[3:0]IC1PSC[1:0]CC1S[1:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

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

Bits 15:12 IC2F[3:0] : Input capture 2 filter

Bits 11:10 IC2PSC[1:0] : Input capture 2 prescaler

Bits 9:8 CC2S[1:0] : Capture/compare 2 selection

This bitfield defines the direction of the channel (input/output) as well as the used input.

00: CC2 channel is configured as output

01: CC2 channel is configured as input, IC2 is mapped on tim_ti2

10: CC2 channel is configured as input, IC2 is mapped on tim_ti1

11: CC2 channel is configured as input, IC2 is mapped on tim_trc. This mode works only if an internal trigger input is selected through the TS bit (TIMx_SMCR register)

Note: The CC2S bits are writable only when the channel is OFF (CC2E = 0 in TIMx_CCER).

Bits 7:4 IC1F[3:0] : Input capture 1 filter

This bitfield defines the frequency used to sample the tim_ti1 input and the length of the digital filter applied to tim_ti1. The digital filter is made of an event counter in which N consecutive events are needed to validate a transition on the output:

0000: No filter, sampling is done at \( f_{DTS} \)

0001: \( f_{SAMPLING} = f_{tim\_ker\_ck} \) , N = 2

0010: \( f_{SAMPLING} = f_{tim\_ker\_ck} \) , N = 4

0011: \( f_{SAMPLING} = f_{tim\_ker\_ck} \) , N = 8

0100: \( f_{SAMPLING} = f_{DTS}/2 \) , N = 6

0101: \( f_{SAMPLING} = f_{DTS}/2 \) , N = 8

0110: \( f_{SAMPLING} = f_{DTS}/4 \) , N = 6

0111: \( f_{SAMPLING} = f_{DTS}/4 \) , N = 8

1000: \( f_{SAMPLING} = f_{DTS}/8 \) , N = 6

1001: \( f_{SAMPLING} = f_{DTS}/8 \) , N = 8

1010: \( f_{SAMPLING} = f_{DTS}/16 \) , N = 5

1011: \( f_{SAMPLING} = f_{DTS}/16 \) , N = 6

1100: \( f_{SAMPLING} = f_{DTS}/16 \) , N = 8

1101: \( f_{SAMPLING} = f_{DTS}/32 \) , N = 5

1110: \( f_{SAMPLING} = f_{DTS}/32 \) , N = 6

1111: \( f_{SAMPLING} = f_{DTS}/32 \) , N = 8

Bits 3:2 IC1PSC[1:0] : Input capture 1 prescaler

This bitfield defines the ratio of the prescaler acting on the CC1 input (tim_ic1).

The prescaler is reset as soon as CC1E = 0 (TIMx_CCER register).

00: no prescaler, capture is done each time an edge is detected on the capture input

01: capture is done once every 2 events

10: capture is done once every 4 events

11: capture is done once every 8 events

Bits 1:0 CC1S[1:0] : Capture/Compare 1 selection

This bitfield defines the direction of the channel (input/output) as well as the used input.

00: CC1 channel is configured as output

01: CC1 channel is configured as input, tim_ic1 is mapped on tim_ti1

10: CC1 channel is configured as input, tim_ic1 is mapped on tim_ti2

11: CC1 channel is configured as input, tim_ic1 is mapped on tim_trc. This mode is working only if an internal trigger input is selected through TS bit (TIMx_SMCR register)

Note: The CC1S bits are writable only when the channel is OFF (CC1E = 0 in TIMx_CCER).

40.6.8 TIM12 capture/compare mode register 1 [alternate] (TIM12_CCMR1)

Address offset: 0x018

Reset value: 0x0000 0000

The same register can be used for output compare mode (this section) or for input capture mode (previous section). The direction of a channel is defined by configuring the corresponding CCxS bits. All the other bits in this register have different functions in input and output modes.

Output compare mode:

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.OC2M
[3]
Res.Res.Res.Res.Res.Res.Res.OC1M
[3]
1514131211109876543210
Res.OC2M[2:0]OC2PEOC2FECC2S[1:0]Res.OC1M[2:0]OC1PEOC1FECC1S[1:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrw

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

Bits 23:17 Reserved, must be kept at reset value.

Bit 15 Reserved, must be kept at reset value.

Bits 24, 14:12 OC2M[3:0] : Output compare 2 mode
Refer to OC1M[3:0] for bit description.

Bit 11 OC2PE : Output compare 2 preload enable

Bit 10 OC2FE : Output compare 2 fast enable

Bits 9:8 CC2S[1:0] : Capture/Compare 2 selection

This bitfield defines the direction of the channel (input/output) as well as the used input.

00: CC2 channel is configured as output

01: CC2 channel is configured as input, IC2 is mapped on tim_ti2

10: CC2 channel is configured as input, IC2 is mapped on tim_ti1

11: CC2 channel is configured as input, IC2 is mapped on tim_trc. This mode works only if an internal trigger input is selected through the TS bit (TIMx_SMCR register)

Note: The CC2S bits are writable only when the channel is OFF (CC2E = 0 in TIMx_CCER).

Bit 7 Reserved, must be kept at reset value.

Bits 16, 6:4 OC1M[3:0] : Output compare 1 mode (refer to bit 16 for OC1M[3])

These bits define the behavior of the output reference signal tim_oc1ref from which tim_oc1 is derived. tim_oc1ref is active high whereas the active level of tim_oc1 depends on the CC1P .

0000: Frozen - The comparison between the output compare register TIMx_CCR1 and the counter TIMx_CNT has no effect on the outputs. This mode can be used when the timer serves as a software timebase. When the frozen mode is enabled during timer operation, the output keeps the state (active or inactive) it had before entering the frozen state.

0001: Set channel 1 to active level on match. The tim_oc1ref signal is forced high when the TIMx_CNT counter matches the capture/compare register 1 ( TIMx_CCR1 ).

0010: Set channel 1 to inactive level on match. The tim_oc1ref signal is forced low when the TIMx_CNT counter matches the capture/compare register 1 ( TIMx_CCR1 ).

0011: Toggle - tim_oc1ref toggles when TIMx_CNT = TIMx_CCR1

0100: Force inactive level - tim_oc1ref is forced low

0101: Force active level - tim_oc1ref is forced high

0110: PWM mode 1 - channel 1 is active as long as TIMx_CNT < TIMx_CCR1 else it is inactive

0111: PWM mode 2 - channel 1 is inactive as long as TIMx_CNT < TIMx_CCR1 else it is active

1000: Retriggerable OPM mode 1 - The channel is active until a trigger event is detected (on tim_trgi signal). Then, a comparison is performed as in PWM mode 1 and the channel becomes active again at the next update.

1001: Retriggerable OPM mode 2 - The channel is inactive until a trigger event is detected (on tim_trgi signal). Then, a comparison is performed as in PWM mode 2 and the channel becomes inactive again at the next update.

1010: Reserved,

1011: Reserved,

1100: Combined PWM mode 1 - tim_oc1ref has the same behavior as in PWM mode 1. tim_oc1refc is the logical OR between tim_oc1ref and tim_oc2ref .

1101: Combined PWM mode 2 - tim_oc1ref has the same behavior as in PWM mode 2. tim_oc1refc is the logical AND between tim_oc1ref and tim_oc2ref .

1110: Reserved,

1111: Reserved

Note: In PWM mode, the OREF level changes when the result of the comparison changes, when the output compare mode switches from “frozen” mode to “PWM” mode and when the output compare mode switches from “force active/inactive” mode to “PWM” mode.

Bit 3 OC1PE : Output compare 1 preload enable

0: Preload register on TIMx_CCR1 disabled. TIMx_CCR1 can be written at anytime, the new value is taken into account immediately

1: Preload register on TIMx_CCR1 enabled. Read/Write operations access the preload register. TIMx_CCR1 preload value is loaded into the active register at each update event

Bit 2 OC1FE : Output compare 1 fast enable

This bit is used to accelerate the effect of an event on the trigger in input on the CC output.

0: CC1 behaves normally depending on the counter and CCR1 values even when the trigger is ON. The minimum delay to activate the CC1 output when an edge occurs on the trigger input is 5 clock cycles

1: An active edge on the trigger input acts like a compare match on the CC1 output. Then, OC is set to the compare level independently of the result of the comparison. Delay to sample the trigger input and to activate CC1 output is reduced to 3 clock cycles. OC1FE acts only if the channel is configured in PWM1 or PWM2 mode.

Bits 1:0 CC1S[1:0] : Capture/Compare 1 selection

This bitfield defines the direction of the channel (input/output) as well as the used input.

00: CC1 channel is configured as output

01: CC1 channel is configured as input, tim_ic1 is mapped on tim_ti1

10: CC1 channel is configured as input, tim_ic1 is mapped on tim_ti2

11: CC1 channel is configured as input, tim_ic1 is mapped on tim_trc. This mode works only if an internal trigger input is selected through the TS bit (TIMx_SMCR register)

Note: The CC1S bits are writable only when the channel is OFF (CC1E = 0 in TIMx_CCER).

40.6.9 TIM12 capture/compare enable register (TIM12_CCER)

Address offset: 0x020

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.CC2NPRes.CC2PCC2ECC1NPRes.CC1PCC1E
rwrwrwrwrwrw

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

Bit 7 CC2NP : Capture/Compare 2 output Polarity

Refer to CC1NP description

Bit 6 Reserved, must be kept at reset value.

Bit 5 CC2P : Capture/Compare 2 output Polarity

Refer to CC1P description

Bit 4 CC2E : Capture/Compare 2 output enable

Refer to CC1E description

Bit 3 CC1NP : Capture/Compare 1 complementary output Polarity

CC1 channel configured as output: CC1NP must be kept cleared

CC1 channel configured as input: CC1NP is used in conjunction with CC1P to define tim_ti1p1/tim_ti2p1 polarity (refer to CC1P description).

Bit 2 Reserved, must be kept at reset value.

Bit 1 CC1P : Capture/Compare 1 output Polarity.

0: tim_oc1 active high (output mode) / Edge sensitivity selection (input mode, see below)

1: tim_oc1 active low (output mode) / Edge sensitivity selection (input mode, see below)

When CC1 channel is configured as input , both CC1NP/CC1P bits select the active polarity of tim_ti1fp1 and tim_ti2fp1 for trigger or capture operations.

CC1NP = 0, CC1P = 0: non-inverted/rising edge. The circuit is sensitive to tim_tixfp1 rising edge (capture or trigger operations in reset, external clock or trigger mode), tim_tixfp1 is not inverted (trigger operation in gated mode).

CC1NP = 0, CC1P = 1: inverted/falling edge. The circuit is sensitive to tim_tixfp1 falling edge (capture or trigger operations in reset, external clock or trigger mode), tim_tixfp1 is inverted (trigger operation in gated mode).

CC1NP = 1, CC1P = 1: non-inverted/both edges/ The circuit is sensitive to both tim_tixfp1 rising and falling edges (capture or trigger operations in reset, external clock or trigger mode), tim_tixfp1 is not inverted (trigger operation in gated mode).

CC1NP = 1, CC1P = 0: This configuration is reserved, it must not be used.

Bit 0 CC1E : Capture/Compare 1 output enable.

0: Capture mode disabled / tim_oc1 is not active

1: Capture mode enabled / tim_oc1 signal is output on the corresponding output pin

Table 434. Output control bit for standard tim_ocx channels

CCxE bittim_ocx output state
0Output disabled (not driven by the timer: Hi-Z)
1Output enabled (tim_ocx = tim_ocxref + Polarity)

Note: The states of the external I/O pins connected to the standard tim_ocx channels depend on the state of the tim_ocx channel and on the GPIO registers.

40.6.10 TIM12 counter (TIM12_CNT)

Address offset: 0x024

Reset value: 0x0000 0000

31302928272625242322212019181716
UIF CPYRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
rw
1514131211109876543210
CNT[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 UIFCPY : UIF Copy

This bit is a read-only copy of the UIF bit in the TIMx_ISR register.

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.

40.6.11 TIM12 prescaler (TIM12_PSC)

Address offset: 0x028

Reset value: 0x0000

1514131211109876543210
PSC[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

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

The counter clock frequency \( 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 or through trigger controller when configured in “reset mode”).

40.6.12 TIM12 autoreload register (TIM12_ARR)

Address offset: 0x02C

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 in the actual auto-reload register.

Refer to the Section 40.3.3: 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 reset.

Dithering mode (DITHEN = 1)

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

40.6.13 TIM12 capture/compare register 1 (TIM12_CCR1)

Address offset: 0x034

Reset value: 0x0000 0000

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

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

Bits 19:0 CCR1[19:0] : Capture/compare 1 value

If channel CC1 is configured as output:

CCR1 is the value to be loaded in the actual capture/compare 1 register (preload value).
It is loaded permanently if the preload feature is not selected in the TIMx_CCMR1 register (bit OC1PE). Else the preload value is copied in the active capture/compare 1 register when an update event occurs.

The active capture/compare register contains the value to be compared to the counter TIMx_CNT and signaled on tim_oc1 output.

Non-dithering mode (DITHEN = 0)

The register holds the compare value in CCR1[15:0]. The CCR1[19:16] bits are reset.

Dithering mode (DITHEN = 1)

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

If channel CC1 is configured as input:

CR1 is the counter value transferred by the last input capture 1 event (tim_ic1). The TIMx_CCR1 register is read-only and cannot be programmed.

Non-dithering mode (DITHEN = 0)

The register holds the capture value in CCR1[15:0]. The CCR1[19:16] bits are reset.

Dithering mode (DITHEN = 1)

The register holds the capture in CCR1[19:4]. The CCR1[3:0] bits are reset.

40.6.14 TIM12 capture/compare register 2 (TIM12_CCR2)

Address offset: 0x038

Reset value: 0x0000 0000

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

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

Bits 19:0 CCR2[19:0] : Capture/compare 2 value

If channel CC2 is configured as output:

CCR2 is the value to be loaded in the actual capture/compare 2 register (preload value). It is loaded permanently if the preload feature is not selected in the TIMx_CCMR2 register (bit OC2PE). Else the preload value is copied in the active capture/compare 2 register when an update event occurs.

The active capture/compare register contains the value to be compared to the counter TIMx_CNT and signalled on tim_oc2 output.

Non-dithering mode (DITHEN = 0)

The register holds the compare value in CCR2[15:0]. The CCR2[19:16] bits are reset.

Dithering mode (DITHEN = 1)

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

If channel CC2 is configured as input:

CCR2 is the counter value transferred by the last input capture 1 event (tim_ic2). The TIMx_CCR2 register is read-only and cannot be programmed.

Non-dithering mode (DITHEN = 0)

The register holds the capture value in CCR2[15:0]. The CCR2[19:16] bits are reset.

Dithering mode (DITHEN = 1)

The register holds the capture in CCR2[19:4]. The CCR2[3:0] bits are reset.

40.6.15 TIM12 timer input selection register (TIM12_TISEL)

Address offset: 0x05C

Reset value: 0x0000

1514131211109876543210
Res.Res.Res.Res.TI2SEL[3:0]Res.Res.Res.Res.TI1SEL[3:0]
rwrwrwrwrwrwrwrw

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

Bits 11:8 TI2SEL[3:0] : selects tim_ti2_in[15:0] input

0000: TIMx_CH2 input (tim_ti2_in0)

0001: tim_ti2_in1

...

0100: tim_ti2_in15

Refer to for interconnects list.

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

Bits 3:0 TI1SEL[3:0] : selects tim_ti1_in[15:0] input

0000: TIMx_CH1 input (tim_ti1_in0)

0001: tim_ti1_in1

...

1111: tim_ti1_in15

Refer to for interconnects list.

40.6.16 TIM12 register map

TIM12 registers are mapped as 16-bit addressable registers as described below:

Table 435. TIM12 register map and reset values

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x000TIM12_CR1Res.Res.Res.Res.DITHENUIFREMARes.CKD [1:0]ARPERes.Res.Res.OPMURSUDISCEN
Reset value000000000
0x004TIM12_CR2Res.Res.TI1SMMS[2:0]Res.
Reset value0000
0x008TIM12_SMCRRes.TS [4:3]Res.Res.SMS[3]Res.MSMTS[2:0]SMS[2:0]
Reset value0000000000
0x00CTIM12_DIERRes.Res.TIERes.CC2IECC1IEUIE
Reset value0000
0x010TIM12_SRRes.Res.CC2OFCC1OFRes.TIFRes.CC2IFCC1IFUIF
Reset value000000
0x014TIM12_EGRRes.Res.TGRes.CC2GCC1GUG
Reset value0000
0x018TIM12_CCMR1 Input Capture modeRes.IC2F[3:0]IC2 PSC [1:0]CC2S [1:0]IC1F[3:0]IC1 PSC [1:0]CC1 S [1:0]
Reset value0000000000000000
TIM12_CCMR1 Output Compare modeRes.OC2M[3]Res.OC1M[3]Res.OC2M [2:0]OC2PEOC2FECC2S [1:0]Res.OC1M [2:0]OC1PEOC1FECC1 S [1:0]
Reset value0000000000000000
0x01CReservedRes.
0x020TIM12_CCERRes.Res.CC2NPRes.CC2PCC2ECC1NPRes.CC1PCC1E
Reset value000000
0x024TIM12_CNTUIFCPYRes.CNT[15:0]
Reset value00000000000000000
0x028TIM12_PSCRes.PSC[15:0]
Reset value0000000000000000

Table 435. TIM12 register map and reset values (continued)

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x02CTIM12_ARRResResResResResResResResResResResResARR[19:0]
Reset value00000000000000000000
0x030ReservedRes.
0x034TIM12_CCR1ResResResResResResResResResResResResCCR1[19:0]
Reset value00000000000000000000
0x038TIM12_CCR2ResResResResResResResResResResResResCCR2[19:0]
Reset value00000000000000000000
0x03C to 0x058ReservedRes.
0x05CTIM12_TISELResResResResResResResResResResResResResResResResResResResResTI2SEL[3:0]ResResResResResTI1SEL[3:0]
Reset value00000000
0x060 - 0x3E8ReservedRes.

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

Section 2.3: Memory organization