
What is the lowest power STM32 MCU? how to choose?
Global electronic component supplier AMPHEO PTY LTD: Rich inventory for one-stop shopping. Inquire easily, and receive fast, customized solutions and quotes.
The lowest power STM32 microcontroller series is the STM32L series, especially the STM32L0 and STM32U5 families, which are specifically designed for ultra-low-power applications.
STM32 MCU Families with Lowest Power Consumption
1. STM32L0 Series (Ultra-Low Power, Entry Level)
-
Core: ARM Cortex-M0+
-
Active current: ~87 µA/MHz
-
Standby mode: ~250 nA (with RTC)
-
Stop mode: ~300 nA
-
Voltage: 1.65V to 3.6V
-
Example part:
STM32L072CZ
-
Ideal for: Wearables, sensors, simple battery-powered devices
2. STM32L4 Series (Low Power + Higher Performance)
-
Core: ARM Cortex-M4 (with FPU)
-
Active current: ~100 µA/MHz
-
Standby mode: ~100 nA
-
Stop 2 mode: ~400 nA
-
Example part:
STM32L432KC
-
Good balance between power and performance
3. STM32U5 Series (Most Advanced Low Power)
-
Core: ARM Cortex-M33
-
Active current: ~19 µA/MHz (extremely efficient)
-
Stop mode: ~200 nA
-
Standby with RTC: ~130 nA
-
Security: TrustZone, AES, Tamper detection
-
Example part:
STM32U575ZIT6
-
Best for: Secure, battery-powered IoT, medical, wearable
Summary Table
Series | Core | Active Current | Standby (RTC) | Key Feature |
---|---|---|---|---|
STM32L0 | Cortex-M0+ | ~87 µA/MHz | ~250 nA | Lowest cost, lowest power |
STM32L4 | Cortex-M4 | ~100 µA/MHz | ~100 nA | Better performance |
STM32U5 | Cortex-M33 | ~19 µA/MHz | ~130 nA | Ultra-low power + secure |
When to Choose What?
-
Use STM32L0 if your project needs minimal resources and ultra-low power (e.g., simple sensor node).
-
Use STM32L4 for moderate performance with low power (e.g., wearable device with UI).
-
Use STM32U5 for complex, secure, low-power applications (e.g., medical device or secure IoT).
How to Choose the Lowest Power STM32 MCU?
Step 1: Define Your Power Budget and Use Case
Ask:
-
How often is the MCU active vs in sleep/standby?
-
Will it run on battery? If so, how long?
-
Does it need wireless, display, or security features?
Step 2: Match Series to Your Needs
Use Case | Recommended Series | Why |
---|---|---|
Lowest power & secure IoT | STM32U5 | Best power + TrustZone/AES |
Wearables with display & sensors | STM32L4 | Balanced performance/power |
Simple sensor node (coin cell) | STM32L0 | M0+ + minimal leakage current |
Step 3: Check Specs Using ST’s Tools
Use:
-
STM32CubeMX or STM32CubeIDE to explore pinouts, peripherals
-
ST MCU Finder app (PC or mobile) to filter by power, Flash/RAM, packages, etc.
Example: Choosing for a Battery Sensor Node
Requirement | Best Choice |
---|---|
Coin-cell powered | STM32L0 or STM32U5 |
Needs BLE & security | STM32U5 |
Needs USB or display | STM32L4 |
Pro Tips
-
Always check Stop/Standby current, not just active current.
-
Use VBAT pin + RTC if you want low standby with timekeeping.
-
Check for low-leakage GPIOs and independent I/O wakeup.
-
Use LP modes + interrupts to stay in sleep as long as possible.
Related Articles
- ·Blue Pill vs Black Pill: What’s the Difference and How to Choose?
- ·Why can STM32 stand out from many 32-bit microcontrollers?
- ·How to distinguish fake chips?
- ·How do I secure an MCU from hacking or tampering?
- ·The best MCUs/MPUs for industrial humanoid robots
- ·What are the advantages and disadvantages of using SoCs in embedded systems?
- ·How to implement a multi class neural network with STM32F103?
- ·Comparison of ARM vs. RISC-V MCUs
- ·How to achieve serial communication between STM32 and ESP8266?