26. Low-power timer (LPTIM)

26.1 LPTIM 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. 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.

26.2 LPTIM main features

26.3 LPTIM implementation

Table 178 describes LPTIM implementation on STM32WLE x devices. The full set of features is implemented in LPTIM1. LPTIM2 and LPTIM3 support a smaller set of features, but is otherwise identical to LPTIM1.

Table 178. STM32WLE x LPTIM features

LPTIM modes/features (1)LPTIM1LPTIM2LPTIM3
Encoder modeX--
External input clockXXX
Wake-up from Stop(2)(3)(3)

1. X = supported.

26.4 LPTIM functional description

26.4.1 LPTIM block diagram

Figure 248. Low-power timer block diagram

Block diagram of the Low-power timer (LPTIM) showing internal components like the 16-bit counter, 16-bit ARR, 16-bit compare, and various input/output pins (LPTIM_IN1, LPTIM_IN2, LPTIM_ETR, LPTIM_OUT).

The diagram illustrates the internal architecture of the LPTIM. It is divided into two main clock domains: the APB clock domain and the Kernel clock domain. In the APB clock domain, there is an LPTIM register interface connected to a 32-bit APB bus, an IRQ interface, and a Synchronization block. The Kernel clock domain contains a 16-bit counter, a 16-bit ARR (Auto-Reload Register), a 16-bit compare register, a Mux trigger, an Encoder, Edge detectors, Glitch filters, and a Repetition counter. External pins include LPTIM_IN1, LPTIM_IN2, LPTIM_ETR, and LPTIM_OUT. Internal signals include clk_mux, Prescaler, cntstrtr/sngstrtr, and various glitch filter outputs. The diagram is labeled with MSV47413V5 at the bottom right.

Block diagram of the Low-power timer (LPTIM) showing internal components like the 16-bit counter, 16-bit ARR, 16-bit compare, and various input/output pins (LPTIM_IN1, LPTIM_IN2, LPTIM_ETR, LPTIM_OUT).

26.4.2 LPTIM pins and internal signals

The following tables provide the list of LPTIM pins and internal signals, respectively.

Table 179. LPTIM input/output pins

Pin namePin typeDescription
LPTIM_IN1Digital inputLPTIM Input 1 from GPIO pin
LPTIM_IN2Digital inputLPTIM Input 2 from GPIO pin
LPTIM_ETRDigital inputLPTIM external trigger GPIO pin
LPTIM_OUTDigital outputLPTIM Output GPIO pin
Table 180. LPTIM internal signals
Signal nameSignal typeDescription
lptim_pclkDigital inputLPTIM APB clock domain
lptim_ker_ckDigital inputLPTIM kernel clock
lptim_in1Digital inputInternal LPTIM input 1
lptim_in2Digital inputInternal LPTIM input 2 (1)
lptim_ext_trigxDigital inputLPTIM external trigger input x
lptim_outDigital outputLPTIM counter output
lptim_itDigital outputLPTIM global interrupt
lptim_wake-upDigital outputLPTIM wake-up event

1. Only applies to LPTIM1

26.4.3 LPTIM input and trigger mapping

The LPTIM external trigger and input connections are detailed hereafter.

Table 181. LPTIM1 external trigger connections
TRIGSELExternal trigger
lptim_ext_trig0GPIO pin as LPTIM1_ETR alternate function
lptim_ext_trig1RTC ALARM A
lptim_ext_trig2RTC ALARM B
lptim_ext_trig3TAMP1 input detection
lptim_ext_trig4TAMP2 input detection
lptim_ext_trig5TAMP3 input detection
lptim_ext_trig6comp1_out
lptim_ext_trig7comp2_out
Table 182. LPTIM2 external trigger connections
TRIGSELExternal trigger
lptim_ext_trig0GPIO pin as LPTIM2_ETR alternate function
lptim_ext_trig1RTC ALARM A
lptim_ext_trig2RTC ALARM B
lptim_ext_trig3TAMP1 input detection
lptim_ext_trig4TAMP2 input detection
lptim_ext_trig5TAMP3 input detection
lptim_ext_trig6comp1_out
lptim_ext_trig7comp2_out
Table 183. LPTIM3 external trigger connections
TRIGSELExternal trigger
lptim_ext_trig0GPIO pin as LPTIM3_ETR alternate function
lptim_ext_trig1lptim1_out
lptim_ext_trig2lptim2_out
lptim_ext_trig3Reserved
lptim_ext_trig4Reserved
lptim_ext_trig5Reserved
lptim_ext_trig6Reserved
lptim_ext_trig7Reserved
Table 184. LPTIM1 input 1 connections
lptim_in1LPTIM1 input 1 connected to
lptim_in1GPIO pin as LPTIM1_IN1 alternate function
lptim_in1comp1_out
Table 185. LPTIM1 input 2 connections
lptim_in2LPTIM1 input 2 connected to
lptim_in2GPIO pin as LPTIM1_IN2 alternate function
lptim_in2comp2_out
Table 186. LPTIM2 input 1 connections
lptim_in1LPTIM2 input 1 connected to
lptim_in1GPIO pin as LPTIM2_IN1 alternate function
lptim_in1comp1_out
lptim_in1comp2_out
lptim_in1comp1_out or comp2_out
Table 187. LPTIM3 input 1 connections
lptim_in1LPTIM3 input 1 connected to
lptim_in1GPIO pin as LPTIM3_IN1 alternate function
lptim_in1comp1_out
lptim_in1comp2_out
lptim_in1comp1_out or comp2_out

26.4.4 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 can run in one of the following configurations:

Programming the CKSEL and COUNTMODE bits allows controlling whether the LPTIM uses 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 must also be provided (first configuration). In this case, the internal clock signal frequency must be at least four times higher than the external clock signal frequency.

26.4.5 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 must 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 is detected on one of the LPTIM inputs to consider a signal level change as a valid transition. Figure 249 shows an example of glitch filter behavior in case of a two consecutive samples programmed.

Figure 249. Glitch filter timing diagram

Figure 249. Glitch filter timing diagram. The diagram shows three waveforms: CLKMUX (a periodic square wave), Input (a signal with a short high pulse), and Filter out (the filtered output). Vertical dashed lines indicate clock edges. Brackets below the Input signal indicate '2 consecutive samples' where the input is high. The Filter out signal is shown as a low pulse that corresponds to the filtered input. An arrow points to the Filter out signal with the label 'Filtered'. The diagram is labeled MS32490V1 in the bottom right corner.
Figure 249. Glitch filter timing diagram. The diagram shows three waveforms: CLKMUX (a periodic square wave), Input (a signal with a short high pulse), and Filter out (the filtered output). Vertical dashed lines indicate clock edges. Brackets below the Input signal indicate '2 consecutive samples' where the input is high. The Filter out signal is shown as a low pulse that corresponds to the filtered input. 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 this case, an external analog filter can be used to protect the LPTIM external inputs against glitches.

26.4.6 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] field. The table below lists all the possible division ratios:

Table 188. Prescaler division ratios

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

26.4.7 Trigger multiplexer

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

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

The external triggers are considered asynchronous signals for the LPTIM. 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 is 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 is 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.

26.4.8 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 re-starts the timer. Any trigger event occurring after the counter starts and before the next LPTIM update event, is discarded.

In case an external trigger is selected, each external trigger event arriving after the SNGSTRT bit is set, and after the repetition counter has stopped (after the update event), and if the repetition register content is different from zero, the repetition counter gets reloaded with the value already contained by the repetition register and a new one-shot counting cycle is started as shown in Figure 250.

Figure 250. LPTIM output waveform, single-counting mode configuration when repetition register content is different than zero (with PRELOAD = 1)

Timing diagram for LPTIM output waveform in single-counting mode. The diagram shows four horizontal lines: LPTIM_RCR, Repetition counter, LPTIM_ARR Compare, and PWM. LPTIM_RCR is constant at 2. The Repetition counter starts at 2, counts down to 1, then 0, and is ignored (marked with X) when a second external trigger occurs before reaching 0. It then reloads to 2. The LPTIM_ARR Compare line shows sawtooth waveforms starting at 0 and rising to a threshold. The PWM line shows pulses when the counter reaches 0. External triggers are shown as lightning bolts; the first starts the counter, while subsequent ones while the counter is still running are ignored.

The figure illustrates the timing of an LPTIM in single-counting mode. The top line, LPTIM_RCR, shows a constant value of 2. The second line, Repetition counter, shows the counter starting at 2, counting down to 1, then 0. When the counter reaches 0, an external trigger event occurs. Because the counter is still running (it has not yet reached 0), this trigger is ignored (indicated by an 'X'). After the counter reaches 0, it reloads to 2. The third line, LPTIM_ARR Compare, shows a sawtooth waveform starting at 0 and rising to a threshold. The fourth line, PWM, shows a pulse when the counter reaches 0. External trigger events are shown as lightning bolts. The first trigger starts the counter. Subsequent triggers while the counter is still running are ignored. The diagram is labeled MSV47414V1.

Timing diagram for LPTIM output waveform in single-counting mode. The diagram shows four horizontal lines: LPTIM_RCR, Repetition counter, LPTIM_ARR Compare, and PWM. LPTIM_RCR is constant at 2. The Repetition counter starts at 2, counts down to 1, then 0, and is ignored (marked with X) when a second external trigger occurs before reaching 0. It then reloads to 2. The LPTIM_ARR Compare line shows sawtooth waveforms starting at 0 and rising to a threshold. The PWM line shows pulses when the counter reaches 0. External triggers are shown as lightning bolts; the first starts the counter, while subsequent ones while the counter is still running are ignored.

- Set-once mode activated:

Note that when the WAVE bitfield 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 251 .

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

Figure 251: LPTIM output waveform in single-counting mode. The top graph shows the counter value (0 to LPTIM_ARR) increasing linearly from the first external trigger event until it reaches the Compare value, at which point it resets. A second external trigger event occurring while the counter is still running is labeled 'Discarded trigger'. The bottom graph shows the PWM output going high when the counter reaches the Compare value and low when it reaches LPTIM_ARR. A legend indicates that a lightning bolt symbol represents an 'External trigger event'. The code MSv39231V2 is in the bottom right corner.
Figure 251: LPTIM output waveform in single-counting mode. The top graph shows the counter value (0 to LPTIM_ARR) increasing linearly from the first external trigger event until it reaches the Compare value, at which point it resets. A second external trigger event occurring while the counter is still running is labeled 'Discarded trigger'. The bottom graph shows the PWM output going high when the counter reaches the Compare value and low when it reaches LPTIM_ARR. A legend indicates that a lightning bolt symbol represents an 'External trigger event'. The code MSv39231V2 is in the bottom right corner.

In case of software start (TRIGEN[1:0] = 00), the SNGSTRT setting starts 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, starts the counter for continuous counting. Any subsequent external trigger event is discarded as shown in Figure 252 .

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

Figure 252. LPTIM output waveform, Continuous counting mode configuration

Figure 252: LPTIM output waveform in continuous counting mode. The top graph shows the counter value (0 to LPTIM_ARR) cycling continuously. The first external trigger event starts the count. Subsequent trigger events arriving while the counter is still running are labeled 'Discarded triggers'. The bottom graph shows the PWM output toggling between high and low as the counter reaches the Compare and LPTIM_ARR values respectively. A legend indicates that a lightning bolt symbol represents an 'External trigger event'. The code MSv39229V2 is in the bottom right corner.
Figure 252: LPTIM output waveform in continuous counting mode. The top graph shows the counter value (0 to LPTIM_ARR) cycling continuously. The first external trigger event starts the count. Subsequent trigger events arriving while the counter is still running are labeled 'Discarded triggers'. The bottom graph shows the PWM output toggling between high and low as the counter reaches the Compare and LPTIM_ARR values respectively. A legend indicates that a lightning bolt symbol represents an 'External trigger event'. The code MSv39229V2 is in the bottom right corner.

SNGSTRT and CNTSTRT bits can only be set when the timer is enabled (ENABLE bit 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 switches the LPTIM to the One-shot mode. The counter (if active) stops as soon as an LPTIM update event is generated.

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

26.4.9 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 TIMOUT bit.

The first trigger event starts the timer, any successive trigger event resets the LPTIM counter and the repetition counter and the timer restarts.

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.

26.4.10 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 the LPTIM_ARR register value to 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 changes immediately after the polarity is re-configured, even before the timer is enabled.

Signals with frequencies up to the LPTIM clock frequency divided by two can be generated. Figure 253 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 253. Waveform generation

Timing diagram showing waveform generation for LPTIM. The diagram illustrates the relationship between the LPTIM_ARR register, the Compare value, and the resulting PWM, One shot, and Set once signals for two different polarities (Pol = 0 and Pol = 1).

The figure is a timing diagram titled 'Figure 253. Waveform generation'. It shows the relationship between the LPTIM_ARR register, the Compare value, and the resulting PWM, One shot, and Set once signals for two different polarities (Pol = 0 and Pol = 1).

The top section shows the LPTIM_ARR register and the Compare value. The LPTIM_ARR register is shown as a sawtooth waveform, starting at 0 and increasing linearly until it reaches the Compare value, at which point it resets to 0. The Compare value is shown as a horizontal dashed line.

The bottom section shows the resulting signals for two polarities:

The diagram is labeled with 'MS32467V2' in the bottom right corner.

Timing diagram showing waveform generation for LPTIM. The diagram illustrates the relationship between the LPTIM_ARR register, the Compare value, and the resulting PWM, One shot, and Set once signals for two different polarities (Pol = 0 and Pol = 1).

26.4.11 Register update

The LPTIM_ARR register and LPTIM_CMP register are updated immediately after the APB bus write operation or in synchronization with the next LPTIM update event 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, leads to unpredictable results.

26.4.12 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 is 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:

26.4.13 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 cycles is needed before the LPTIM is actually enabled.

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

26.4.14 Timer counter reset

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

Note: The software ensures that COUNRST bit is '0' before generating every synchronous reset.

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. The developer must make sure that these two mechanisms are used exclusively.


26.4.15 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. 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 189. Encoder counting scenarios

Active edgeLevel on opposite signal (Input1 for Input2, Input2 for Input1)Input1 signalInput2 signal
RisingFallingRisingFalling
Rising Edge
(Encoder sub-mode 1)
HighDownNo countUpNo count
LowUpNo countDownNo count
Falling Edge
(Encoder sub-mode 2)
HighNo countUpNo countDown
LowNo countDownNo countUp
Both Edges
(Encoder sub-mode 3)
HighDownUpUpDown
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 254. Encoder mode counting sequence

Timing diagram showing the encoder mode counting sequence. It displays three waveforms: T1, T2, and Counter. T1 and T2 are square waves. The Counter is a staircase waveform that increments (up) when T1 is high and T2 is falling, and decrements (down) when T1 is low and T2 is falling. The sequence is divided into three segments labeled 'up', 'down', and 'up'.

The figure is a timing diagram illustrating the encoder mode counting sequence. It features three horizontal waveforms. The top waveform is labeled 'T1' and shows a square wave with multiple transitions. The second waveform is labeled 'T2' and also shows a square wave. The third waveform is labeled 'Counter' and is a staircase-like signal. The counter increases (labeled 'up') when T1 is high and T2 has a falling edge. The counter decreases (labeled 'down') when T1 is low and T2 has a falling edge. The sequence is divided into three segments by brackets at the bottom, labeled 'up', 'down', and 'up' from left to right. Vertical dashed lines indicate the clock edges used for counting. The identifier 'MS32491V1' is in the bottom right corner.

Timing diagram showing the encoder mode counting sequence. It displays three waveforms: T1, T2, and Counter. T1 and T2 are square waves. The Counter is a staircase waveform that increments (up) when T1 is high and T2 is falling, and decrements (down) when T1 is low and T2 is falling. The sequence is divided into three segments labeled 'up', 'down', and 'up'.

26.4.16 Repetition counter

The LPTIM features a repetition counter that decrements by 1 each time an LPTIM counter overflow event occurs. A repetition counter underflow event is generated when the repetition counter contains zero and the LPTIM counter overflows. Next to each repetition counter underflow event, the repetition counter gets loaded with the content of the REP[7:0] bitfield which belongs to the repetition register LPTIM_RCR.

A repetition underflow event is generated on each and every LPTIM counter overflow when the REP[7:0] register is set to 0.

When PRELOAD = 1, writing to the REP[7:0] bitfield has no effect on the content of the repetition counter until the next repetition underflow event occurs. The repetition counter continues to decrement each LPTIM counter overflow event and only when a repetition underflow event is generated, the new value written into REP[7:0] is loaded into the repetition counter. This behavior is depicted in Figure 255 .

Figure 255. Continuous counting mode when repetition register LPTIM_RCR different from zero (with PRELOAD = 1)

Timing diagram showing continuous counting mode with PRELOAD = 1. The diagram illustrates the relationship between the LPTIM_RCR register, the Repetition counter, the LPTIM_ARR Compare signal, and the PWM output. A vertical pink line marks the 'Repetition counter underflow event'. At this event, the LPTIM_RCR register is updated from 4 to 9, and the Repetition counter is reloaded with the value 9. The LPTIM_ARR Compare signal is a sawtooth wave that resets to 0 at each underflow. The PWM output is a square wave that toggles when the Repetition counter reaches the Compare value. The text 'Preloaded registers updated' points to the underflow event.
Timing diagram showing continuous counting mode with PRELOAD = 1. The diagram illustrates the relationship between the LPTIM_RCR register, the Repetition counter, the LPTIM_ARR Compare signal, and the PWM output. A vertical pink line marks the 'Repetition counter underflow event'. At this event, the LPTIM_RCR register is updated from 4 to 9, and the Repetition counter is reloaded with the value 9. The LPTIM_ARR Compare signal is a sawtooth wave that resets to 0 at each underflow. The PWM output is a square wave that toggles when the Repetition counter reaches the Compare value. The text 'Preloaded registers updated' points to the underflow event.

A repetition counter underflow event is systematically associated with LPTIM preloaded registers update (refer to Section 26.4.11: Register update for more information).

Repetition counter underflow event is signaled to the software through the update event (UE) flag mapped into the LPTIM_ISR register. When set, the UE flag can trigger an LPTIM interrupt if its respective update event interrupt enable (UEIE) control bit, mapped to the LPTIM_IER register, is set.

The repetition register LPTIM_RCR is located in the APB bus interface clock domain where the repetition counter itself is located in the LPTIM kernel clock domain. Each time a new value is written to the LPTIM_RCR register, this new content is propagated from the APB bus interface clock domain to the LPTIM kernel clock domain. The new written value is then loaded to the repetition counter immediately after a repetition counter underflow event. The synchronization delay for the new written content is four APB clock cycles plus three LPTIM kernel clock cycles and it is signaled by the REPOK flag located in the LPTIM_ISR register when it is elapsed. When the LPTIM kernel clock cycle is relatively slow, for instance when the LPTIM kernel is being clocked by the LSI clock source, it can be lengthy to keep polling on the REPOK flag by software to detect that the synchronization of the LPTIM_RCR register content is finished. For that reason, the REPOK flag, when set, can generate an interrupt if its associated REPOKIE control bit in the LPTIM_IER register is set.

Note: After a write to the LPTIM_RCR register, a new write operation to the same register can only be performed when the previous write operation is completed. Any successive writes before the REPOK flag is set, lead to unpredictable results.

Caution: When using repetition counter with PRELOAD = 0, LPTIM_RCR register must be changed at least five counter cycles before the autoreload match event, otherwise an unpredictable behavior may occur.

26.4.17 Debug mode

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

For further details, refer to section debug support (DBG).

26.5 LPTIM low-power modes

Table 190. 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 26.3: LPTIM implementation ).
StandbyThe LPTIM peripheral is powered down and must be reinitialized after exiting Standby mode.

26.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 is set after that its corresponding flag in the LPTIM_ISR register (status register) is set, the interrupt is not asserted.

Table 191. 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.

Table 191. Interrupt events (continued)

Interrupt eventDescription
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.
Update EventInterrupt flag is raised when the repetition counter underflows (or contains zero) and the LPTIM counter overflows.
Repetition register update OkREPOK is set by hardware to inform application that the APB bus write operation to the LPTIM_RCR register has been successfully completed.

26.7 LPTIM registers

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

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

26.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.REP OKUEDOWNUPARR OKCMP OKEXT TRIGARRMCMPM
rrrrrrrrr

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

Bit 8 REPOK : Repetition register update Ok

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

Bit 7 UE : LPTIM update event occurred

UE is set by hardware to inform application that an update event was generated. UE flag can be cleared by writing 1 to the UECF bit in the LPTIM_ICR register.

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. Refer to Section 26.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 UPCF bit in the LPTIM_ICR register.

Note: If the LPTIM does not support Encoder mode feature, this bit is reserved. Refer to Section 26.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.

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.

26.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.REPOK
CF
UECFDOWN
CF
UPCFARRO
KCF
CMPO
KCF
EXTTR
IGCF
ARRM
CF
CMPM
CF
wwwwwwwww

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

Bit 8 REPOKCF : Repetition register update OK clear flag

Writing 1 to this bit clears the REPOK flag in the LPTIM_ISR register.

Bit 7 UECF : Update event clear flag

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

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. Refer to Section 26.3 .

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. Refer to Section 26.3.

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 CMP flag in the LPTIM_ISR register

26.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.REPOKIEUEIEDOWNIEUPIEARROKIECMPOKIEEXTTRIGIEARRMIECMPMIE
rwrwrwrwrwrwrwrwrw

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

Bit 8 REPOKIE : Repetition register update OK interrupt Enable

0: Repetition register update OK interrupt disabled

1: Repetition register update OK interrupt enabled

Bit 7 UEIE : Update event interrupt enable

0: Update event interrupt disabled

1: Update event interrupt enabled

Bit 6 DOWNIE : Direction change to down Interrupt Enable

0: DOWN interrupt disabled

1: DOWN interrupt enabled

Note: If the LPTIM does not support Encoder mode feature, this bit is reserved. Refer to Section 26.3.

Bit 5 UPIE : Direction change to UP Interrupt Enable

0: UP interrupt disabled

1: UP interrupt enabled

Note: If the LPTIM does not support Encoder mode feature, this bit is reserved. Refer to Section 26.3.

Bit 4 ARROKIE : Autoreload register update OK Interrupt Enable

0: ARROK interrupt disabled

1: ARROK interrupt enabled

  1. Bit 3 CMPOKIE : Compare register update OK Interrupt Enable
    0: CMPOK interrupt disabled
    1: CMPOK interrupt enabled
  2. Bit 2 EXTTRIGIE : External trigger valid edge Interrupt Enable
    0: EXTTRIG interrupt disabled
    1: EXTTRIG interrupt enabled
  3. Bit 1 ARRMIE : Autoreload match Interrupt Enable
    0: ARRM interrupt disabled
    1: ARRM interrupt enabled
  4. Bit 0 CMPMIE : Compare match Interrupt Enable
    0: CMPM interrupt disabled
    1: CMPM interrupt enabled

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

26.7.4 LPTIM configuration register (LPTIM_CFGR)

Address offset: 0x00C

Reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.ENCCOUNT
MODE
PRE
LOAD
WAV
POL
WAVETIMOUTTRIGEN[1:0]Res.
rwrwrwrwrwrwrwrw

1514131211109876543210
TRIGSEL[2:0]Res.PRESC[2:0]Res.TRGFLT[1:0]Res.CKFLT[1:0]CKPOL[1:0]CKSEL
rwrwrwrwrwrwrwrwrwrwrwrwrw

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. Refer to Section 26.3.

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, LPTIM_RCR 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_CCRx registers

1: The LPTIM output reflects the inverse of the compare results between LPTIM_CNT and LPTIM_CCRx 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 is ignored

1: A trigger event arriving when the timer is already started resets and restarts the LPTIM counter and the repetition 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 serves as a trigger event for the LPTIM among the below 8 available sources:

000: lptim_ext_trig0

001: lptim_ext_trig1

010: lptim_ext_trig2

011: lptim_ext_trig3

100: lptim_ext_trig4

101: lptim_ext_trig5

110: lptim_ext_trig6

111: lptim_ext_trig7

See Section 26.4.3: LPTIM input and 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:

000: /1

001: /2

010: /4

011: /8

100: /16

101: /32

110: /64

111: /128

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 are 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

00: Any trigger active level change is considered as a valid trigger

01: Trigger active level change must be stable for at least 2 clock periods before it is considered as valid trigger.

10: Trigger active level change must be stable for at least 4 clock periods before it is considered as valid trigger.

11: Trigger active level change must be stable for at least 8 clock periods before it is considered as valid trigger.

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 are 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

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 26.4.15: Encoder mode for more details about Encoder sub-modes.

Bit 0 CKSEL: Clock selector

The CKSEL bit selects which clock source the LPTIM uses:

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

26.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.RSTARECOUNTRSTCNTSTRTSNGSTRTENABLE
rwrsrwrwrw

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

Bit 4 RSTARE : Reset after read enable

This bit is set and cleared by software. When RSTARE is set to '1', any read access to LPTIM_CNT register asynchronously resets 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 triggers 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 can 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 must 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 does 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 is 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 stops at the following match between LPTIM_ARR and LPTIM_CNT registers.

This bit can only be set when the LPTIM is enabled. It is 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

26.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).

26.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).

26.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
rrrrrrrrrrrrrrrr
CNT[15:0]

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

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

When the LPTIM is running, reading the LPTIM_CNT register may return unreliable values. In this case it is necessary to perform consecutive reads until two returned values are identical.

26.7.9 LPTIM1 option register (LPTIM1_OR)

Address offset: 0x020

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.Res.Res.Res.OR_1OR_0
rwrw

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

Bit 1 OR_1 : Option register bit 1

Bit 0 OR_0 : Option register bit 0

26.7.10 LPTIM2 option register (LPTIM2_OR)

Address offset: 0x020

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.Res.Res.Res.OR_1OR_0
rwrw

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

Bits 1:0 OR_[1:0]:

00: Input 1 is connected to I/O

01: Input 1 is connected to COMP1_OUT

10: Input 1 is connected to COMP2_OUT

11: Input 1 is connected to COMP1_OUT OR COMP2_OUT

26.7.11 LPTIM3 option register (LPTIM3_OR)

Address offset: 0x020

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.Res.Res.Res.OR_1OR_0
rwrw

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

Bits 1:0 OR_[1:0]:

00: Input 1 is connected to I/O

01: Input 1 is connected to COMP1_OUT

10: Input 1 is connected to COMP2_OUT

11: Input 1 is connected to COMP1_OUT OR COMP2_OUT

26.7.12 LPTIM repetition register (LPTIM_RCR)

Address offset: 0x028

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.REP[7:0]
rwrwrwrwrwrwrwrw

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

Bits 7:0 REP[7:0] : Repetition register value

REP is the repetition value for the LPTIM.

Caution: The LPTIM_RCR register must only be modified when the LPTIM is enabled (ENABLE bit set to 1). When using repetition counter with PRELOAD = 0, LPTIM_RCR register must be changed at least five counter cycles before the auto reload match event, otherwise an unpredictable behavior may occur.

26.7.13 LPTIM register map

The following table summarizes the LPTIM registers.

Table 192. 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.REPOKUEDOWN (1)UP (1)ARROKCMPKOKEXTRIGARRMCMPM
Reset value000000000
0x004LPTIM_ICRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.REPOKCFUECFDOWNCF (1)UPCF (1)ARROKCFCMPKOKCFEXTRIGCFARRMCFCMPMCF
Reset value000000000
0x008LPTIM_IERRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.REPOKIEUEIEDOWNIE (1)UPIE (1)ARROKIECMPKOKIEEXTRIGIEARRMIECMPMIE
Reset value000000000
0x00CLPTIM_CFGRRes.Res.Res.Res.Res.Res.Res.ENC (1)COUNTMODEPRELOADWAVPOLWAVETIMOUTTRIGENRes.TRIGSEL[2:0]Res.Res.Res.Res.PRESCRes.Res.TRGFLTRes.Res.CKFLTCKPOLCKSEL
Reset value00000000000000000000
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.RSTARECOUNTRSTCNTSTRTSNGSTRTENABLE
Reset value00000
STMicroelectronics logo
STMicroelectronics logo

Table 192. LPTIM register map and reset values (continued)

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x014LPTIM_CMPCMP[15:0]
Reset value00000000000000000000000000000000
0x018LPTIM_ARRARR[15:0]
Reset value00000000000000000000000000000001
0x01CLPTIM_CNTCNT[15:0]
Reset value00000000000000000000000000000000
0x020LPTIM1_ORRes.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.OR_1 1OR_0
Reset value00
0x020LPTIM2_ORRes.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.OR_1 1OR_0
Reset value00
0x020LPTIM3_ORRes.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.OR_1 1OR_0
Reset value00
0x028LPTIM_RCRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.REP[7:0]
Reset value00000000
  1. 1. If LPTIM does not support Encoder mode feature, this bit is reserved. Refer to Section 26.3: LPTIM implementation .

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