5. Power controller (PWR)

5.1 Power supplies

The device requires a 1.8 to 3.6 V operating voltage supply ( \( V_{DD} \) ). An embedded linear voltage regulator is used to supply the internal 1.2 V digital power.

The real-time clock (RTC), the RTC backup registers, and the backup SRAM (BKP SRAM) can be powered from the \( V_{BAT} \) voltage when the main \( V_{DD} \) supply is powered off.

Note: Depending on the operating power supply range, some peripheral may be used with limited functionality and performance. For more details refer to section “General operating conditions” in STM32F446xx datasheet.

Figure 8. Power supply overview for STM32F446xx

Figure 8. Power supply overview for STM32F446xx. This block diagram illustrates the power distribution and regulation within the STM32F446xx microcontroller. At the top, the VBAT pin (1.65 to 3.6V) is connected to a power switch and a backup circuitry block containing OSC32K, RTC, wakeup logic, backup registers, and backup RAM. Below this, the VCAP_1 and VCAP_2 pins are shown with 2 x 2.2 µF capacitors. The main VDD supply (pins 1/2...11/12) is connected to a voltage regulator and bypassed with 12 x 100 nF and 1 x 4.7 µF capacitors. The VDDUSB pin (pins 1/2) is bypassed with 100 nF and 1 µF capacitors. The voltage regulator outputs are connected to the IO Logic (via level shifters), Kernel logic (CPU, digital & RAM), and Flash memory. The PDR_ON pin is connected to a reset controller. The ADC block is connected to VDDA, VREF+, VREF-, and VSSA pins, with 100 nF and 1 µF capacitors on the VREF+ and VREF- pins. The ADC is also connected to analog peripherals like RCs and PLL. The OTG FS PHY is connected to the VDDUSB supply. The diagram is labeled MSv33072V1.
Figure 8. Power supply overview for STM32F446xx. This block diagram illustrates the power distribution and regulation within the STM32F446xx microcontroller. At the top, the VBAT pin (1.65 to 3.6V) is connected to a power switch and a backup circuitry block containing OSC32K, RTC, wakeup logic, backup registers, and backup RAM. Below this, the VCAP_1 and VCAP_2 pins are shown with 2 x 2.2 µF capacitors. The main VDD supply (pins 1/2...11/12) is connected to a voltage regulator and bypassed with 12 x 100 nF and 1 x 4.7 µF capacitors. The VDDUSB pin (pins 1/2) is bypassed with 100 nF and 1 µF capacitors. The voltage regulator outputs are connected to the IO Logic (via level shifters), Kernel logic (CPU, digital & RAM), and Flash memory. The PDR_ON pin is connected to a reset controller. The ADC block is connected to VDDA, VREF+, VREF-, and VSSA pins, with 100 nF and 1 µF capacitors on the VREF+ and VREF- pins. The ADC is also connected to analog peripherals like RCs and PLL. The OTG FS PHY is connected to the VDDUSB supply. The diagram is labeled MSv33072V1.
  1. 1. \( V_{DDA} \) and \( V_{SSA} \) must be connected to \( V_{DD} \) and \( V_{SS} \) , respectively.

5.1.1 Independent A/D converter supply and reference voltage

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

To ensure a better accuracy of low voltage inputs, the user can connect a separate external reference voltage ADC input on \( V_{REF} \) . The voltage on \( V_{REF} \) ranges from 1.8 V to \( V_{DDA} \) .

5.1.2 Battery backup domain (also known as RTC domain)

Backup domain description

To retain the content of the RTC backup registers, backup SRAM, and supply the RTC when \( V_{DD} \) is turned off, \( V_{BAT} \) pin can be connected to an optional standby voltage supplied by a battery or by another source.

To allow the RTC to operate even when the main digital supply ( \( V_{DD} \) ) is turned off, the \( V_{BAT} \) pin powers the following blocks:

The switch to the \( V_{BAT} \) supply is controlled by the power-down reset embedded in the Reset block.


Warning: During \( t_{RSTTEMPO} \) (temporization at \( V_{DD} \) startup) or after a PDR is detected, the power switch between \( V_{BAT} \) and \( V_{DD} \) remains connected to \( V_{BAT} \) .
During the startup phase, if \( V_{DD} \) is established in less than \( t_{RSTTEMPO} \) (refer to the datasheet for the value of \( t_{RSTTEMPO} \) ) and \( V_{DD} > V_{BAT} + 0.6 \) V, a current may be injected into \( V_{BAT} \) through an internal diode connected between \( V_{DD} \) and the power switch ( \( V_{BAT} \) ).
If the power supply/battery connected to the \( V_{BAT} \) pin cannot support this current injection, it is strongly recommended to connect an external low-drop diode between this power supply and the \( V_{BAT} \) pin.


If no external battery is used in the application, it is recommended to connect the \( V_{BAT} \) pin to \( V_{DD} \) supply, and add a 100 nF ceramic decoupling capacitor on \( V_{BAT} \) pin.

When the backup domain is supplied by \( V_{DD} \) (analog switch connected to \( V_{DD} \) ), the following functions are available:

Note: Due to the fact that the switch only sinks a limited amount of current (3 mA), the use of GPIOs PC13 to PC15 in output mode is restricted: the speed has to be limited to 2 MHz with a maximum load of 30 pF and these I/Os must not be used as a current source (e.g. to drive an LED).

When the backup domain is supplied by \( V_{BAT} \) (analog switch connected to \( V_{BAT} \) because \( V_{DD} \) is not present), the following functions are available:

Backup domain access

After reset, the backup domain (RTC registers, RTC backup register and backup SRAM) is protected against possible unwanted write accesses. To enable access to the backup domain, proceed as follows:

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 20 backup data registers (80 bytes) which are reset when a tamper detection event occurs. For more details refer to .

Backup SRAM

The backup domain includes 4 Kbytes of backup SRAM addressed in 32-bit, 16-bit or 8-bit mode. Its content is retained even in Standby or \( V_{BAT} \) mode when the low-power backup regulator is enabled. It can be considered as an internal EEPROM when \( V_{BAT} \) is always present.

When the backup domain is supplied by \( V_{DD} \) (analog switch connected to \( V_{DD} \) ), the backup SRAM is powered from \( V_{DD} \) which replaces the \( V_{BAT} \) power supply to save battery life.

When the backup domain is supplied by \( V_{BAT} \) (analog switch connected to \( V_{BAT} \) because \( V_{DD} \) is not present), the backup SRAM is powered by a dedicated low-power regulator. This

regulator can be ON or OFF depending whether the application needs the backup SRAM function in Standby and \( V_{BAT} \) modes or not. The power-down of this regulator is controlled by a dedicated bit, the BRE control bit of the PWR_CSR register.

The backup SRAM is not mass erased by a tamper event.

When the Flash is read out protected, the backup SRAM is also read protected to prevent confidential data (such as cryptographic private key) from being accessed. When the protection level change from level 1 to level 0 is requested, the backup SRAM content is erased. Refer to the description of Read protection (RDP) option byte.

Figure 9. Backup domain

Figure 9. Backup domain diagram showing the internal components of the backup domain. A 'Voltage regulator 3.3 -> 1.2 V' is connected to a '1.2 V domain' box. Inside the '1.2 V domain' box are a 'Backup SRAM interface' and a 'Backup SRAM 1.2 V' block. The 'Backup SRAM 1.2 V' block is connected to an 'RTC' block, which is in turn connected to an 'LSE 32.768 Hz' block. The 'Backup SRAM 1.2 V' block is also connected to a 'Power switch' block. The 'Power switch' block is connected to an 'LP voltage regulator 3.3 -> 1.2 V' block. The 'LP voltage regulator 3.3 -> 1.2 V' block is connected to the 'Backup domain' box. The 'Backup domain' box contains the 'Power switch', 'LP voltage regulator', 'Backup SRAM', 'RTC', and 'LSE' blocks. The '1.2 V domain' box is also connected to the 'Backup domain' box. The diagram is labeled MS30430V1.
Figure 9. Backup domain diagram showing the internal components of the backup domain. A 'Voltage regulator 3.3 -> 1.2 V' is connected to a '1.2 V domain' box. Inside the '1.2 V domain' box are a 'Backup SRAM interface' and a 'Backup SRAM 1.2 V' block. The 'Backup SRAM 1.2 V' block is connected to an 'RTC' block, which is in turn connected to an 'LSE 32.768 Hz' block. The 'Backup SRAM 1.2 V' block is also connected to a 'Power switch' block. The 'Power switch' block is connected to an 'LP voltage regulator 3.3 -> 1.2 V' block. The 'LP voltage regulator 3.3 -> 1.2 V' block is connected to the 'Backup domain' box. The 'Backup domain' box contains the 'Power switch', 'LP voltage regulator', 'Backup SRAM', 'RTC', and 'LSE' blocks. The '1.2 V domain' box is also connected to the 'Backup domain' box. The diagram is labeled MS30430V1.

5.1.3 Voltage regulator

An embedded linear voltage regulator supplies all the digital circuitries except for the backup domain and the Standby circuitry. The regulator output voltage is around 1.2 V.

This voltage regulator requires two external capacitors to be connected to two dedicated pins, \( V_{CAP\_1} \) and \( V_{CAP\_2} \) available in all packages. Specific pins must be connected either to \( V_{SS} \) or \( V_{DD} \) to activate or deactivate the voltage regulator. These pins depend on the package.

When activated by software, the voltage regulator is always enabled after Reset. It works in three different modes depending on the application modes (Run, Stop, or Standby mode).

The voltage scaling allows optimizing the power consumption when the device is clocked below the maximum system frequency. After exit from Stop mode, the voltage scale 3 is automatically selected. (see Section 5.4.1 ).

Two operating modes are available:

Note: Over-drive and under-drive mode are not available when the regulator is bypassed.
For more details, refer to the voltage regulator section in the STM32F446xx datasheet .

Table 14. Voltage regulator configuration mode versus device operating mode (1)

Voltage regulator configurationRun modeSleep modeStop modeStandby mode
Normal modeMRMRMR or LPR-
Low-voltage mode--MR or LPR-
Over-drive mode (2)MRMR--
Under-drive mode--MR or LPR-
Power-down mode---Yes
  1. 1. '-' means that the corresponding configuration is not available.
  2. 2. The over-drive mode is not available when \( V_{DD} = 1.8 \) to \( 2.1 \) V.

Entering Over-drive mode

It is recommended to enter Over-drive mode when the application is not running critical tasks and when the system clock source is either HSI or HSE. To optimize the configuration time, enable the Over-drive mode during the PLL lock phase.

To enter Over-drive mode, follow the sequence below:

  1. 1. Select HSI or HSE as system clock.
  2. 2. Configure RCC_PLLCFGR register and set PLLON bit of RCC_CR register.
  3. 3. Set ODEN bit of PWR_CR register to enable the Over-drive mode and wait for the ODRDY flag to be set in the PWR_CSR register.
  4. 4. Set the ODSW bit in the PWR_CR register to switch the voltage regulator from Normal mode to Over-drive mode. The System will be stalled during the switch but the PLL clock system will be still running during locking phase.
  5. 5. Wait for the ODSWRDY flag in the PWR_CSR to be set.
  1. 6. Select the required Flash latency as well as AHB and APB prescalers.
  2. 7. Wait for PLL lock.
  3. 8. Switch the system clock to the PLL.
  4. 9. Enable the peripherals that are not generated by the System PLL (I2S clock, SAI1 and SAI2 clocks, USB_48MHz clock....).

Note: The PLLI2S and PLLSAI can be configured at the same time as the system PLL.

During the Over-drive switch activation, no peripheral clocks should be enabled. The peripheral clocks must be enabled once the Over-drive mode is activated.

Entering Stop mode disables the Over-drive mode, as well as the PLL. The application software has to configure again the Over-drive mode and the PLL after exiting from Stop mode.

Exiting from Over-drive mode

It is recommended to exit from Over-drive mode when the application is not running critical tasks and when the system clock source is either HSI or HSE. There are two sequences that allow exiting from over-drive mode:

Example of sequence 1:

  1. 1. Select HSI or HSE as system clock source.
  2. 2. Disable the peripheral clocks that are not generated by the System PLL (I2S clock, SAI1 and SAI2 clocks, USB_48MHz clock,...)
  3. 3. Reset simultaneously the ODEN and the ODSW bits in the PWR_CR register to switch back the voltage regulator to Normal mode and disable the Over-drive mode.
  4. 4. Wait for the ODWRRDY flag of PWR_CSR to be reset.

Example of sequence 2:

  1. 1. Select HSI or HSE as system clock source.
  2. 2. Disable the peripheral clocks that are not generated by the System PLL (I2S clock, SAI1 and SAI2 clocks, USB_48MHz clock,...).
  3. 3. Reset the ODSW bit in the PWR_CR register to switch back the voltage regulator to Normal mode. The system clock is stalled during voltage switching.
  4. 4. Wait for the ODWRRDY flag of PWR_CSR to be reset.
  5. 5. Reset the ODEN bit in the PWR_CR register to disable the Over-drive mode.

Note: During step 3, the ODEN bit remains set and the Over-drive mode is still enabled but not active (ODSW bit is reset). If the ODEN bit is reset instead, the Over-drive mode is disabled and the voltage regulator is switched back to the initial voltage.

5.2 Power supply supervisor

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

The device has an integrated POR/PDR circuitry that allows proper operation starting from 1.8 V.

The device remains in Reset mode when \( V_{DD}/V_{DDA} \) is below a specified threshold, \( V_{POR/PDR} \) , without the need for an external reset circuit. For more details concerning the power on/power-down reset threshold, refer to the electrical characteristics of the datasheet.

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

Figure 10: Power-on reset/power-down reset waveform. The graph shows the supply voltage (VDD/VDDA) rising and then falling. The rising edge triggers a Power-on Reset (POR) at a threshold voltage. The falling edge triggers a Power-down Reset (PDR) at a lower threshold voltage. The difference between the two thresholds is labeled '40 mV hysteresis'. The time interval between the start of the reset and the release of the reset is labeled 'Temporization tRSTTEMPO'. The Reset signal is shown as a pulse that goes high when the voltage is below the POR threshold and goes low when the voltage is above the PDR threshold.

The figure is a waveform diagram showing the relationship between supply voltage ( \( V_{DD}/V_{DDA} \) ) and the Reset signal. The top part of the graph shows the supply voltage rising from 0V to a maximum level and then falling back towards 0V. During the rising phase, a horizontal dashed line indicates the Power-on Reset (POR) threshold. During the falling phase, another horizontal dashed line indicates the Power-down Reset (PDR) threshold. The vertical distance between these two thresholds is labeled '40 mV hysteresis'. The Reset signal, shown at the bottom, is a digital signal that is initially high (active reset). It transitions to low (inactive) when the supply voltage rises above the POR threshold. It transitions back to high when the supply voltage falls below the PDR threshold. A horizontal double-headed arrow between the rising and falling edges of the Reset signal is labeled 'Temporization \( t_{RSTTEMPO} \) '. The identifier 'MS30431V1' is in the bottom right corner of the diagram area.

Figure 10: Power-on reset/power-down reset waveform. The graph shows the supply voltage (VDD/VDDA) rising and then falling. The rising edge triggers a Power-on Reset (POR) at a threshold voltage. The falling edge triggers a Power-down Reset (PDR) at a lower threshold voltage. The difference between the two thresholds is labeled '40 mV hysteresis'. The time interval between the start of the reset and the release of the reset is labeled 'Temporization tRSTTEMPO'. The Reset signal is shown as a pulse that goes high when the voltage is below the POR threshold and goes low when the voltage is above the PDR threshold.

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

\( V_{BOR} \) is configured through device option bytes. By default, BOR is off. 3 programmable \( V_{BOR} \) threshold levels can be selected:

Note: For full details about BOR characteristics, refer to the "Electrical characteristics" section in the device datasheet.

When the supply voltage ( \( V_{DD} \) ) drops below the selected \( V_{BOR} \) threshold, a device reset is generated.

The BOR can be disabled by programming the device option bytes. In this case, the power-on and power-down is then monitored by the POR/ PDR (see Section 5.2.1 ).

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

Figure 11. BOR thresholds

Figure 11. BOR thresholds. A graph showing the supply voltage (VDD/VDDA) over time. The voltage rises to a peak and then falls. A horizontal dashed line indicates the BOR threshold. The hysteresis is shown as the vertical distance between the rising and falling edges of the voltage curve at the threshold level, labeled '100 mV hysteresis'. Below the graph, a 'Reset' signal is shown as a horizontal line that goes high when the voltage falls below the threshold and returns low when it rises above it. The diagram is labeled MS30433V1.

The figure illustrates the BOR thresholds and hysteresis. The top graph shows the supply voltage (VDD/VDDA) over time. The voltage rises to a peak and then falls. A horizontal dashed line indicates the BOR threshold. The hysteresis is shown as the vertical distance between the rising and falling edges of the voltage curve at the threshold level, labeled '100 mV hysteresis'. Below the graph, a 'Reset' signal is shown as a horizontal line that goes high when the voltage falls below the threshold and returns low when it rises above it. The diagram is labeled MS30433V1.

Figure 11. BOR thresholds. A graph showing the supply voltage (VDD/VDDA) over time. The voltage rises to a peak and then falls. A horizontal dashed line indicates the BOR threshold. The hysteresis is shown as the vertical distance between the rising and falling edges of the voltage curve at the threshold level, labeled '100 mV hysteresis'. Below the graph, a 'Reset' signal is shown as a horizontal line that goes high when the voltage falls below the threshold and returns low when it rises above it. The diagram is labeled MS30433V1.

5.2.3 Programmable voltage detector (PVD)

You can use the PVD to monitor the \( V_{DD} \) power supply by comparing it to a threshold selected by the PLS[2:0] bits in the Section 5.4.1 .

The PVD is enabled by setting the PVDE bit.

A PVDO flag is available (see Section 5.4.2 ), to indicate if \( V_{DD} \) is higher or lower than the PVD threshold. This event is internally connected to the EXTI line16 and can generate an interrupt if enabled through the EXTI registers. The PVD output interrupt can be generated when \( V_{DD} \) drops below the PVD threshold and/or when \( V_{DD} \) rises above the PVD threshold, depending on EXTI line16 rising/falling edge configuration. As an example, the service routine can perform emergency shutdown tasks.

Figure 12. PVD thresholds

Figure 12. PVD thresholds. A graph showing VDD on the y-axis and time on the x-axis. The VDD line rises to a peak and then falls. A horizontal dashed line represents the PVD threshold. A vertical double-headed arrow indicates a 100 mV hysteresis between the rising and falling edges of the VDD line relative to the threshold. Below the graph, a PVD output signal is shown as a rectangular pulse that goes low when VDD falls below the threshold and returns high when VDD rises above the threshold. The identifier MS30432V2 is in the bottom right corner.

Figure 12 illustrates the PVD thresholds. The top graph shows the VDD supply voltage over time. A horizontal dashed line indicates the PVD threshold. A vertical double-headed arrow indicates a 100 mV hysteresis between the rising and falling edges of the VDD line relative to the threshold. The bottom graph shows the PVD output signal, which is a rectangular pulse that goes low when VDD falls below the threshold and returns high when VDD rises above the threshold. The identifier MS30432V2 is in the bottom right corner.

Figure 12. PVD thresholds. A graph showing VDD on the y-axis and time on the x-axis. The VDD line rises to a peak and then falls. A horizontal dashed line represents the PVD threshold. A vertical double-headed arrow indicates a 100 mV hysteresis between the rising and falling edges of the VDD line relative to the threshold. Below the graph, a PVD output signal is shown as a rectangular pulse that goes low when VDD falls below the threshold and returns high when VDD rises above the threshold. The identifier MS30432V2 is in the bottom right corner.

5.3 Low-power modes

By default, the MCU 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, short startup time, and available wake-up sources.

The devices feature three low-power modes:

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

Table 15. Low-power mode summary

Mode nameEntryWakeupEffect on 1.2 V domain clocksEffect on V DD domain clocksVoltage regulator
Sleep
(Sleep now
or Sleep-on-
exit)
WFI or Return
from ISR
Any interruptCPU CLK OFF
no effect on
other clocks or
analog clock
sources
NoneON
WFEWakeup event
StopPDDS and LPDS
bits +
SLEEPDEEP bit
+ WFI or Return
from ISR or WFE
Any EXTI line (configured
in the EXTI registers,
internal and external lines)
All 1.2 V domain
clocks OFF
HSI and
HSE
oscillators
OFF
ON or in low- power
mode (depends on
PWR power control
register (PWR_CR)
)
PDDS bit +
SLEEPDEEP bit
+ WFI or Return
from ISR or WFE
WKUP pin rising edge,
RTC alarm (Alarm A or
Alarm B), RTC Wakeup
event, RTC tamper
events, RTC time stamp
event, external reset in
NRST pin, IWDG reset
OFF

5.3.1 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 6.3.3: RCC clock configuration register (RCC_CFGR) .

5.3.2 Peripheral clock gating

In Run mode, the HCLKx 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 for STM32F446xx is controlled by the AHB1 peripheral clock enable register (RCC_AHB1ENR), AHB2 peripheral by the clock enable register (RCC_AHB2ENR), AHB3 by the peripheral clock enable register (RCC_AHB3ENR) (see Section 6.3.10: RCC AHB1 peripheral clock enable register (RCC_AHB1ENR) , Section 6.3.11: RCC AHB2 peripheral clock enable register (RCC_AHB2ENR) and Section 6.3.12: RCC AHB3 peripheral clock enable register (RCC_AHB3ENR) , respectively).

Disabling the peripherals clocks in Sleep mode can be performed automatically by resetting the corresponding bit in RCC_AHBxLPENR and RCC_APBxLPENR registers.

5.3.3 Low power mode

Entering low power mode

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

Exiting low power mode

From Sleep and Stop modes the MCU exits low power mode depending on the way the mode was entered:

By enabling an interrupt in the peripheral control register and in the NVIC. When the MCU resumes from WFE, the peripheral interrupt pending bit and the NVIC peripheral IRQ channel pending bit (in the NVIC interrupt clear pending register) have to be cleared.

Only NVIC interrupts with sufficient priority will wakeup and interrupt the MCU.

By enabling an interrupt in the peripheral control register and optionally in the NVIC. When the MCU resumes from WFE, the peripheral interrupt pending bit and (when enabled) the NVIC peripheral IRQ channel pending bit (in the NVIC interrupt clear pending register) have to be cleared.

All NVIC interrupts wake up the MCU, even the disabled ones.

Configuring a EXTI line in event mode. When the CPU resumes from WFE, it is not necessary to clear the EXTI peripheral interrupt pending bit or the NVIC IRQ channel pending bit as the pending bits corresponding to the event line is not set. It may be necessary to clear the interrupt flag in the peripheral.

From Standby and Shutdown modes the MCU exits Low power mode through an external reset (NRST pin), an IWDG reset, a rising edge on one of the enabled WKUPx pins or a RTC event (see Figure 240: RTC block diagram ).

5.3.4 Sleep mode

Entering Sleep mode

The Sleep mode is entered according to Entering low power mode , when the SLEEPDEEP bit in the Cortex®-M4 System Control register is cleared.

Refer to Table 16 for details on how to enter the Sleep mode.

Exiting Sleep mode

The Sleep mode is exited according to Exiting low power mode .

Refer to Table 16 for details on how to exit the Sleep mode.

Table 16. Sleep-now entry and exit

Sleep-now modeDescription
Mode entry

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

  • – SLEEPDEEP = 0

Refer to the Cortex®-M4 with FPU System Control register.

On Return from ISR while:

  • – SLEEPDEEP = 0 and
  • – SLEEPONEXIT = 1

Refer to the Cortex®-M4 with FPU System Control register.

Mode exit

If WFI or Return from ISR was used for entry:

If WFE was used for entry and SEVONPEND = 0

If WFE was used for entry and SEVONPEND = 1

Wakeup latencyNone

5.3.5 Stop mode

The Stop mode is based on the Cortex®-M4 with FPU 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 1.2 V domain are stopped, the PLLs, the HSI and the HSE RC oscillators are disabled. Internal SRAM and register contents are preserved.

In Stop mode, the power consumption can be further reduced by using additional settings in the PWR_CR register. However this will induce an additional startup delay when waking up from Stop mode (see Table 17 ).

Table 17. Stop operating modes

Voltage regulator modeUDEN[1:0] bitsMRUDS bitLPUDS bitLPDS bitFPDS bitWakeup latency
Normal modeSTOP MR
(Main regulator)
-0-00HSI RC startup time
STOP MR- FPD-0-01HSI RC startup time +
Flash wakeup time from
power-down mode
STOP LP-0010HSI RC startup time +
Regulator wakeup time from
LP mode
STOP LP-FPD--011HSI RC startup time +
Flash wakeup time from
power-down mode +
Regulator wakeup time from
LP mode
Under-drive modeSTOP UMR-FPD31-0-HSI RC startup time +
Flash wakeup time from
power-down mode +
Main regulator wakeup time from
under-drive mode +
Core logic to nominal mode
STOP ULP-FPD3-11-HSI RC startup time +
Flash wakeup time from
power-down mode +
Regulator wakeup time from
LP under-drive mode +
Core logic to nominal mode

Entering Stop mode

The Stop mode is entered according to Entering low power mode , when the SLEEPDEEP bit in Cortex ® -M4 System Control register is set.

Refer to Table 18 for details on how to enter the Stop mode.

When the microcontroller enters in Stop mode, the voltage scale 3 is automatically selected. To further reduce power consumption in Stop mode, the internal voltage regulator can be put in low-power or low voltage mode. This is configured by the LPDS, MRUDS, LPUDS and UDEN bits of the PWR power control register (PWR_CR) .

Stop mode can be entered from Run mode and Low power run mode.

If Flash memory programming is ongoing, the Stop mode entry is delayed until the memory access is finished.

If an access to the APB domain is ongoing, The Stop mode entry is delayed until the APB access is finished.

If the Over-drive mode was enabled before entering Stop mode, it is automatically disabled during when the Stop mode is activated.

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

The ADC or DAC can also consume power during the Stop mode, unless they are disabled before entering it. To disable them, the ADON bit in the ADC_CR2 register and the ENx bit in the DAC_CR register must both be written to 0.

Note: Before entering Stop mode, it is recommended to enable the clock security system (CSS) feature to prevent external oscillator (HSE) failure from impacting the internal MCU behavior.

Exiting Stop mode

The Stop mode is exited according to Exiting low power mode .

Refer to Table 18 for more details on how to exit Stop mode.

When exiting Stop mode by issuing an interrupt or a wakeup event, the HSI RC oscillator is selected as system clock.

If the Under-drive mode was enabled, it is automatically disabled after exiting Stop mode.

When the voltage regulator operates in low-power or low voltage 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.

When the voltage regulator operates in Under-drive mode, an additional startup delay is induced when waking up from Stop mode.

Table 18. Stop mode entry and exit for STM32F446xx

Stop modeDescription
Mode entry

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

  • – Set SLEEPDEEP bit in Cortex ® -M4 with FPU System Control register
  • – Clear PDDS bit in Power Control register (PWR_CR)
  • – Select the voltage regulator mode by configuring LPDS, MRUDS, LPUDS and UDEN bits in PWR_CR (see Table 17: Stop operating modes ).

On Return from ISR while:

  • – SLEEPDEEP bit is set in Cortex ® -M4 with FPU System Control register
  • – SLEEPONEXIT = 1
  • – LPMS = “000” in PWR_C1: volatage regulator in main regulator mode
  • – LPMS = “001” in PWR_C1: volatage regulator in low power regulator mode

Note: To enter the Stop mode, all EXTI Line pending bits in Pending register (EXTI_PR) , all peripheral interrupts pending bits, the RTC Alarms (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 ISTR was used for entry:

All EXTI lines configured in Interrupt mode (the corresponding EXTI Interrupt vector must be enabled in the NVIC). Refer to Table 38: Vector table for STM32F446xx .

If WFE was used for entry and SEVONPEND = 0:

All EXTI Lines configured in event mode. Refer to Section 10.2.3: Wakeup event management

If WFE was used for entry and SEVONPEND = 1:

Any EXTI line configured in Interrupt mode (even if the corresponding EXTI Interrupt vector is disabled in the NVIC). The interrupt source can be external interrupts or peripherals with wakeup capability. Refer to Table 38: Vector table for STM32F446xx .

Wakeup event: refer to Section 10.2.3: Wakeup event management

Wakeup latencyRefer to Table 17: Stop operating modes

5.3.6 Standby mode

The Standby mode allows to achieve the lowest power consumption. It is based on the Cortex ® -M4 with FPU deepsleep mode, with the voltage regulator disabled. The 1.2 V domain is consequently powered off. The PLLs, the HSI oscillator and the HSE oscillator are also switched off. SRAM and register contents are lost except for registers in the backup domain (RTC registers, RTC backup register and backup SRAM), and Standby circuitry (see Figure 8 ).

Entering Standby mode

The Standby mode is entered according to Entering low power mode , when the SLEEPDEEP bit in the Cortex ® -M4 with FPU System Control register is set.

Refer to Table 19 for more 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 according to Exiting low power mode . The SBF status flag in the PWR power control/status register (PWR_CSR) indicates that the MCU was in Standby mode. All registers are reset after wakeup from standby except for PWR power control/status register (PWR_CSR) .

Refer to Table 19 for more details on how to exit Standby mode.

Table 19. Standby mode entry and exit

Standby modeDescription
Mode entry

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

  • – SLEEPDEEP is set in Cortex®-M4 with FPU with FPU System Control register
  • – PDDS bit is set in Power Control register (PWR_CR)
  • – no interrupt (for WFI) or event (for WFE) is pending
  • – WUF bit is cleared in Power Control/Status register (PWR_CR)
  • – the RTC flag corresponding to the chosen wakeup source (RTC Alarm A, RTC Alarm B, RTC wakeup, Tamper or Timestamp flags) is cleared

On Return from ISR while:

  • – SLEEPDEEP bit is set in Cortex®-M4 with FPU with FPU System Control register and
  • – SLEEPONEXIT = 1 and
  • – PDDS bit is set in Power Control register (PWR_CR) and
  • – no interrupt is pending and
  • – WUF bit is cleared in Power Control/Status register (PWR_SR) and
  • – the RTC flag corresponding to the chosen wakeup source (RTC Alarm A, RTC Alarm B, RTC wakeup, Tamper or Timestamp 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.

I/O states in Standby mode

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

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 ® -M4 with FPU core is no longer clocked.

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

5.3.7 Programming the RTC alternate functions to wake up the device from the Stop and Standby modes

The MCU can be woken up from a low-power mode by an RTC alternate function.

The RTC alternate functions are the RTC alarms (Alarm A and Alarm B), RTC wakeup, RTC tamper event detection and RTC time stamp event detection.

These RTC alternate functions can wake up the system from the 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 the Stop or Standby mode at regular intervals.

For this purpose, two of the three alternate RTC clock sources can be selected by programming the RTCSEL[1:0] bits in the RCC Backup domain control register (RCC_BDCR) :

RTC alternate functions to wake up the device from the Stop mode

RTC alternate functions to wake up the device from the Standby mode

Safe RTC alternate function wakeup flag clearing sequence

If the selected RTC alternate function is set before the PWR wakeup flag (WUTF) is cleared, it will not be detected on the next event as detection is made once on the rising edge.

To avoid bouncing on the pins onto which the RTC alternate functions are mapped, and exit correctly from the Stop and Standby modes, it is recommended to follow the sequence below before entering the Standby mode:

5.4 Power control registers

5.4.1 PWR power control register (PWR_CR)

Address offset: 0x00

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

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.FISSRFMSSRUDEN[1:0]ODSWENODEN
rwrwrwrwrwrw
1514131211109876543210
VOS[1:0]ADCDC1Res.MRUDSLPUDSFPDSDBPPLS[2:0]PVDECSBFCWUFPDDSLPDS
rwrwrwrwrwrwrwrwrwrwrc_w1rc_w1rwrw

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

Bit 21 FISSR : Flash Interface Stop while System Run

0: Flash interface clock run (Default value)

1: Flash Interface clock off.

Note: This bit could not be set while executing with the Flash itself. It should be done with a specific routine executed from RAM.

Bit 20 FMSSR : Flash Memory Stop while System Run

0: Flash standard mode (Default value)

1: Flash forced to be in STOP or Deep Power Down mode (depending of FPDS value bit) by hardware.

Note: This bit could not be set while executing with the Flash itself. It should be done with a specific routine executed from RAM

Bits 19:18 UDEN[1:0] : Under-drive enable in stop mode

These bits are set by software. They allow to achieve a lower power consumption in Stop mode but with a longer wakeup time.

When set, the digital area has less leakage consumption when the device enters Stop mode.

00: Under-drive disable

01: Reserved

10: Reserved

11: Under-drive enable

Bit 17 ODSWEN : Over-drive switching enabled.

This bit is set by software. It is cleared automatically by hardware after exiting from Stop mode or when the ODEN bit is reset. When set, It is used to switch to Over-drive mode.

To set or reset the ODSWEN bit, the HSI or HSE must be selected as system clock.

The ODSWEN bit must only be set when the ODRDY flag is set to switch to Over-drive mode.

0: Over-drive switching disabled

1: Over-drive switching enabled

Note: On any over-drive switch (enabled or disabled), the system clock will be stalled during the internal voltage set up.

Bit 16 ODEN: Over-drive enable

This bit is set by software. It is cleared automatically by hardware after exiting from Stop mode. It is used to enable the Over-drive mode in order to reach a higher frequency.

To set or reset the ODEN bit, the HSI or HSE must be selected as system clock. When the ODEN bit is set, the application must first wait for the Over-drive ready flag (ODRDY) to be set before setting the ODSWEN bit.

0: Over-drive disabled

1: Over-drive enabled

Bits 15:14 VOS[1:0]: Regulator voltage scaling output selection

These bits control the main internal voltage regulator output voltage to achieve a trade-off between performance and power consumption when the device does not operate at the maximum frequency (refer to the STM32F446xx datasheet for more details).

These bits can be modified only when the PLL is OFF. The new value programmed is active only when the PLL is ON. When the PLL is OFF, the voltage scale 3 is automatically selected.

00: Reserved (Scale 3 mode selected)

01: Scale 3 mode

10: Scale 2 mode

11: Scale 1 mode (reset value)

Bit 13 ADCDC1:

0: No effect.

1: Refer to AN4073 for details on how to use this bit.

Note: This bit can only be set when operating at supply voltage range 2.7 to 3.6V and when the Prefetch is OFF.

Bit 12 Reserved, must be kept at reset value.

Bit 11 MRUDS: Main regulator in deepsleep under-drive mode

This bit is set and cleared by software.

0: Main regulator ON when the device is in Stop mode

1: Main Regulator in under-drive mode and Flash memory in power-down when the device is in Stop under-drive mode.

Bit 10 LPUDS: Low-power regulator in deepsleep under-drive mode

This bit is set and cleared by software.

0: Low-power regulator ON if LPDS bit is set when the device is in Stop mode

1: Low-power regulator in under-drive mode if LPDS bit is set and Flash memory in power-down when the device is in Stop under-drive mode.

Bit 9 FPDS: Flash power-down in Stop mode

When set, the Flash memory enters power-down mode when the device enters Stop mode. This allows to achieve a lower consumption in stop mode but a longer restart time.

0: Flash memory not in power-down when the device is in Stop mode

1: Flash memory in power-down when the device is in Stop mode

Bit 8 DBP: Disable backup domain write protection

In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), and the BRE bit of the PWR_CSR register, are protected against parasitic write access. This bit must be set to enable write access to these registers.

0: Access to RTC and RTC Backup registers and backup SRAM disabled

1: Access to RTC and RTC Backup registers and backup SRAM enabled

Bits 7:5 PLS[2:0] : Programmable voltage detector level selection

These bits are written by software to select the voltage threshold detected by the PVD

000: 2.0 V

001: 2.1 V

010: 2.3 V

011: 2.5 V

100: 2.6 V

101: 2.7 V

110: 2.8 V

111: 2.9 V

Note: Refer to the electrical characteristics of the datasheet for more details.

Bit 4 PVDE : Programmable voltage detector enable

This bit is set and cleared by software.

0: PVD disabled

1: PVD enabled

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 wake-up Flag after 2 System clock cycles

Bit 1 PDDS : Power-down deepsleep

This bit is set and cleared by software. It works together with the LPDS bit.

0: Enter Stop mode when the CPU enters deepsleep. The regulator status depends on the LPDS bit.

1: Enter Standby mode when the CPU enters deepsleep.

Bit 0 LPDS : Low-power deepsleep

This bit is set and cleared by software. It works together with the PDDS bit.

0: Main voltage regulator ON during Stop mode

1: Low-power voltage regulator ON during Stop mode

5.4.2 PWR power control/status register (PWR_CSR)

Address offset: 0x04

Reset value: 0x0000 0000 (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.UDRDY[1:0]ODSWRDYODRDY
rc_w1rc_w1rr

1514131211109876543210
Res.VOSRDYRes.Res.Res.Res.BREEWUP1EWUP2Res.Res.Res.BRRPVDOSBFWUF
rrwrwrwrrrr

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

Bits 19:18 UDRDY[1:0] : Under-drive ready flag

These bits are set by hardware when MCU entered stop Under-drive mode and exited. When the under-drive mode is enabled, these bits are not set as long as the MCU has not entered stop mode yet. They are cleared by programming them to 1.

00: Under-drive is disabled
01: Reserved
10: Reserved
11: Under-drive mode is activated in Stop mode.

Bit 17 ODSWRDY : Over-drive mode switching ready

0: Over-drive mode is not active.

1: Over-drive mode is active on digital area on 1.2 V domain

Bit 16 ODRDY : Over-drive mode ready

0: Over-drive mode not ready.

1: Over-drive mode ready

Bit 14 VOSRDY : Regulator voltage scaling output selection ready bit

0: Not ready

1: Ready

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

Bit 9 BRE : Backup regulator enable

When set, the Backup regulator (used to maintain backup SRAM content in Standby and \( V_{BAT} \) modes) is enabled. If BRE is reset, the backup regulator is switched off. The backup SRAM can still be used but its content is lost in the Standby and \( V_{BAT} \) modes. Once set, the application must wait that the Backup Regulator Ready flag (BRR) is set to indicate that the data written into the RAM are maintained in the Standby and \( V_{BAT} \) modes.

The DBP bit of PWR_CR register must be set to 1 before writing this bit.

0: Backup regulator disabled

1: Backup regulator enabled

Note: This bit is reset by a Backup domain reset, not reset when the device wakes up from Standby mode, by a system reset, or by a power reset.

Bit 8 EWUP1 : Enable WKUP1 pin

This bit is set and cleared by software.

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

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

Note: This bit is reset by a system reset.

Bit 7 EWUP2 : Enable WKUP2 pin

This bit is set and cleared by software

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

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

Note: This bit is reset by a system reset.

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

Bit 3 BRR : Backup regulator ready

Set by hardware to indicate that the Backup Regulator is ready.

0: Backup Regulator not ready

1: Backup Regulator ready

Note: This bit is reset by a Backup domain reset, not reset when the device wakes up from Standby mode or by a system reset or power reset.

Bit 2 PVDO : PVD output

This bit is set and cleared by hardware. It is valid only if PVD is enabled by the PVDE bit.

0: \( V_{DD} \) is higher than the PVD threshold selected with the PLS[2:0] bits.

1: \( V_{DD} \) is lower than the PVD threshold selected with the PLS[2:0] bits.

Note: The PVD is stopped by Standby mode. For this reason, this bit is equal to 0 after Standby or reset until the PVDE bit is set.

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 either by a system reset or by setting the CWUF bit in the PWR_CR register.

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 pin is enabled (by setting the EWUP bit) when the WKUP pin level is already high.

5.5 PWR register map

The following table summarizes the PWR registers.

Table 20. PWR - register map and reset values

OffsetRegister313029282726252423222120191817161514131211109876543210
0x000PWR_CRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.FISSRFMSSRUDEN[1:0]ODSWENODENVOS[1:0]ADCDC1Res.Res.MRUDSLPUDSFPDSDBPPLS[2:0]Res.Res.PVDECSBFCWUFPDDSLPDS
Reset value000001100000
0x004PWR_CSRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.UDRDY[1:0]ODSWRDYODRDYRes.VOSRDYRes.Res.Res.Res.Res.BREEWUP1EWUP2Res.Res.Res.BRBRPVDOSBFWUF
Reset value000000000000

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