Unexpected High Current Consumption in STOP2 Mode on NUCLEO-U545RE-Q
I’m performing low-power consumption tests using the NUCLEO-U545RE-Q development board. However, after entering STOP2 mode, I observed that the current consumption remains around 23 µA, which is significantly higher than the typical values stated in the datasheet (DS14216 Rev. 4, Table 59, page 162), where STOP2 mode is expected to consume only a few microamps. I’d like to understand what might be causing this discrepancy.
Test Configuration:
Hardware Platform:
ST official development board NUCLEO-U545RE-Q.
Clock and Peripheral Settings (STM32CubeMX .ioc):
All peripherals are disabled, including the RTC.
The system clock source is MSIS at 16 MHz.
Both HSE and LSE oscillators are disabled.
SRAM Configuration:
Only SRAM2 (64KB) is enabled.
SRAM1 and SRAM4 are disabled.
Power Supply Configuration:
The MCU is configured to use SMPS instead of LDO.
Test Environment:
Room temperature conditions (approximately 25 °C).
Given the above setup, what might be the reason for the higher-than-expected power consumption in STOP2 mode?
Are there any additional settings or recommendations to further reduce the power usage and match the datasheet specifications?
