6. Power control (PWR)

6.1 Power supplies

The device requires a 1.8-to-3.6 V \( V_{DD} \) operating voltage supply.

An embedded linear voltage regulator is used to supply the internal digital power, ranging from 1.2 to 1.8 V.

\( V_{DD} \) is the external power supply for I/Os and internal regulator. It is provided externally through \( V_{DD} \) pins

\( V_{CORE} \) is the power supply for digital peripherals, SRAM and Flash memory. It is generated by a internal voltage regulator. Three \( V_{CORE} \) ranges can be selected by software depending on \( V_{DD} \) (refer Figure 11 ).

\( V_{DDA} \) is the external analog power supply for ADC, reset blocks, RC oscillators and PLL. For category 1 devices in low-pin count packages, \( V_{DDA} \) is bonded to \( V_{DD} \) (refer to the corresponding datasheets for more details).

Figure 10. Power supply overview

Figure 10. Power supply overview diagram showing the internal power domains and their connections to external pins.

The diagram illustrates the internal power supply architecture of the device. It shows three main power domains and their connections to external pins:

The Voltage regulator is connected to the VDD domain and the VCore domain. The Standby circuitry is also connected to the VDD domain. The diagram is labeled with the code MSV46193V1.

Figure 10. Power supply overview diagram showing the internal power domains and their connections to external pins.
  1. 1. \( V_{DDA} \) and \( V_{SSA} \) must be connected to \( V_{DD} \) and \( V_{SS} \) , respectively.
  2. 2. Depending on the operating power supply range used, some peripherals may be used with limited features or performance. For more details, please refer to section "General operating conditions" in STM32L010xx datasheets.

6.1.1 Independent A/D converter supply

To improve conversion accuracy, the ADC has an independent power supply that can be filtered separately, and shielded from noise on the PCB.

Note: For category 1 devices in 14-pin package, \( V_{DDA} \) is internally connected to \( V_{DD} \) .

6.1.2 RTC and RTC backup registers

The real-time clock (RTC) is an independent BCD timer/counter. The RTC provides a time-of-day clock/calendar, two programmable alarm interrupts, and a periodic programmable wakeup flag with interrupt capability. The RTC contains 5 backup data registers (20 bytes). These backup registers are reset when a tamper detection event occurs. For more details refer to Real-time clock (RTC) section.

RTC registers access

After reset, the RTC Registers (RTC registers and RTC backup registers) are protected against possible stray write accesses. To enable access to the RTC Registers, proceed as follows:

  1. 1. Enable the power interface clock by setting the PWREN bits in the RCC_APB1ENR register.
  2. 2. Set the DBP bit in the PWR_CR register (see Section 6.4.1 ).
  3. 3. Select the RTC clock source through RTCSEL[1:0] bits in RCC_CSR register.
  4. 4. Enable the RTC clock by programming the RTCEN bit in the RCC_CSR register.

6.1.3 Voltage regulator

An embedded linear voltage regulator supplies all the digital circuitries except for the Standby circuitry. The regulator output voltage ( \( V_{CORE} \) ) can be programmed by software to three different ranges within 1.2 - 1.8 V (typical) (see Section 6.1.4 ).

The voltage regulator is always enabled after Reset. It works in three different modes: main (MR), low-power (LPR) and power-down, depending on the application modes.

6.1.4 Dynamic voltage scaling management

The dynamic voltage scaling is a power management technique which consists in increasing or decreasing the voltage used for the digital peripherals ( \( V_{CORE} \) ), according to the circumstances.

Dynamic voltage scaling to increase \( V_{CORE} \) is known as overvolting. It allows improving the device performance. Refer to Figure 11 for a description of the device operating conditions versus CPU performance and to the datasheet electrical characteristics for ADC clock frequency versus dynamic range.

Dynamic voltage scaling to decrease \( V_{CORE} \) is known as undervolting. It is performed to save power, particularly in laptops and other mobile devices where the energy comes from a battery and is thus limited.

Range 1

Range 1 is the “high performance” range.

The voltage regulator outputs a 1.8 V voltage (typical). Flash program and erase operations can be performed in this range.

When \( V_{DD} \) is below 2.0 V, the CPU frequency changes from initial to final state must respect the following conditions:

Range 2 and 3

The regulator can also be programmed to output a regulated 1.5 V (typical, range 2) or a 1.2 V (typical, range 3) without any limitations on \( V_{DD} \) (1.8 to 3.6 V).

Refer to Table 29 for details on the performance for each range.

Table 29. Performance versus \( V_{CORE} \) ranges

CPU performancePower performance\( V_{CORE} \) rangeTypical Value (V)Max frequency (MHz)\( V_{DD} \) range
1 WS0 WS
HighLow11.832161.8 - 3.6
MediumMedium21.5168
LowHigh31.24.24.2
Figure 11. Performance versus\( V_{DD} \) and \( V_{CORE} \) range Figure 11: Performance versus VDD and VCORE range. A bar chart showing the relationship between VCORE voltage, clock frequency (MHz), and voltage regulator ranges. The Y-axis represents frequency in MHz (4, 8, 12, 16, 24, 32). The X-axis represents VCORE voltage (1.2 V, 1.5 V, 1.8 V). The legend indicates Range 1 (white), Range 2 (grey), and Range 3 (light grey).
VCORE (V)RangeMax Frequency (MHz)WSCondition
1.2Range 34.20WS
1.5Range 2161WS\( F_{CPU} > 8 \) MHz
1.5Range 280WS
1.8Range 1321WS\( F_{CPU} > 16 \) MHz
1.8Range 1160WS
Figure 11: Performance versus VDD and VCORE range. A bar chart showing the relationship between VCORE voltage, clock frequency (MHz), and voltage regulator ranges. The Y-axis represents frequency in MHz (4, 8, 12, 16, 24, 32). The X-axis represents VCORE voltage (1.2 V, 1.5 V, 1.8 V). The legend indicates Range 1 (white), Range 2 (grey), and Range 3 (light grey).

6.1.5 Dynamic voltage scaling configuration

The following sequence is required to program the voltage regulator ranges:

  1. 1. Check \( V_{DD} \) to identify which ranges are allowed (see Figure 11: Performance versus \( V_{DD} \) and \( V_{CORE} \) range ).
  2. 2. Poll VOSF bit of in PWR_CSR. Wait until it is reset to 0.
  3. 3. Configure the voltage scaling range by setting the VOS[1:0] bits in the PWR_CR register.
  4. 4. Poll VOSF bit of in PWR_CSR register. Wait until it is reset to 0.

Note: During voltage scaling configuration, the system clock is stopped until the regulator is stabilized (VOSF=0). This must be taken into account during application development, in case a critical reaction time to interrupt is needed, and depending on peripheral used (timer, communication,...).

6.1.6 Voltage regulator and clock management when modifying the \( V_{CORE} \) range

When \( V_{DD} \) is above 1.8 V, any of the 3 voltage ranges can be selected:

6.1.7 Voltage range and limitations when \( V_{DD} \) ranges from 1.8 V to 2.0 V

The STM32L010xx voltage regulator is based on an architecture designed for Ultra-low-power. It does not use any external capacitor. Such regulator is sensitive to fast changes of load. In this case, the output voltage is reduced for a short period of time. Considering that the core voltage must be higher than 1.8 V to ensure a 32 MHz operation, this phenomenon is critical for very low \( V_{DD} \) voltages (e.g. 1.8 V \( V_{DD} \) minimum value).

To guarantee 32 MHz operation at \( V_{DD} = 1.8 \text{ V} \pm 5\% \) , with 1 wait state, and \( V_{CORE} \) range 1, the CPU frequency in run mode must be managed to prevent any changes exceeding a ratio of 4 in one shot. A delay of 5 \( \mu\text{s} \) must be respected between 2 changes. There is no limitation when waking up from low-power mode.

6.2 Power supply supervisor

The device has an integrated zeropower power-on reset (POR)/power-down reset (PDR), coupled with a brownout reset (BOR) circuitry. The BOR is always active at power-on and ensures proper operation starting from 1.8 V. After the 1.8 V BOR threshold is reached, the option byte loading process starts, either to confirm or modify default thresholds, or to disable BOR permanently (in which case, the \( V_{DD} \) min value at power-down is set to \( V_{PDR} \) ).

Five BOR thresholds can be configured by option bytes, starting from 1.8 to 3 V. To reduce the power consumption in Stop mode, the internal voltage reference, \( V_{REFINT} \) , can be automatically switch off. The device remains in reset mode when \( V_{DD} \) is below a specified threshold, \( V_{POR} \) , \( V_{PDR} \) or \( V_{BOR} \) , without the need for any external reset circuit.

The different power supply supervisor (POR, PDR, BOR) are illustrated in Figure 12 .

Figure 12. Power supply supervisors

Figure 12: Power supply supervisors. A graph showing supply voltage (VDD/VDDA) over time. The voltage rises to a peak and then falls. Two reset signals are shown: BOR reset (NRST) and BOR/PDR reset (NRST). The BOR reset is active when the voltage is below the BOR threshold (V_BOR) with 100 mV hysteresis. The BOR/PDR reset is active when the voltage is below the POR/PDR threshold (V_POR/V_PDR). A legend indicates that the blue line represents 'BOR always active' and the black line represents 'BOR disabled by option byte'.

The figure illustrates the power supply supervisor behavior during a power cycle. The top graph shows the supply voltage \( V_{DD}/V_{DDA} \) rising from a low level to a peak and then falling. Two horizontal dashed lines represent the \( V_{BOR} \) threshold (with a 100 mV hysteresis band) and the \( V_{POR}/V_{PDR} \) threshold. Below the graph, two reset signal waveforms are shown. The \( BOR\ reset\ (NRST) \) signal is active (low) when the voltage is below \( V_{BOR} \) . The \( BOR/PDR\ reset\ (NRST) \) signal is active (low) when the voltage is below \( V_{POR}/V_{PDR} \) . A legend at the bottom indicates that the blue line represents 'BOR always active' and the black line represents 'BOR disabled by option byte'.

Figure 12: Power supply supervisors. A graph showing supply voltage (VDD/VDDA) over time. The voltage rises to a peak and then falls. Two reset signals are shown: BOR reset (NRST) and BOR/PDR reset (NRST). The BOR reset is active when the voltage is below the BOR threshold (V_BOR) with 100 mV hysteresis. The BOR/PDR reset is active when the voltage is below the POR/PDR threshold (V_POR/V_PDR). A legend indicates that the blue line represents 'BOR always active' and the black line represents 'BOR disabled by option byte'.
  1. 1. When the BOR is disabled by option byte, the reset is asserted when \( V_{DD} \) goes below PDR level

6.2.1 Power-on reset (POR)/power-down reset (PDR)

The device has an integrated POR/PDR circuitry that allows operation down to 1.5 V.

During power-on, the device remains in Reset mode when \( V_{DD}/V_{DDA} \) is below a specified threshold, \( V_{POR} \) , without the need for an external reset circuit. The POR feature is always enabled and the POR threshold is 1.5 V.

During power-down, the PDR keeps the device under reset when the supply voltage ( \( V_{DD} \) ) drops below the \( V_{PDR} \) threshold. The PDR feature is always enabled and the PDR threshold is 1.5 V.

The POR and PDR are used only when the BOR is disabled (see Section 6.2.2: Brownout reset (BOR) ). To insure the minimum operating voltage (1.8 V), the BOR should be configured to BOR Level 1. When the BOR is disabled, a “gray zone” exist between the minimum operating voltage (1.8 V) and the \( V_{POR}/V_{PDR} \) threshold. This means that \( V_{DD} \) can be lower than 1.8 V without device reset until the \( V_{PDR} \) threshold is reached.

For more details concerning the power-on/power-down reset threshold, refer to the electrical characteristics of the datasheet.

Figure 13. Power-on reset/power-down reset waveform

Figure 13: Power-on reset/power-down reset waveform. The graph shows the supply voltage (VDD/VDDA) rising and then falling over time. The rising edge is labeled 'POR' (Power-On Reset) and the falling edge is labeled 'PDR' (Power-Down Reset). A horizontal line at the bottom indicates the 'Reset' signal, which is active (low) during the rising edge and inactive (high) during the falling edge. A horizontal double-headed arrow between the rising and falling edges is labeled 'Temporization tRSTTEMPO'. The identifier 'MS32793V1' is in the bottom right corner.
Figure 13: Power-on reset/power-down reset waveform. The graph shows the supply voltage (VDD/VDDA) rising and then falling over time. The rising edge is labeled 'POR' (Power-On Reset) and the falling edge is labeled 'PDR' (Power-Down Reset). A horizontal line at the bottom indicates the 'Reset' signal, which is active (low) during the rising edge and inactive (high) during the falling edge. A horizontal double-headed arrow between the rising and falling edges is labeled 'Temporization tRSTTEMPO'. The identifier 'MS32793V1' is in the bottom right corner.

6.2.2 Brownout reset (BOR)

During power-on, the Brownout reset (BOR) keeps the device under reset until the supply voltage reaches the specified \( V_{BOR} \) threshold.

The BOR is always active at power-on and its threshold is 1.8 V.

Then when the system reset is released, the BOR level can be reconfigured or disabled by option byte loading.

If the BOR level is kept at the lowest level (1.8 V), the system reset is fully managed by the BOR and the product operating voltages are within safe ranges.

And when the BOR option is disabled by option byte, the power-down reset is controlled by the PDR and a “gray zone” exists between the 1.8 V and \( V_{PDR} \) .

\( V_{BOR} \) is configured through device option bytes. By default, the Level 4 threshold is activated. 5 programmable \( V_{BOR} \) thresholds can be selected.

When the supply voltage ( \( V_{DD} \) ) drops below the selected \( V_{BOR} \) threshold, a device reset is generated. When the \( V_{DD} \) is above the \( V_{BOR} \) upper limit the device reset is released and the system can start.

BOR can be disabled by programming the device option bytes. To disable the BOR function, \( V_{DD} \) must have been higher than \( V_{BOR0} \) to start the device option byte programming sequence. The power-on and power-down is then monitored by the POR and PDR (see Section 6.2.1: Power-on reset (POR)/power-down reset (PDR) )

The BOR threshold hysteresis is \( \sim 100 \) mV (between the rising and the falling edge of the supply voltage).

Figure 14. BOR thresholds

Figure 14. BOR thresholds: A graph showing the relationship between VDD/VDDA (Y-axis) and time (X-axis). The graph illustrates the BOR threshold and hysteresis. The Y-axis is labeled VDD/VDDA. The X-axis has a 'Reset' pulse indicated. The BOR threshold is shown as a horizontal dashed line. The hysteresis is indicated by a vertical double-headed arrow labeled '100mV hysteresis'. The graph shows a trapezoidal shape representing the voltage levels. The text 'MS32794V1' is visible in the bottom right corner of the graph area.
Figure 14. BOR thresholds: A graph showing the relationship between VDD/VDDA (Y-axis) and time (X-axis). The graph illustrates the BOR threshold and hysteresis. The Y-axis is labeled VDD/VDDA. The X-axis has a 'Reset' pulse indicated. The BOR threshold is shown as a horizontal dashed line. The hysteresis is indicated by a vertical double-headed arrow labeled '100mV hysteresis'. The graph shows a trapezoidal shape representing the voltage levels. The text 'MS32794V1' is visible in the bottom right corner of the graph area.

6.2.3 Internal voltage reference ( \( V_{REFINT} \) )

The internal reference ( \( V_{REFINT} \) ) provides stable voltage for analog peripherals. The functions managed through the internal voltage reference ( \( V_{REFINT} \) ) are BOR, ADC and comparators. The internal voltage reference ( \( V_{REFINT} \) ) is always enabled when one of these features is used.

The internal voltage reference consumption is not negligible, in particular in Stop and Standby mode. To reduce power consumption, the ULP bit (ultra-low-power) in the PWR_CR register can be set to disable the internal voltage reference. However, in this case, when exiting from the Stop/Standby mode, the functions managed through the internal voltage reference are not reliable during the internal voltage reference startup time (up to 3 ms).

To reduce the wakeup time, the device can exit from Stop/Standby mode without waiting for the internal voltage reference startup time. This is performed by setting the FWU bit (Fast wakeup) in the PWR_CR register before entering Stop/Standby mode.

If the ULP bit is set, the functions that were enabled before entering Stop/Standby mode will be disabled during these modes, and enabled again only after the end of the internal voltage reference startup time whatever FWU value. The VREFINTRDYF flag in the PWR_CSR register indicates that the internal voltage reference is ready.

When the device exits from low-power mode on an NRST pulse, it does not wait for internal voltage reference startup (even if ULP=1 and FWU=0). The application should check the VREFINTRDYF flag if necessary.

6.3 Low-power modes

By default, the microcontroller is in Run mode after a system or a power-on reset. In Run mode the CPU is clocked by HCLK and the program code is executed. Several low-power modes are available to save power when the CPU does not need to be kept running, for example when waiting for an external event. It is up to the user to select the mode that gives the best compromise between low-power consumption, performance, short startup time and available wakeup sources.

The devices feature five low-power modes:

In addition, the power consumption in Run mode can be reduced by one of the following means:

Table 30. Summary of low-power modes

Mode nameEntryWakeupEffect on V CORE domain clocksEffect on V DD domain clocksVoltage regulator
Low-power runLPSDSR and LPRUN bits + Clock settingThe regulator is forced in Main regulator (1.8 V)NoneNoneIn low-power mode
Sleep (Sleep now or Sleep-on-exit)WFI or Return from ISRAny interruptCPU CLK OFF no effect on other clocks or analog clock sourcesNoneON
WFEWakeup event
Low-power sleep (Sleep now or Sleep-on-exit)LPSDSR bits + WFI or Return from ISRAny interruptCPU CLK OFF no effect on other clocks or analog clock sources, Flash CLK OFFNoneIn low-power mode
LPSDSR bits + WFEWakeup event

Table 30. Summary of low-power modes (continued)

Mode nameEntryWakeupEffect on V CORE domain clocksEffect on V DD domain clocksVoltage regulator
StopPDDS, LPDSR or LPDS bits + SLEEPDEEP bit + WFI, Return from ISR or WFEAny EXTI line (configured in the EXTI registers, internal and external lines)All V CORE domain clocks OFFHSI16 (1) , HSE and MSI oscillators OFFIn low-power mode
StandbyPDDS bit + SLEEPDEEP bit + WFI, Return from ISR or WFEWKUP pin rising edge, RTC alarm (Alarm A or Alarm B), RTC Wakeup event, RTC tamper event, RTC timestamp event, external reset in NRST pin, IWDG resetOFF
StopPDDS, LPDS and LPDSR bits + SLEEPDEEP bit + WFI, Return from ISR or WFEAny EXTI line (configured in the EXTI registers, internal and external lines)All V CORE domain clocks OFFHSI16 (1) , HSE and MSI oscillators OFFIn low-power mode
StandbyPDDS bit + SLEEPDEEP bit + WFI, Return from ISR or WFEWKUP pin rising edge, RTC alarm (Alarm A or Alarm B), RTC Wakeup event, RTC tamper event, RTC timestamp event, external reset in NRST pin, IWDG resetOFF

1. HSI16 can run in Stop mode provided HSI16KERON is set in Clock control register (RCC_CR) .

6.3.1 Behavior of clocks in low-power modes

APB peripheral and DMA clocks can be disabled by software.

Sleep and Low-power sleep modes

The CPU clock is stopped in Sleep and Low-power sleep mode. The memory interface clocks (Flash memory and RAM interfaces) and all peripherals clocks can be stopped by software during Sleep. The memory interface clock is stopped and the RAM is in power-down when in Low-power sleep mode. The AHB to APB bridge clocks are disabled by hardware during Sleep/Low-power sleep mode when all the clocks of the peripherals connected to them are disabled.

Stop and Standby modes

The system clock and all high speed clocks are stopped in Stop and Standby modes:

When exiting this mode by an interrupt (Stop mode), the internal MSI or HSI16 can be selected as system clock. For both oscillators, their respective configuration (range and trimming) value is kept on Stop mode exit.

When exiting this mode by a reset (Standby mode), the internal MSI oscillator is selected as system clock. The range and the trimming value are reset to the default 2.1 MHz.

If a Flash program operation or an access to APB domain is ongoing, the Stop/Standby mode entry is delayed until the Flash memory or the APB access has completed.

6.3.2 Slowing down system clocks

In Run mode the speed of the system clocks (SYSCLK, HCLK, PCLK1, PCLK2) can be reduced by programming the prescaler registers. These prescalers can also be used to slow down peripherals before entering Sleep mode.

For more details refer to Section 7.3.3: Clock configuration register (RCC_CFGR) .

6.3.3 Peripheral clock gating

In Run mode, the HCLK and PCLKx for individual peripherals and memories can be stopped at any time to reduce power consumption.

To further reduce power consumption in Sleep mode the peripheral clocks can be disabled prior to executing the WFI or WFE instructions.

Peripheral clock gating is controlled by the AHB peripheral clock enable register (RCC_AHBENR), APB2 peripheral clock enable register (RCC_APB2ENR), APB1 peripheral clock enable register (RCC_APB1ENR) (see Section 7.3.12: AHB peripheral clock enable register (RCC_AHBENR) , Section 7.3.14: APB1 peripheral clock enable register (RCC_APB1ENR) and Section 7.3.13: APB2 peripheral clock enable register (RCC_APB2ENR) ).

Disabling the peripherals clocks in Sleep mode can be performed automatically by resetting the corresponding bit in RCC_AHBLPENR and RCC_APBxLPENR registers (x can 1 or 2).

6.3.4 Low-power run mode (LP run)

To further reduce the consumption when the system is in Run mode, the regulator can be configured in low-power mode. In this mode, the system frequency should not exceed f_MSI range1.

Please refer to the product datasheet for more details on voltage regulator and peripherals operating conditions.

Note: To be able to read the RTC calendar register when the APB1 clock frequency is less than seven times the RTC clock frequency ( \( 7 imes ext{RTCLCK} \) ), the software must read the calendar time and date registers twice.

If the second read of the RTC_TR gives the same result as the first read, this ensures that the data is correct. Otherwise a third read access must be done.

Low-power run mode can only be entered when V CORE is in range 2. In addition, the dynamic voltage scaling must not be used when Low-power run mode is selected. Only Stop and Sleep modes with regulator configured in low-power mode is allowed when Low-power run mode is selected.

Note: In Low-power run mode, all I/O pins keep the same state as in Run mode.

Entering Low-power run mode

To enter Low-power run mode proceed as follows:

  1. 1. Each digital IP clock must be enabled or disabled by using the RCC_APBxENR and RCC_AHBENR registers.
  2. 2. The frequency of the system clock must be decreased to not exceed the frequency of f_MSI range1.
  3. 3. The regulator is forced in low-power mode by software (LPRUN and LPSDSR bits set)

Exiting Low-power run mode

To exit Low-power run mode proceed as follows:

  1. 1. The regulator is forced in Main regulator mode by software.
  2. 2. The Flash memory is switched on, if needed.
  3. 3. The frequency of the clock system can be increased.

6.3.5 Entering low-power mode

Low-power modes (except for Low-power run mode) are entered by executing the WFI (Wait For Interrupt) or WFE (Wait for Event) instructions, or when the SLEEPONEXIT bit in Cortex ® -M0+ System Control register is set on Return from ISR.

Entering low-power mode through WFI or WFE will be executed only if no interrupt and no event is pending.

6.3.6 Exiting low-power mode

The microcontroller exits from Sleep and Stop mode depending on the way the mode was entered:

6.3.7 Sleep mode

I/O states in Sleep mode

In Sleep mode, all I/O pins keep the same state as in Run mode.

Entering Sleep mode

The Sleep mode is entered according to Section 6.3.5: Entering low-power mode .

Refer to Table 31: Sleep-now and Table 32: Sleep-on-exit for details on how to enter Sleep mode.

Exiting Sleep mode

The Sleep mode is exited according to Section 6.3.6: Exiting low-power mode .

Refer to Table 31: Sleep-now and Table 32: Sleep-on-exit for more details on how to exit Sleep mode.

Table 31. Sleep-now

Sleep-now modeDescription
Mode entry

WFI (Wait for Interrupt) or WFE (Wait for Event) while:

  • – SLEEPDEEP = 0 and
  • – No interrupt (for WFI) or event (for WFE) is pending

Refer to the Cortex®-M0+ System Control register (see PM0223 programming manual).

On return from ISR while:

  • – SLEEPDEEP = 0 and
  • – SLEEPONEXIT = 1 and
  • – No interrupt is pending

Refer to the Cortex®-M0+ System Control register (see PM0223 programming manual).

Mode exit

If WFI or return from ISR was used for entry:

Interrupt: refer to Table 49: List of vectors

If WFE was used for entry and SVONPEND = 0

Wakeup event: refer to Section 12.3.2: Wakeup event management

If WFE was used for entry and SVONPEND = 1

Interrupt event when disabled in NVIC (refer to Table 49: List of vectors ) or wakeup event (refer to Section 12.3.2: Wakeup event management )

Wakeup latencyNone

Table 32. Sleep-on-exit

Sleep-on-exitDescription
Mode entry

WFI (wait for interrupt) while:

  • – SLEEPDEEP = 0 and
  • – No interrupt (for WFI) or event (for WFE) is pending

Refer to the Cortex®-M0+ System Control register (see PM0223 programming manual).

On return from ISR while:

  • – SLEEPDEEP = 0 and
  • – SLEEPONEXIT = 1 and
  • – No interrupt is pending

Refer to the Cortex®-M0+ System Control register (see PM0223 programming manual).

Mode exitInterrupt: refer to Table 49: List of vectors
Wakeup latencyNone

6.3.8 Low-power sleep mode (LP sleep)

I/O states in Low-power sleep mode

In Low-power sleep mode, all I/O pins keep the same state as in Run mode.

Entering Low-power sleep mode

To enter Low-power sleep mode, proceed as follows:

  1. 1. The Flash memory can be switched off by using the control bits (SLEEP_PD in the FLASH_ACR register. This reduces power consumption but increases the wake-up time.
  2. 2. Each digital IP clock must be enabled or disabled by using the RCC_APBxENR and RCC_AHBENR registers.
  3. 3. The frequency of the system clock must be decreased.
  4. 4. The regulator is forced in low-power mode by software (LPSDSR bits set).
  5. 5. Follow the steps described in Section 6.3.5: Entering low-power mode .

Refer to Table 33: Sleep-now (Low-power sleep) and Table 34: Sleep-on-exit (Low-power sleep) for details on how to enter Low-power sleep mode.

In Low-power sleep mode, the Flash memory can be switched off and the RAM memory remains available.

In this mode, the system frequency should not exceed f_MSI range1.

Please refer to product datasheet for more details on voltage regulator and peripherals operating conditions.

Low-power sleep mode can only be entered when V CORE is in range 2.

Note: To be able to read the RTC calendar register when the APB1 clock frequency is less than seven times the RTC clock frequency ( \( 7 \times \text{RTCLCK} \) ), the software must read the calendar time and date registers twice.

If the second read of the RTC_TR gives the same result as the first read, this ensures that the data is correct. Otherwise a third read access must be done.

Exiting Low-power sleep mode

The Low-power sleep mode is exited according to Section 6.3.6: Exiting low-power mode .

When exiting Low-power sleep mode by issuing an interrupt or a wakeup event, the regulator is configured in Main regulator mode, the Flash memory is switched on (if necessary), and the system clock can be increased.

When the voltage regulator operates in low-power mode, an additional startup delay is incurred when waking up from Low-power sleep mode.

Refer to Table 33: Sleep-now (Low-power sleep) and Table 34: Sleep-on-exit (Low-power sleep) for more details on how to exit Sleep low-power mode.

Table 33. Sleep-now (Low-power sleep)

Sleep-now modeDescription
Mode entry

Voltage regulator in low-power mode and the Flash memory switched off
WFI (Wait for Interrupt) or WFE (wait for event) while:

  • – SLEEPDEEP = 0 and
  • – No interrupt (for WFI) or event (for WFE) is pending

Refer to the Cortex ® -M0+ System Control register (see PM0223 programming manual).

On return from ISR while:

  • – SLEEPDEEP = 0 and
  • – SLEEPONEXIT = 1 and
  • – No interrupt is pending

Refer to the Cortex ® -M0+ System Control register (see PM0223 programming manual).

Mode exit

Voltage regulator in Main regulator mode and the Flash memory switched on
If WFI or Return from ISR was used for entry:
Interrupt: Refer to Table 49: List of vectors

If WFE was used for entry and SEVONPEND = 0
Wakeup event: Refer to Section 12.3.2: Wakeup event management

If WFE was used for entry and SVONPEND = 1
Interrupt event when disabled in NVIC (refer to Table 49: List of vectors ) or wakeup event (refer to Section 12.3.2: Wakeup event management )

Wakeup latencyRegulator wakeup time from low-power mode
Table 34. Sleep-on-exit (Low-power sleep)
Sleep-on-exitDescription
Mode entry

WFI (wait for interrupt) while:

  • – SLEEPDEEP = 0 and
  • – No interrupt (for WFI) or event (for WFE) is pending

Refer to the Cortex®-M0+ System Control register (see PM0223 programming manual).

On return from ISR while:

  • – SLEEPDEEP = 0 and
  • – SLEEPONEXIT = 1 and
  • – No interrupt is pending

Refer to the Cortex®-M0+ System Control register (see PM0223 programming manual).

Mode exitInterrupt: refer to Table 49: List of vectors .
Wakeup latencyregulator wakeup time from low-power mode

6.3.9 Stop mode

The Stop mode is based on the Cortex®-M0+ DeepSleep mode combined with peripheral clock gating. The voltage regulator can be configured either in normal or low-power mode. In Stop mode, all clocks in the V CORE domain are stopped, the PLL, the MSI, the HSI16 (except if HSI16KERON is set in Stop mode, see Section 7.3.1: Clock control register (RCC_CR) ) and the HSE RC oscillators are disabled. Internal SRAM and register contents are preserved.

To get the lowest consumption in Stop mode, the internal Flash memory also enters low-power mode. When the Flash memory is in power-down mode, an additional startup delay is incurred when waking up from Stop mode.

To minimize the consumption In Stop mode, V REFINT and BOR can be switched off before entering Stop mode. This functionality is controlled by the ULP bit in the PWR_CR register. If the ULP bit is set, the reference is switched off on Stop mode entry and enabled again on wakeup. .

I/O states in Low-power sleep mode

In Stop mode, all I/O pins keep the same state as in Run mode.

Entering Stop mode

Refer to Section 6.3.5: Entering low-power mode and to Table 35 for details on how to enter the Stop mode.

If the application needs to disable the external clock before entering Stop mode, the HSEON bit must be first disabled and the system clock switched to HSI16.

Otherwise, if the HSEON bit is kept enabled while external clock (external oscillator) can be removed before entering Stop mode, the clock security system (CSS) feature must be enabled to detect any external oscillator failure and avoid a malfunction behavior when entering Stop mode.

To further reduce power consumption in Stop mode, the internal voltage regulator can be put in low-power mode. This is configured by the LPSDSR or LPDS bit in the PWR_CR register (see Section 6.4.1 ). The internal voltage regulator can also be kept in Main mode but the consumption will be much higher. As a result, it is always implicitly assumed that the regulator is in low-power mode during Stop mode. The only advantage of keeping the regulator in Main mode is that the wakeup time from Stop mode is shorter.

If Flash memory programming or an access to the APB domain is ongoing, the Stop mode entry is delayed until the memory or APB access has completed.

In Stop mode, the following features can be selected by programming individual control bits:

The ADC can also consume power in Stop mode, unless they are disabled before entering it. To disable them, the ADDIS bit in the ADC_CR register must be set to 1.

Exiting Stop mode

Refer to Section 6.3.6: Exiting low-power mode and to Table 35 for details on how to exit Stop mode.

When exiting Stop mode by issuing an interrupt or a wakeup event, the MSI or HSI16 RC oscillator is selected as system clock depending the bit STOPWUCK in the RCC_CFGR register.

When the voltage regulator operates in low-power mode, an additional startup delay is incurred when waking up from Stop mode. By keeping the internal regulator ON during Stop mode, the consumption is higher although the startup time is reduced.

Table 35. Stop mode

Stop modeDescription

WFI (Wait for Interrupt) or WFE (Wait for Event) while:

  • – No interrupt (for WFI) or event (for WFE) is pending.
  • – SLEEPDEEP bit is set in Cortex ® -M0+ System Control register
  • – PDDS bit = 0 in Power Control register (PWR_CR)
  • – WUF bit = 0 in Power Control/Status register (PWR_CSR)
  • – MSI or HSI16 RC oscillator are selected as system clock for Stop mode exit by configuring the STOPWUCK bit in the RCC_CFGR register.

Note: To enter the Stop mode, all EXTI Line pending bits (in Section 12.5.6: EXTI pending register (EXTI_PR) ), all peripherals interrupt pending bits, the RTC Alarm (Alarm A and Alarm B), RTC wakeup, RTC tamper, and RTC time-stamp flags, must be reset. Otherwise, the Stop mode entry procedure is ignored and program execution continues.

Mode entry

On return from ISR while:

  • – No interrupt is pending.
  • – SLEEPDEEP bit is set in Cortex ® -M0+ System Control register
  • – SLEEPONEXIT = 1
  • – PDDS bit = 0 in Power Control register (PWR_CR)
  • – WUF bit = 0 in Power Control/Status register (PWR_CSR)
  • – MSI or HSI16 RC oscillator are selected as system clock for Stop mode exit by configuring the STOPWUCK bit in the RCC_CFGR register.

Note: To enter the Stop mode, all EXTI Line pending bits (in Section 12.5.6: EXTI pending register (EXTI_PR) ), all peripherals interrupt pending bits, the RTC Alarm (Alarm A and Alarm B), RTC wakeup, RTC tamper, and RTC time-stamp flags, must be reset. Otherwise, the Stop mode entry procedure is ignored and program execution continues.

Mode exit

If WFI or return from ISR was used for entry:

Any EXTI Line configured in Interrupt mode (the corresponding EXTI Interrupt vector must be enabled in the NVIC). Refer to Table 49: List of vectors .

If WFE was used for entry and SEVONPEND = 0

Any EXTI Line configured in event mode. Refer to Section 12.3.2: Wakeup event management on page 243

If WFE was used for entry and SEVONPEND = 1

Wakeup latencyMSI or HSI16 RC wakeup time + regulator wakeup time from Low-power mode + FLASH wakeup time

6.3.10 Standby mode

The Standby mode allows to achieve the lowest power consumption. It is based on the Cortex ® -M0+ DeepSleep mode, with the voltage regulator disabled. The V CORE domain is consequently powered off. The PLL, the MSI, the HSI16 oscillator and the HSE oscillator are also switched off. SRAM and register contents are lost except for the RTC registers, RTC backup registers and Standby circuitry (see Figure 10 ).

I/O states in Standby mode

In Standby mode, all I/O pins are high impedance except for:

Entering Standby mode

Refer to Section 6.3.5: Entering low-power mode and to Table 36 for details on how to enter Standby mode.

In Standby mode, the following features can be selected by programming individual control bits:

Exiting Standby mode

The microcontroller exits Standby mode when an external Reset (NRST pin), an IWDG Reset, a rising edge on WKUP pins (WKUP1, WKUP2 or WKUP3), an RTC alarm, a tamper event, or a time-stamp event is detected.

After waking up from Standby mode, program execution restarts in the same way as after a Reset (boot pins sampling, vector reset is fetched, etc.). The SBF status flag in the PWR_CSR register (see Section 6.4.2 ) indicates that the MCU was in Standby mode. All registers are reset to their default value after a system reset except for the register bits in the RTC domain (see Section 19.7: RTC registers , SBF status flag in the PWR power control/status register (PWR_CSR) , Control/status register (RCC_CSR) and Clock control register (RCC_CR) ).

Refer to Section 6.3.6: Exiting low-power mode and to Table 36 for more details on how to exit Standby mode.

Table 36. Standby mode

Standby modeDescription
Mode entry

WFI (Wait for Interrupt) or WFE (Wait for Event) while:

  • – SLEEPDEEP = 1 in Cortex®-M0+ System Control register
  • – PDDS = 1 bit in Power Control register (PWR_CR)
  • – No interrupt (for WFI) or event (for WFE) is pending.
  • – WUF = 0 bit in Power Control/Status register (PWR_CSR)
  • – the RTC flag corresponding to the chosen wakeup source (RTC Alarm A, RTC Alarm B, RTC wakeup, Tamper or Time-stamp flags) is cleared

On return from ISR while:

  • – SLEEPDEEP = 1 in Cortex®-M0+ System Control register
  • – SLEEPONEXIT = 1
  • – PDDS bit = 1 in Power Control register (PWR_CR)
  • – No interrupt is pending.
  • – WUF bit = 0 in Power Control/Status register (PWR_CSR)
  • – the RTC flag corresponding to the chosen wakeup source (RTC Alarm A, RTC Alarm B, RTC wakeup, Tamper or Time-stamp flags) is cleared.
Mode exitWKUP pin rising edge, RTC alarm (Alarm A and Alarm B), RTC wakeup, tamper event, time-stamp event, external reset in NRST pin, IWDG reset.
Wakeup latencyReset phase

Debug mode

By default, the debug connection is lost if the application puts the MCU in Stop or Standby mode while the debug features are used. This is due to the fact that the Cortex®-M0+ core is no longer clocked.

However, by setting some configuration bits in the DBG_CR register, the software can be debugged even when using the low-power modes extensively. For more details, refer to Section 24.9.1: Debug support for low-power modes .

6.3.11 Waking up the device from Stop and Standby modes using the RTC

The MCU can be woken up from low-power mode by an RTC Alarm event, an RTC Wakeup event, a tamper event or a time-stamp event, without depending on an external interrupt (Auto-wakeup mode).

These RTC alternate functions can wake up the system from Stop and Standby low-power modes.

The system can also wake up from low-power modes without depending on an external interrupt (Auto-wakeup mode) by using the RTC alarm or the RTC wakeup events.

The RTC provides a programmable time base for waking up from Stop or Standby mode at regular intervals. For this purpose, two of the three alternative RTC clock sources can be selected by programming the RTCSEL[1:0] bits in the RCC_CSR register (see Section 7.3.20 ):

RTC auto-wakeup (AWU) from the Stop mode

RTC auto-wakeup (AWU) from the Standby mode

6.4 Power control registers

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

6.4.1 PWR power control register (PWR_CR)

Address offset: 0x00

Reset value: 0x0000 1000 (reset by wakeup from Standby mode)

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.LPDS
rw
1514131211109876543210
Res.LPRUNDS_EE_KOFFVOS[1:0]FWUULPDBPRes.Res.Res.Res.CSBFCWUFPDDSLPSDSR
rwrwrwrwrwrwrwrc_w1rc_w1rwrw

Bits 31:17 Reserved, always read as 0.

Bit 16 LPDS : Regulator in Low-power deepsleep mode

This bit allows switching the regulator to low-power mode when the CPU enters Stop mode. Its behavior depends on LPSDSR bit.

0: Voltage regulator in Main mode during Deepsleep mode (Stop mode)

1: Voltage regulator switches to low-power mode when the CPU enters Deepsleep mode (Stop mode).

The regulator goes back to Main mode when the CPU exits from Deepsleep mode.

Note: The LPDS bit is available on category 1 devices only.

Bit 15 Reserved, always read as 0.

Bit 14 LPRUN : Low-power run mode

When LPRUN bit is set together with the LPSDSR bit, the regulator is switched from Main mode to low-power mode. Otherwise, it remains in Main mode. The regulator goes back to operate in Main mode when LPRUN is reset.

If this bit is set (with LPSDSR bit set) and the CPU enters sleep or Deepsleep mode (LP sleep or Stop mode), then, when the CPU wakes up from these modes, it enters Run mode but with LPRUN bit set. To enter again Low-power run mode, it is necessary to perform a reset and set LPRUN bit again.

It is forbidden to reset LPSDSR when the MCU is in Low-power run mode. LPSDSR is used as a prepositioning for the entry into low-power mode, indicating to the system which configuration of the regulator will be selected when entering low-power mode. The LPSDSR bit must be set before the LPRUN bit is set. LPSDSR can be reset only when LPRUN bit=0.

0: Voltage regulator in Main mode in Low-power run mode

1: Voltage regulator in low-power mode in Low-power run mode

Bit 13 DS_EE_KOFF : Deepsleep mode with non-volatile memory kept off

When entering low-power mode (Stop or Standby only), if DS_EE_KOFF and RUN_PD bits are both set in FLASH_ACR register (refer to Section 3.7.1: Access control register (FLASH_ACR) ), the non-volatile memory (Flash program memory and data EEPROM) will not be woken up when exiting from Deepsleep mode.

0: NVM woken up when exiting from Deepsleep mode even if the bit RUN_PD is set

1: NVM not woken up when exiting from low-power mode (if the bit RUN_PD is set)

Bits 12:11 VOS[1:0] : Voltage scaling range selection

These bits are used to select the internal regulator voltage range.

Before resetting the power interface by resetting the PWRRST bit in the

RCC_APB1RSTR register, these bits have to be set to '10' and the frequency of the system has to be configured accordingly.

00: forbidden (bits are unchanged and keep the previous value, no voltage change occurs)

01: 1.8 V (range 1)

10: 1.5 V (range 2)

11: 1.2 V (range 3)

Bit 10 FWU : Fast wakeup

This bit works in conjunction with ULP bit.

If ULP = 0, FWU is ignored

If ULP = 1 and FWU = 1: V REFINT startup time is ignored when exiting from low-power mode. The VREFINTRDYF flag in the PWR_CSR register indicates when the V REFINT is ready again.

If ULP=1 and FWU = 0: Exiting from low-power mode occurs only when the V REFINT is ready (after its startup time). This bit is not reset by resetting the PWRRST bit in the RCC_APB1RSTR register.

0: Low-power modes exit occurs only when V REFINT is ready

1: V REFINT start up time is ignored when exiting low-power modes

Bit 9 ULP : Ultra-low-power mode

When set, the V REFINT is switched off in low-power mode. The BOR also relies on the voltage reference. This bit is not reset by resetting the PWRRST bit in the RCC_APB1RSTR register.

0: V REFINT is on in low-power mode

1: V REFINT is off in low-power mode

Bit 8 DBP : Disable backup write protection

In reset state, the RTC, RTC backup registers and RCC CSR register are protected against parasitic write access. This bit must be set to enable write access to these registers.

0: Access to RTC, RTC Backup and RCC CSR registers disabled

1: Access to RTC, RTC Backup and RCC CSR registers enabled

Note: If the HSE divided by 2, 4, 8 or 16 is used as the RTC clock, this bit must remain set to 1.

Bits 7:4 Reserved, always read as 0.

Bit 3 CSBF : Clear standby flag

This bit is always read as 0.

0: No effect

1: Clear the SBF Standby flag (write).

Bit 2 CWUF : Clear wakeup flag

This bit is always read as 0.

0: No effect

1: Clear the WUF Wakeup flag after 2 system clock cycles

Bit 1 PDDS : Power-down deepsleep

This bit is set and cleared by software.

0: Enter Stop mode when the CPU enters Deepsleep.

1: Enter Standby mode when the CPU enters Deepsleep.

Bit 0 LPDSR : Low-power deepsleep/Sleep/Low-power run

– DeepSleep/Sleep modes

When this bit is set, the regulator switches in low-power mode when the CPU enters sleep or Deepsleep mode. The regulator goes back to Main mode when the CPU exits from these modes.

– Low-power run mode

When this bit is set, the regulator switches in low-power mode when the bit LPRUN is set. The regulator goes back to Main mode when the bit LPRUN is reset.

This bit is set and cleared by software.

0: Voltage regulator on during Deepsleep/Sleep/Low-power run mode

1: Voltage regulator in low-power mode during Deepsleep/Sleep/Low-power run mode

Note: If the sequence below is executed:

1) Low-power run

2) Low-power sleep

3) Run

4) Low-power run

after returning from Low-power deepsleep/Sleep mode (step 2), the regulator goes back to Main mode (step 3). Then to switch to Low-power run mode (step 4), it is necessary to perform a reset and set LPDSR bit again.

6.4.2 PWR power control/status register (PWR_CSR)

Address offset: 0x04

Reset value: 0x0000 0008 (not reset by wakeup from Standby mode)

Additional APB cycles are needed to read this register versus a standard APB read.

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.EWUP3EWUP2EWUP1Res.Res.REG LPFVOSFVREFIN TRDYFRes.SBFWUF
rwrwrwrrrrr

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

Bit 10 EWUP3 : Enable WKUP pin 3

This bit is set and cleared by software.

0: WKUP pin 3 is used for general purpose I/Os. An event on the WKUP pin 3 does not wakeup the device from Standby mode.

1: WKUP pin 3 is used for wakeup from Standby mode and forced in input pull down configuration (rising edge on WKUP pin 3 wakes-up the system from Standby mode).

Note: This bit is reset by a system reset.

Bit 9 EWUP2 : Enable WKUP pin 2

This bit is set and cleared by software.

0: WKUP pin 2 is used for general purpose I/Os. An event on the WKUP pin 2 does not wakeup the device from Standby mode.

1: WKUP pin 2 is used for wakeup from Standby mode and forced in input pull down configuration (rising edge on WKUP pin 2 wakes-up the system from Standby mode).

Note: This bit is reset by a system reset.

Bit 8 EWUP1 : Enable WKUP pin 1

This bit is set and cleared by software.

0: WKUP pin 1 is used for general purpose I/Os. An event on the WKUP pin 1 does not wakeup the device from Standby mode.

1: WKUP pin 1 is used for wakeup from Standby mode and forced in input pull down configuration (rising edge on WKUP pin 1 wakes-up the system from Standby mode).

Note: This bit is reset by a system reset.

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

Bit 5 REGLPF : Regulator LP flag

This bit is set by hardware when the MCU is in Low-power run mode.

When the MCU exits from Low-power run mode, this bit stays at 1 until the regulator is ready in Main mode. A polling on this bit is recommended to wait for the regulator Main mode. This bit is reset by hardware when the regulator is ready.

0: Regulator is ready in Main mode

1: Regulator voltage is in low-power mode

Bit 4 VOSF : Voltage Scaling select flag

A delay is required for the internal regulator to be ready after the voltage range is changed. The VOSF bit indicates that the regulator has reached the voltage level defined with bits VOS of PWR_CR register.

This bit is set when \( VOS[1:0] \) in PWR_CR register change.

It is reset once the regulator is ready.

0: Regulator is ready in the selected voltage range

1: Regulator voltage output is changing to the required VOS level.

Bit 3 VREFINTRDYF : Internal voltage reference ( \( V_{REFINT} \) ) ready flag

This bit indicates the state of the internal voltage reference, \( V_{REFINT} \) .

0: \( V_{REFINT} \) is OFF

1: \( V_{REFINT} \) is ready

Bit 2 Reserved, must be kept at reset value.

Bit 1 SBF : Standby flag

This bit is set by hardware and cleared only by a POR/PDR (power-on reset/power-down reset) or by setting the CSBF bit in the PWR power control register (PWR_CR)

0: Device has not been in Standby mode

1: Device has been in Standby mode

Bit 0 WUF : Wakeup flag

This bit is set by hardware and cleared by a system reset or by setting the CWUF bit in the PWR power control register (PWR_CR)

0: No wakeup event occurred

1: A wakeup event was received from the WKUP pin or from the RTC alarm (Alarm A or Alarm B), RTC Tamper event, RTC Timestamp event or RTC Wakeup).

Note: An additional wakeup event is detected if the WKUP pins are enabled (by setting the EWUPx (x=1, 2, 3) bits) when the WKUP pin levels are already high.

6.4.3 PWR register map

The following table summarizes the PWR registers.

Table 37. PWR - register map and reset values

OffsetRegister313029282726252423222120191817161514131211109876543210
0x000PWR_CRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.LPDSRes.LPRUNDS_EE_KOFFVOS
[1:0]
FWUULPDBPRes.Res.Res.Res.CSBFCWUFPDDSLPDSR
Reset value0010000000
0x004PWR_CSRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.EWUP3EWUP2EWUP1Res.Res.REGLPFVOSFVREFINTRDYFRes.SBFWUF
Reset value00000100

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