22. Low-power timer (LPTIM)

22.1 Introduction

The LPTIM is a 16-bit timer that benefits from the ultimate developments in power consumption reduction. Thanks to its diversity of clock sources, the LPTIM is able to keep running in all power modes except for Standby mode. Given its capability to run even with no internal clock source, the LPTIM can be used as a “Pulse Counter” which can be useful in some applications. Also, the LPTIM capability to wake up the system from low-power modes, makes it suitable to realize “Timeout functions” with extremely low power consumption.

The LPTIM introduces a flexible clock scheme that provides the needed functionalities and performance, while minimizing the power consumption.

22.2 LPTIM main features

22.3 LPTIM implementation

Table 135 describes LPTIM implementation: the full set of features is implemented in LPTIM1. LPTIM2 supports a smaller set of features, but is otherwise identical to LPTIM1.

Table 135. LPTIM features

LPTIM modes/features (1)LPTIM1LPTIM2
Encoder modeX-
External input clockXX
Wake-up from Stop(2)(2)
  1. 1. X = supported.
  2. 2. Wake-up supported from Stop 0 and Stop 1 modes.

22.4 LPTIM functional description

22.4.1 LPTIM block diagram

Figure 200. Low-power timer block diagram

Figure 200. Low-power timer block diagram. The diagram shows the internal architecture of the LPTIM. On the left, external pins are labeled: lptim_pclk, lptim_it, lptim_ker_ck, and lptim_wakeup. A 32-bit APB bus connects to an 'LPTIM register interface' in the 'APB clock domain'. This interface connects to an 'IRQ interface' and a 'Synchronization' block. The 'Synchronization' block connects to the 'Kernel clock domain'. Inside the 'Kernel clock domain', there is an 'Up/down' section containing an 'Encoder', two 'Edge detector' blocks, and two 'Glitch filter' blocks. These are connected to external pins: lptim_in2, lptim_IN2, lptim_in1, lptim_IN1, lptim_ext_trigx, and lptim_ETR. Below this, there is a 'Glitch filter', 'CNTSTRTR/SNGSTRTR', 'Mux trigger', '16-bit ARR', '16-bit counter', 'Count mode', '16-bit compare', and 'Prescaler' blocks. The 'Prescaler' is connected to a 'CLKMUX' block. The '16-bit counter' is connected to 'lptim_out' and 'lptim_out^(1)'. The diagram is labeled MSv47459V4.
Figure 200. Low-power timer block diagram. The diagram shows the internal architecture of the LPTIM. On the left, external pins are labeled: lptim_pclk, lptim_it, lptim_ker_ck, and lptim_wakeup. A 32-bit APB bus connects to an 'LPTIM register interface' in the 'APB clock domain'. This interface connects to an 'IRQ interface' and a 'Synchronization' block. The 'Synchronization' block connects to the 'Kernel clock domain'. Inside the 'Kernel clock domain', there is an 'Up/down' section containing an 'Encoder', two 'Edge detector' blocks, and two 'Glitch filter' blocks. These are connected to external pins: lptim_in2, lptim_IN2, lptim_in1, lptim_IN1, lptim_ext_trigx, and lptim_ETR. Below this, there is a 'Glitch filter', 'CNTSTRTR/SNGSTRTR', 'Mux trigger', '16-bit ARR', '16-bit counter', 'Count mode', '16-bit compare', and 'Prescaler' blocks. The 'Prescaler' is connected to a 'CLKMUX' block. The '16-bit counter' is connected to 'lptim_out' and 'lptim_out^(1)'. The diagram is labeled MSv47459V4.
  1. 1. lptim_in1 and lptim_in2 are respectively internal LPTIM input 1 and input 2 signals that can be connected to internal peripherals. lptim_out is the internal LPTIM output signal that can be connected to internal peripherals.

22.4.2 LPTIM trigger mapping

The LPTIM external trigger connections are detailed hereafter:

Table 136. LPTIM1 external trigger connection

TRIGSELExternal trigger
lptim_ext_trig0GPIO
lptim_ext_trig1RTC alarm A
lptim_ext_trig2RTC alarm B
lptim_ext_trig3-
lptim_ext_trig4RTC_TAMP2 input detection
lptim_ext_trig5-
lptim_ext_trig6-
lptim_ext_trig7Not connected

Table 137. LPTIM2 external trigger connection

TRIGSELExternal trigger
lptim_ext_trig0GPIO
lptim_ext_trig1RTC alarm A
lptim_ext_trig2RTC alarm B
lptim_ext_trig3-
lptim_ext_trig4RTC_TAMP2 input detection
lptim_ext_trig5-
lptim_ext_trig6-
lptim_ext_trig7Not connected

22.4.3 LPTIM reset and clocks

The LPTIM can be clocked using several clock sources. It can be clocked using an internal clock signal which can be any configurable internal clock source selectable through the RCC (see RCC section for more details). Also, the LPTIM can be clocked using an external clock signal injected on its external Input1. When clocked with an external clock source, the LPTIM may run in one of these two possible configurations:

Programming the CKSEL and COUNTMODE bits allows controlling whether the LPTIM will use an external clock source or an internal one.

When configured to use an external clock source, the CKPOL bits are used to select the external clock signal active edge. If both edges are configured to be active ones, an internal clock signal should also be provided (first configuration). In this case, the internal clock signal frequency should be at least four times higher than the external clock signal frequency.

22.4.4 Glitch filter

The LPTIM inputs, either external (mapped to GPIOs) or internal (mapped on the chip-level to other embedded peripherals), are protected with digital filters that prevent any glitches and noise perturbations to propagate inside the LPTIM. This is in order to prevent spurious counts or triggers.

Before activating the digital filters, an internal clock source should first be provided to the LPTIM. This is necessary to guarantee the proper operation of the filters.

The digital filters are divided into two groups:

Note: The digital filters sensitivity is controlled by groups. It is not possible to configure each digital filter sensitivity separately inside the same group.

The filter sensitivity acts on the number of consecutive equal samples that should be detected on one of the LPTIM inputs to consider a signal level change as a valid transition. Figure 201 shows an example of glitch filter behavior in case of a 2 consecutive samples programmed.

Figure 201. Glitch filter timing diagram

Figure 201. Glitch filter timing diagram. The diagram shows three waveforms: CLKMUX (a periodic square wave), Input (a signal with a glitch), and Filter out (the filtered signal). The Input signal has a short pulse that is filtered out. The Filter out signal is shown as a continuous line. The diagram is divided into two sections by vertical dashed lines, each labeled '2 consecutive samples'. An arrow points to the Filter out signal with the label 'Filtered'. The diagram is labeled MS32490V1 in the bottom right corner.

The figure is a timing diagram showing three waveforms over time. The top waveform, labeled 'CLKMUX', is a periodic square wave. The middle waveform, labeled 'Input', shows a signal that transitions from a low level to a high level, then back to low, and then back to high again. The bottom waveform, labeled 'Filter out', shows the output of the glitch filter. It remains at the initial low level until the second transition of the Input signal, at which point it transitions to the high level and stays there. Vertical dashed lines divide the diagram into two sections. The first section, between the first and second dashed lines, is labeled '2 consecutive samples' and shows the first transition of the Input signal. The second section, between the second and third dashed lines, is also labeled '2 consecutive samples' and shows the second transition. An arrow points from the label 'Filtered' to the Filter out signal after its transition. The diagram is labeled 'MS32490V1' in the bottom right corner.

Figure 201. Glitch filter timing diagram. The diagram shows three waveforms: CLKMUX (a periodic square wave), Input (a signal with a glitch), and Filter out (the filtered signal). The Input signal has a short pulse that is filtered out. The Filter out signal is shown as a continuous line. The diagram is divided into two sections by vertical dashed lines, each labeled '2 consecutive samples'. An arrow points to the Filter out signal with the label 'Filtered'. The diagram is labeled MS32490V1 in the bottom right corner.

Note: In case no internal clock signal is provided, the digital filter must be deactivated by setting the CKFLT and TRGFLT bits to '0'. In that case, an external analog filter may be used to protect the LPTIM external inputs against glitches.

22.4.5 Prescaler

The LPTIM 16-bit counter is preceded by a configurable power-of-2 prescaler. The prescaler division ratio is controlled by the PRESC[2:0] 3-bit field. The table below lists all the possible division ratios:

Table 138. Prescaler division ratios

programmingdividing factor
000/1
001/2
010/4
011/8
100/16
101/32
110/64
111/128

22.4.6 Trigger multiplexer

The LPTIM counter may be started either by software or after the detection of an active edge on one of the 8 trigger inputs.

TRIGEN[1:0] is used to determine the LPTIM trigger source:

The external triggers are considered asynchronous signals for the LPTIM. So after a trigger detection, a two-counter-clock period latency is needed before the timer starts running due to the synchronization.

If a new trigger event occurs when the timer is already started it will be ignored (unless timeout function is enabled).

Note: The timer must be enabled before setting the SNGSTRT/CNTSTRT bits. Any write on these bits when the timer is disabled will be discarded by hardware.

Note: When starting the counter by software (TRIGEN[1:0] = 00), there is a delay of 3 kernel clock cycles between the LPTIM_CR register update (set one of SNGSTRT or CNTSTRT bits) and the effective start of the counter.

22.4.7 Operating mode

The LPTIM features two operating modes:

One-shot mode

To enable the one-shot counting, the SNGSTRT bit must be set.

A new trigger event will re-start the timer. Any trigger event occurring after the counter starts and before the counter reaches ARR will be discarded.

In case an external trigger is selected, each external trigger event arriving after the SNGSTRT bit is set, and after the counter register has stopped (contains zero value), will start the counter for a new one-shot counting cycle as shown in Figure 202 .

Figure 202. LPTIM output waveform, single counting mode configuration

Figure 202: LPTIM output waveform, single counting mode configuration. The diagram shows three waveforms over time. The top waveform, labeled 'LPTIM_ARR', is a sawtooth wave that ramps up from 0 to a maximum value and then resets to 0. The middle waveform, labeled 'Compare', is a horizontal dashed line. The bottom waveform, labeled 'PWM', is a pulse-width modulated signal. External trigger events, represented by lightning bolt symbols, are shown at the start of each sawtooth cycle. The PWM signal is high during the ramp-up of the sawtooth wave and low otherwise. A legend at the bottom left shows a lightning bolt symbol next to the text 'External trigger event'. The code 'MSV39230V2' is in the bottom right corner.
Figure 202: LPTIM output waveform, single counting mode configuration. The diagram shows three waveforms over time. The top waveform, labeled 'LPTIM_ARR', is a sawtooth wave that ramps up from 0 to a maximum value and then resets to 0. The middle waveform, labeled 'Compare', is a horizontal dashed line. The bottom waveform, labeled 'PWM', is a pulse-width modulated signal. External trigger events, represented by lightning bolt symbols, are shown at the start of each sawtooth cycle. The PWM signal is high during the ramp-up of the sawtooth wave and low otherwise. A legend at the bottom left shows a lightning bolt symbol next to the text 'External trigger event'. The code 'MSV39230V2' is in the bottom right corner.

Set-once mode activated:

It should be noted that when the WAVE bit-field in the LPTIM_CFGR register is set, the Set-once mode is activated. In this case, the counter is only started once following the first trigger, and any subsequent trigger event is discarded as shown in Figure 203 .

Figure 203. LPTIM output waveform, Single counting mode configuration and Set-once mode activated (WAVE bit is set)

Figure 203: LPTIM output waveform, Single counting mode configuration and Set-once mode activated (WAVE bit is set). The diagram shows three waveforms over time. The top waveform, labeled 'LPTIM_ARR', is a sawtooth wave that ramps up from 0 to a maximum value and then resets to 0. The middle waveform, labeled 'Compare', is a horizontal dashed line. The bottom waveform, labeled 'PWM', is a pulse-width modulated signal. An external trigger event, represented by a lightning bolt symbol, starts the first sawtooth cycle. A second external trigger event occurs while the sawtooth wave is still ramping up; this trigger is labeled 'Discarded trigger' and does not affect the waveform. A legend at the bottom left shows a lightning bolt symbol next to the text 'External trigger event'. The code 'MSV39231V2' is in the bottom right corner.
Figure 203: LPTIM output waveform, Single counting mode configuration and Set-once mode activated (WAVE bit is set). The diagram shows three waveforms over time. The top waveform, labeled 'LPTIM_ARR', is a sawtooth wave that ramps up from 0 to a maximum value and then resets to 0. The middle waveform, labeled 'Compare', is a horizontal dashed line. The bottom waveform, labeled 'PWM', is a pulse-width modulated signal. An external trigger event, represented by a lightning bolt symbol, starts the first sawtooth cycle. A second external trigger event occurs while the sawtooth wave is still ramping up; this trigger is labeled 'Discarded trigger' and does not affect the waveform. A legend at the bottom left shows a lightning bolt symbol next to the text 'External trigger event'. The code 'MSV39231V2' is in the bottom right corner.

In case of software start (TRIGEN[1:0] = '00'), the SNGSTRT setting will start the counter for one-shot counting.

Continuous mode

To enable the continuous counting, the CNTSTRT bit must be set.

In case an external trigger is selected, an external trigger event arriving after CNTSTRT is set will start the counter for continuous counting. Any subsequent external trigger event will be discarded as shown in Figure 204.

In case of software start (TRIGEN[1:0] = '00'), setting CNTSTRT will start the counter for continuous counting.

Figure 204. LPTIM output waveform, Continuous counting mode configuration

Figure 204: LPTIM output waveform, Continuous counting mode configuration. The diagram shows three waveforms over time. The top waveform, labeled 'LPTIM_ARR Compare', is a sawtooth wave that ramps up from 0 to a maximum value (LPTIM_ARR) and then resets to 0. The middle waveform, labeled '0', is a horizontal line at the zero level. The bottom waveform, labeled 'PWM', is a square wave that is high when the sawtooth wave is above the 'Compare' level and low otherwise. External trigger events, represented by lightning bolt symbols, are shown. The first trigger starts the counting. Subsequent triggers arriving while the counter is still running (before it reaches LPTIM_ARR) are labeled 'Discarded triggers'. A legend at the bottom left shows a lightning bolt symbol labeled 'External trigger event'. The identifier 'MSV39229V2' is in the bottom right corner.
Figure 204: LPTIM output waveform, Continuous counting mode configuration. The diagram shows three waveforms over time. The top waveform, labeled 'LPTIM_ARR Compare', is a sawtooth wave that ramps up from 0 to a maximum value (LPTIM_ARR) and then resets to 0. The middle waveform, labeled '0', is a horizontal line at the zero level. The bottom waveform, labeled 'PWM', is a square wave that is high when the sawtooth wave is above the 'Compare' level and low otherwise. External trigger events, represented by lightning bolt symbols, are shown. The first trigger starts the counting. Subsequent triggers arriving while the counter is still running (before it reaches LPTIM_ARR) are labeled 'Discarded triggers'. A legend at the bottom left shows a lightning bolt symbol labeled 'External trigger event'. The identifier 'MSV39229V2' is in the bottom right corner.

SNGSTRT and CNTSTRT bits can only be set when the timer is enabled (The ENABLE bit is set to '1'). It is possible to change "on the fly" from One-shot mode to Continuous mode.

If the Continuous mode was previously selected, setting SNGSTRT will switch the LPTIM to the One-shot mode. The counter (if active) will stop as soon as it reaches ARR.

If the One-shot mode was previously selected, setting CNTSTRT will switch the LPTIM to the Continuous mode. The counter (if active) will restart as soon as it reaches ARR.

22.4.8 Timeout function

The detection of an active edge on one selected trigger input can be used to reset the LPTIM counter. This feature is controlled through the TIMEOUT bit.

The first trigger event will start the timer, any successive trigger event will reset the counter and the timer will restart.

A low-power timeout function can be realized. The timeout value corresponds to the compare value; if no trigger occurs within the expected time frame, the MCU is waked-up by the compare match event.

22.4.9 Waveform generation

Two 16-bit registers, the LPTIM_ARR (autoreload register) and LPTIM_CMP (compare register), are used to generate several different waveforms on LPTIM output

The timer can generate the following waveforms:

The above described modes require that the LPTIM_ARR register value be strictly greater than the LPTIM_CMP register value.

The LPTIM output waveform can be configured through the WAVE bit as follow:

The WAVPOL bit controls the LPTIM output polarity. The change takes effect immediately, so the output default value will change immediately after the polarity is re-configured, even before the timer is enabled.

Signals with frequencies up to the LPTIM clock frequency divided by 2 can be generated.

Figure 205 below shows the three possible waveforms that can be generated on the LPTIM output. Also, it shows the effect of the polarity change using the WAVPOL bit.

Figure 205. Waveform generation

Timing diagram showing LPTIM output waveforms for PWM, One shot, and Set once modes at two different polarities (Pol = 0 and Pol = 1). The diagram includes a sawtooth counter waveform and horizontal lines for LPTIM_ARR and Compare values.

The figure is a timing diagram illustrating the output waveforms generated by the LPTIM timer. At the top, a sawtooth waveform represents the counter value, starting at 0 and increasing until it reaches the LPTIM_ARR register value, at which point it resets. Two horizontal dashed lines indicate the LPTIM_ARR and Compare levels. Below the counter, the output waveforms are shown for three modes: PWM, One shot, and Set once. These are presented in two groups based on polarity: Pol = 0 (active high) and Pol = 1 (active low). In the Pol = 0 group, the PWM output is a periodic square wave, the One shot output is a single pulse followed by a low level, and the Set once output is a pulse that remains high. The Pol = 1 group shows the inverted versions of these waveforms. Vertical dashed lines mark the timing points for the counter reaching the Compare and ARR values. The diagram is labeled MS32467V2 in the bottom right corner.

Timing diagram showing LPTIM output waveforms for PWM, One shot, and Set once modes at two different polarities (Pol = 0 and Pol = 1). The diagram includes a sawtooth counter waveform and horizontal lines for LPTIM_ARR and Compare values.

22.4.10 Register update

The LPTIM_ARR register and LPTIM_CMP register are updated immediately after the APB bus write operation, or at the end of the current period if the timer is already started.

The PRELOAD bit controls how the LPTIM_ARR and the LPTIM_CMP registers are updated:

The LPTIM APB interface and the LPTIM kernel logic use different clocks, so there is some latency between the APB write and the moment when these values are available to the counter comparator. Within this latency period, any additional write into these registers must be avoided.

The ARROK flag and the CMPOK flag in the LPTIM_ISR register indicate when the write operation is completed to respectively the LPTIM_ARR register and the LPTIM_CMP register.

After a write to the LPTIM_ARR register or the LPTIM_CMP register, a new write operation to the same register can only be performed when the previous write operation is completed. Any successive write before respectively the ARROK flag or the CMPOK flag be set, will lead to unpredictable results.

22.4.11 Counter mode

The LPTIM counter can be used to count external events on the LPTIM Input1 or it can be used to count internal clock cycles. The CKSEL and COUNTMODE bits control which source will be used for updating the counter.

In case the LPTIM is configured to count external events on Input1, the counter can be updated following a rising edge, falling edge or both edges depending on the value written to the CKPOL[1:0] bits.

The count modes below can be selected, depending on CKSEL and COUNTMODE values:

system clock for the LPTIM. This configuration is suitable for operation modes where no embedded oscillator is enabled.

For this configuration, the LPTIM counter can be updated either on rising edges or falling edges of the input1 clock signal but not on both rising and falling edges.

Since the signal injected on the LPTIM external Input1 is also used to clock the LPTIM kernel logic, there is some initial latency (after the LPTIM is enabled) before the counter is incremented. More precisely, the first five active edges on the LPTIM external Input1 (after LPTIM is enable) are lost.

22.4.12 Timer enable

The ENABLE bit located in the LPTIM_CR register is used to enable/disable the LPTIM kernel logic. After setting the ENABLE bit, a delay of two counter clock is needed before the LPTIM is actually enabled.

The LPTIM_CFGR and LPTIM_IER registers must be modified only when the LPTIM is disabled.

22.4.13 Timer counter reset

In order to reset the content of LPTIM_CNT register to zero, two reset mechanisms are implemented:

    • • The synchronous reset mechanism: the synchronous reset is controlled by the COUNTRST bit in the LPTIM_CR register. After setting the COUNTRST bit-field to '1', the reset signal is propagated in the LPTIM kernel clock domain. So it is important to note that a few clock pulses of the LPTIM kernel logic will elapse before the reset is taken into account. This will make the LPTIM counter count few extra pluses between the time when the reset is trigger and it become effective. Since the COUNTRST bit is located in the APB clock domain and the LPTIM counter is located in the LPTIM kernel clock domain, a delay of 3 clock cycles of the kernel clock is needed to synchronize the reset signal issued by the APB clock domain when writing '1' to the COUNTRST bit.
    • • The asynchronous reset mechanism: the asynchronous reset is controlled by the RSTARE bit located in the LPTIM_CR register. When this bit is set to '1', any read access to the LPTIM_CNT register will reset its content to zero. Asynchronous reset should be triggered within a timeframe in which no LPTIM core clock is provided. For example when LPTIM Input1 is used as external clock source, the asynchronous reset should be applied only when there is enough insurance that no toggle will occur on the LPTIM Input1.
  1. It should be noted that to read reliably the content of the LPTIM_CNT register two successive read accesses must be performed and compared. A read access can be considered reliable when the value of the two read accesses is equal. Unfortunately when asynchronous reset is enabled there is no possibility to read twice the LPTIM_CNT register.

Warning: There is no mechanism inside the LPTIM that prevents the two reset mechanisms from being used simultaneously. So developer should make sure that these two mechanisms are used exclusively.


22.4.14 Encoder mode

This mode allows handling signals from quadrature encoders used to detect angular position of rotary elements. Encoder interface mode acts simply as an external clock with direction selection. This means that the counter just counts continuously between 0 and the auto-reload value programmed into the LPTIM_ARR register (0 up to ARR or ARR down to 0 depending on the direction). Therefore LPTIM_ARR must be configured before starting the counter. From the two external input signals, Input1 and Input2, a clock signal is generated to clock the LPTIM counter. The phase between those two signals determines the counting direction.

The Encoder mode is only available when the LPTIM is clocked by an internal clock source. The signals frequency on both Input1 and Input2 inputs must not exceed the LPTIM internal clock frequency divided by 4. This is mandatory in order to guarantee a proper operation of the LPTIM.

Direction change is signalized by the two Down and Up flags in the LPTIM_ISR register. Also, an interrupt can be generated for both direction change events if enabled through the DOWNIE bit.

To activate the Encoder mode the ENC bit has to be set to '1'. The LPTIM must first be configured in Continuous mode.

When Encoder mode is active, the LPTIM counter is modified automatically following the speed and the direction of the incremental encoder. Therefore, its content always represents the encoder's position. The count direction, signaled by the Up and Down flags, correspond to the rotation direction of the encoder rotor.

According to the edge sensitivity configured using the CKPOL[1:0] bits, different counting scenarios are possible. The following table summarizes the possible combinations, assuming that Input1 and Input2 do not switch at the same time.

Table 139. Encoder counting scenarios

Active edgeLevel on opposite signal (Input1 for Input2, Input2 for Input1)Input1 signalInput2 signal
RisingFallingRisingFalling
Rising EdgeHighDownNo countUpNo count
LowUpNo countDownNo count
Falling EdgeHighNo countUpNo countDown
LowNo countDownNo countUp
Both EdgesHighDownUpUpDown
LowUpDownDownUp

The following figure shows a counting sequence for Encoder mode where both-edge sensitivity is configured.

Caution: In this mode the LPTIM must be clocked by an internal clock source, so the CKSEL bit must be maintained to its reset value which is equal to '0'. Also, the prescaler division ratio must be equal to its reset value which is 1 (PRESC[2:0] bits must be '000').

Figure 206. Encoder mode counting sequence

Timing diagram showing the encoder mode counting sequence for signals T1, T2, and Counter. The diagram illustrates three phases: 'up', 'down', and 'up'. T1 and T2 are square waves. The Counter is a stepped line that increases during the 'up' phases and decreases during the 'down' phase. Vertical dashed lines indicate clock edges. The identifier MS32491V1 is in the bottom right corner.
Timing diagram showing the encoder mode counting sequence for signals T1, T2, and Counter. The diagram illustrates three phases: 'up', 'down', and 'up'. T1 and T2 are square waves. The Counter is a stepped line that increases during the 'up' phases and decreases during the 'down' phase. Vertical dashed lines indicate clock edges. The identifier MS32491V1 is in the bottom right corner.

22.4.15 Debug mode

When the microcontroller enters debug mode (core halted), the LPTIM counter either continues to work normally or stops, depending on the DBG_LPTIM_STOP configuration bit in the DBG module.

22.5 LPTIM low-power modes

Table 140. Effect of low-power modes on the LPTIM

ModeDescription
SleepNo effect. LPTIM interrupts cause the device to exit Sleep mode.
StopIf the LPTIM is clocked by an oscillator available in Stop mode, LPTIM is functional and the interrupts cause the device to exit the Stop mode (refer to Section 22.3: LPTIM implementation ).
StandbyThe LPTIM peripheral is powered down and must be reinitialized after exiting Standby mode.

22.6 LPTIM interrupts

The following events generate an interrupt/wake-up event, if they are enabled through the LPTIM_IER register:

Note: If any bit in the LPTIM_IER register (Interrupt Enable Register) is set after that its corresponding flag in the LPTIM_ISR register (Status Register) is set, the interrupt is not asserted.

Table 141. Interrupt events

Interrupt eventDescription
Compare matchInterrupt flag is raised when the content of the Counter register (LPTIM_CNT) matches the content of the compare register (LPTIM_CMP).
Auto-reload matchInterrupt flag is raised when the content of the Counter register (LPTIM_CNT) matches the content of the Auto-reload register (LPTIM_ARR).
External trigger eventInterrupt flag is raised when an external trigger event is detected
Auto-reload register update OKInterrupt flag is raised when the write operation to the LPTIM_ARR register is complete.
Compare register update OKInterrupt flag is raised when the write operation to the LPTIM_CMP register is complete.
Direction changeUsed in Encoder mode. Two interrupt flags are embedded to signal direction change:
  • – UP flag signals up-counting direction change
  • – DOWN flag signals down-counting direction change.

22.7 LPTIM registers

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

The peripheral registers can only be accessed by words (32-bit).

22.7.1 LPTIM interrupt and status register (LPTIM_ISR)

Address offset: 0x000

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.DOWNUPARR
OK
CMP
OK
EXT
TRIG
ARRMCMPM
rrrrrrr

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

Bit 6 DOWN : Counter direction change up to down

In Encoder mode, DOWN bit is set by hardware to inform application that the counter direction has changed from up to down. DOWN flag can be cleared by writing 1 to the DOWNCF bit in the LPTIM_ICR register.

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation .

Bit 5 UP : Counter direction change down to up

In Encoder mode, UP bit is set by hardware to inform application that the counter direction has changed from down to up. UP flag can be cleared by writing 1 to the UP CF bit in the LPTIM_ICR register.

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation .

Bit 4 ARROK : Autoreload register update OK

ARROK is set by hardware to inform application that the APB bus write operation to the LPTIM_ARR register has been successfully completed. ARROK flag can be cleared by writing 1 to the ARROKCF bit in the LPTIM_ICR register.

Bit 3 CMPOK : Compare register update OK

CMPOK is set by hardware to inform application that the APB bus write operation to the LPTIM_CMP register has been successfully completed. CMPOK flag can be cleared by writing 1 to the CMPOKCF bit in the LPTIM_ICR register.

Bit 2 EXTTRIG : External trigger edge event

EXTTRIG is set by hardware to inform application that a valid edge on the selected external trigger input has occurred. If the trigger is ignored because the timer has already started, then this flag is not set. EXTTRIG flag can be cleared by writing 1 to the EXTTRIGCF bit in the LPTIM_ICR register.

Bit 1 ARRM : Autoreload match

ARRM is set by hardware to inform application that LPTIM_CNT register's value reached the LPTIM_ARR register's value. ARRM flag can be cleared by writing 1 to the ARRMCF bit in the LPTIM_ICR register.

Bit 0 CMPM : Compare match

The CMPM bit is set by hardware to inform application that LPTIM_CNT register value reached the LPTIM_CMP register's value. CMPM flag can be cleared by writing 1 to the CMPMCF bit in the LPTIM_ICR register.

22.7.2 LPTIM interrupt clear register (LPTIM_ICR)

Address offset: 0x004

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.DOWNCFUPCFARROKCFCMPOKCFEXTTRIGCFARRMCFCMPMCF
wwwwwww

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

Bit 6 DOWNCF : Direction change to down clear flag

Writing 1 to this bit clear the DOWN flag in the LPTIM_ISR register.

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation.

Bit 5 UPCF : Direction change to UP clear flag

Writing 1 to this bit clear the UP flag in the LPTIM_ISR register.

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation.

Bit 4 ARROKCF : Autoreload register update OK clear flag

Writing 1 to this bit clears the ARROK flag in the LPTIM_ISR register

Bit 3 CMPOKCF : Compare register update OK clear flag

Writing 1 to this bit clears the CMPOK flag in the LPTIM_ISR register

Bit 2 EXTTRIGCF : External trigger valid edge clear flag

Writing 1 to this bit clears the EXTTRIG flag in the LPTIM_ISR register

Bit 1 ARRMCF : Autoreload match clear flag

Writing 1 to this bit clears the ARRM flag in the LPTIM_ISR register

Bit 0 CMPMCF : Compare match clear flag

Writing 1 to this bit clears the CMPM flag in the LPTIM_ISR register

22.7.3 LPTIM interrupt enable register (LPTIM_IER)

Address offset: 0x008

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.DOWNIEUPIEARROKIECMPOKIEEXTTRIGIEARRMIECMPMIE
rwrwrwrwrwrwrw

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

Bit 6 DOWNIE : Direction change to down Interrupt Enable

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation .

Bit 5 UPIE : Direction change to UP Interrupt Enable

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation .

Bit 4 ARROKIE : Autoreload register update OK Interrupt Enable

Bit 3 CMPOKIE : Compare register update OK Interrupt Enable

Bit 2 EXTTRIGIE : External trigger valid edge Interrupt Enable

Bit 1 ARRMIE : Autoreload match Interrupt Enable

Bit 0 CMPMIE : Compare match Interrupt Enable

Caution: The LPTIM_IER register must only be modified when the LPTIM is disabled (ENABLE bit reset to '0')

22.7.4 LPTIM configuration register (LPTIM_CFGR)

Address offset: 0x00C

Reset value: 0x0000 0000

3130292827262524232221201918 1716
Res.Res.Res.Res.Res.Res.Res.ENCCOUNT MODEPRELOADWAVPOLWAVETIMOUTTRIGEN[1:0]Res.
rwrwrwrwrwrwrw
1514131211109876543210
TRIGSEL[2:0]Res.PRESC[2:0]Res.TRGFLT[1:0]Res.CKFLT[1:0]CKPOL[1:0]CKSEL
rwrwrwrwrwrw

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

Bit 29 Reserved, must be kept at reset value.

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

Bit 24 ENC : Encoder mode enable

The ENC bit controls the Encoder mode

0: Encoder mode disabled

1: Encoder mode enabled

Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation .

Bit 23 COUNTMODE : counter mode enabled

The COUNTMODE bit selects which clock source is used by the LPTIM to clock the counter:

0: the counter is incremented following each internal clock pulse

1: the counter is incremented following each valid clock pulse on the LPTIM external Input1

Bit 22 PRELOAD : Registers update mode

The PRELOAD bit controls the LPTIM_ARR and the LPTIM_CMP registers update modality

0: Registers are updated after each APB bus write access

1: Registers are updated at the end of the current LPTIM period

Bit 21 WAVPOL : Waveform shape polarity

The WAVPOL bit controls the output polarity

0: The LPTIM output reflects the compare results between LPTIM_CNT and LPTIM_CMP registers

1: The LPTIM output reflects the inverse of the compare results between LPTIM_CNT and LPTIM_CMP registers

Bit 20 WAVE : Waveform shape

The WAVE bit controls the output shape

0: Deactivate Set-once mode

1: Activate the Set-once mode

Bit 19 TIMOUT : Timeout enable

The TIMOUT bit controls the Timeout feature

0: A trigger event arriving when the timer is already started will be ignored

1: A trigger event arriving when the timer is already started will reset and restart the counter

Bits 18:17 TRIGEN[1:0] : Trigger enable and polarity

The TRIGEN bits controls whether the LPTIM counter is started by an external trigger or not. If the external trigger option is selected, three configurations are possible for the trigger active edge:

00: software trigger (counting start is initiated by software)

01: rising edge is the active edge

10: falling edge is the active edge

11: both edges are active edges

Bit 16 Reserved, must be kept at reset value.

Bits 15:13 TRIGSEL[2:0] : Trigger selector

The TRIGSEL bits select the trigger source that will serve as a trigger event for the LPTIM among the below 8 available sources:

See Section 22.4.2: LPTIM trigger mapping for details.

Bit 12 Reserved, must be kept at reset value.

Bits 11:9 PRESC[2:0] : Clock prescaler

The PRESC bits configure the prescaler division factor. It can be one among the following division factors:

Bit 8 Reserved, must be kept at reset value.

Bits 7:6 TRGFLT[1:0] : Configurable digital filter for trigger

The TRGFLT value sets the number of consecutive equal samples that should be detected when a level change occurs on an internal trigger before it is considered as a valid level transition. An internal clock source must be present to use this feature

Bit 5 Reserved, must be kept at reset value.

Bits 4:3 CKFLT[1:0] : Configurable digital filter for external clock

The CKFLT value sets the number of consecutive equal samples that should be detected when a level change occurs on an external clock signal before it is considered as a valid level transition. An internal clock source must be present to use this feature

00: any external clock signal level change is considered as a valid transition

01: external clock signal level change must be stable for at least 2 clock periods before it is considered as valid transition.

10: external clock signal level change must be stable for at least 4 clock periods before it is considered as valid transition.

11: external clock signal level change must be stable for at least 8 clock periods before it is considered as valid transition.

Bits 2:1 CKPOL[1:0] : Clock polarity

If LPTIM is clocked by an external clock source:

When the LPTIM is clocked by an external clock source, CKPOL bits is used to configure the active edge or edges used by the counter:

00: the rising edge is the active edge used for counting.

If the LPTIM is configured in Encoder mode (ENC bit is set), the encoder sub-mode 1 is active.

01: the falling edge is the active edge used for counting

If the LPTIM is configured in Encoder mode (ENC bit is set), the encoder sub-mode 2 is active.

10: both edges are active edges. When both external clock signal edges are considered active ones, the LPTIM must also be clocked by an internal clock source with a frequency equal to at least four times the external clock frequency.

If the LPTIM is configured in Encoder mode (ENC bit is set), the encoder sub-mode 3 is active.

11: not allowed

Refer to Section 22.4.14: Encoder mode for more details about Encoder mode sub-modes.

Bit 0 CKSEL : Clock selector

The CKSEL bit selects which clock source the LPTIM will use:

0: LPTIM is clocked by internal clock source (APB clock or any of the embedded oscillators)

1: LPTIM is clocked by an external clock source through the LPTIM external Input1

Caution: The LPTIM_CFGR register must only be modified when the LPTIM is disabled (ENABLE bit reset to '0').

22.7.5 LPTIM control register (LPTIM_CR)

Address offset: 0x010

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.RST
ARE
COUN
TRST
CNT
STRT
SNG
STRT
ENA
BLE
rwrsrwrwrw

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

Bit 4 RSTART : Reset after read enable

This bit is set and cleared by software. When RSTART is set to '1', any read access to LPTIM_CNT register will asynchronously reset LPTIM_CNT register content.

This bit can be set only when the LPTIM is enabled.

Bit 3 COUNTRST : Counter reset

This bit is set by software and cleared by hardware. When set to '1' this bit will trigger a synchronous reset of the LPTIM_CNT counter register. Due to the synchronous nature of this reset, it only takes place after a synchronization delay of 3 LPTimer core clock cycles (LPTimer core clock may be different from APB clock).

This bit can be set only when the LPTIM is enabled. It is automatically reset by hardware.

Caution: COUNTRST must never be set to '1' by software before it is already cleared to '0' by hardware. Software should consequently check that COUNTRST bit is already cleared to '0' before attempting to set it to '1'.

Bit 2 CNTSTRT : Timer start in Continuous mode

This bit is set by software and cleared by hardware.

In case of software start (TRIGEN[1:0] = '00'), setting this bit starts the LPTIM in Continuous mode. If the software start is disabled (TRIGEN[1:0] different than '00'), setting this bit starts the timer in Continuous mode as soon as an external trigger is detected.

If this bit is set when a single pulse mode counting is ongoing, then the timer will not stop at the next match between the LPTIM_ARR and LPTIM_CNT registers and the LPTIM counter keeps counting in Continuous mode.

This bit can be set only when the LPTIM is enabled. It will be automatically reset by hardware.

Bit 1 SNGSTRT : LPTIM start in Single mode

This bit is set by software and cleared by hardware.

In case of software start (TRIGEN[1:0] = '00'), setting this bit starts the LPTIM in single pulse mode. If the software start is disabled (TRIGEN[1:0] different than '00'), setting this bit starts the LPTIM in single pulse mode as soon as an external trigger is detected.

If this bit is set when the LPTIM is in continuous counting mode, then the LPTIM will stop at the following match between LPTIM_ARR and LPTIM_CNT registers.

This bit can only be set when the LPTIM is enabled. It will be automatically reset by hardware.

Bit 0 ENABLE : LPTIM enable

The ENABLE bit is set and cleared by software.

0:LPTIM is disabled

1:LPTIM is enabled

22.7.6 LPTIM compare register (LPTIM_CMP)

Address offset: 0x014

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
CMP[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

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

Bits 15:0 CMP[15:0] : Compare value

CMP is the compare value used by the LPTIM.

Caution: The LPTIM_CMP register must only be modified when the LPTIM is enabled (ENABLE bit set to '1').

22.7.7 LPTIM autoreload register (LPTIM_ARR)

Address offset: 0x018

Reset value: 0x0000 0001

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
ARR[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

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

Bits 15:0 ARR[15:0] : Auto reload value

ARR is the autoreload value for the LPTIM.

This value must be strictly greater than the CMP[15:0] value.

Caution: The LPTIM_ARR register must only be modified when the LPTIM is enabled (ENABLE bit set to '1').

22.7.8 LPTIM counter register (LPTIM_CNT)

Address offset: 0x01C

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
CNT[15:0]
rrrrrrrrrrrrrrrr

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

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

When the LPTIM is running with an asynchronous clock, reading the LPTIM_CNT register may return unreliable values. So in this case it is necessary to perform two consecutive read accesses and verify that the two returned values are identical.

It should be noted that for a reliable LPTIM_CNT register read access, two consecutive read accesses must be performed and compared. A read access can be considered reliable when the values of the two consecutive read accesses are equal.

22.7.9 LPTIM register map

The following table summarizes the LPTIM registers.

Table 142. LPTIM register map and reset values

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x000LPTIM_ISRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.DOWN (1)
Reset value00000000
0x004LPTIM_ICRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.DOWNCF (1)UPCF (1)ARROKCFCMPPOKCFEXTTRIGCFARRMCFCMPMCF
Reset value00000000
0x008LPTIM_IERRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.DOWNIE (1)UPIE (1)ARROKIECMPPOKIEEXTTRIGIEARRMIECMPMIE
Reset value00000000
0x00CLPTIM_CFGRRes.Res.Res.Res.Res.Res.Res.ENC (1)COUNTMODEPRELOADWAVEPOLWAVETIMEOUTTRIGENRes.Res.Res.TRIGSEL[2:0]Res.Res.PRESCRes.Res.Res.TRGFLTRes.Res.CKFLTCKPOLCKSEL
Reset value0000000000000000000000000
0x010LPTIM_CRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.RSTARTCOUNTRSTCNTSTRSNGSTRENABLE
Reset value000000
0x014LPTIM_CMPRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
Reset value
0x018LPTIM_ARRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
Reset value
0x01CLPTIM_CNTRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
Reset value

1. If LPTIM does not support encoder mode feature, this bit is reserved. Please refer to Section 22.3: LPTIM implementation .

Refer to Section 2.2 on page 54 for the register boundary addresses.