Difference between revisions of "STM32 Low Power Modes"
Jump to navigation
Jump to search
(Created page with "Category:C Category:STM32 Development Category:STM32CubeMX Category:STM32CubeIde Category:Embedded Category:STM32 {{metadesc|STM32 Low Power Modes}} ...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
In this article we will explore the low power modes of the [[STM32F411]] [[MCU]] on the [[Black Pill]] boards. | In this article we will explore the low power modes of the [[STM32F411]] [[MCU]] on the [[Black Pill]] boards. | ||
+ | |||
+ | In the [https://www.st.com/resource/en/reference_manual/DM00119316-.pdf Reference Manual] of the [[STM32F411]], the table of contents show the following: | ||
+ | |||
+ | [[File:STM32F411 Low Power TOC.png|600px]] | ||
+ | |||
+ | In the following sections, we'll be going through the [[#Sleep Mode|Sleep Mode]], [[#Stop Mode|Stop Mode]] and [[#Standby Mode|Standby Mode]] options one by one. | ||
+ | |||
+ | == Sleep Mode == | ||
+ | |||
+ | To be added | ||
+ | |||
+ | == Stop Mode == | ||
+ | |||
+ | To be added | ||
+ | |||
+ | == Standby Mode == | ||
+ | |||
+ | To be added |
Latest revision as of 03:15, 1 December 2021
ST offers a series STM32's which are optimized for low power usage, - these are named STM32Lxxx. However, all STM32 MCU's offers a wide range of power modes, which will significantly reduce the power consumption of the MCU.
In this article we will explore the low power modes of the STM32F411 MCU on the Black Pill boards.
In the Reference Manual of the STM32F411, the table of contents show the following:
In the following sections, we'll be going through the Sleep Mode, Stop Mode and Standby Mode options one by one.
Sleep Mode
To be added
Stop Mode
To be added
Standby Mode
To be added