STM32WB55 Nucleo - unexpected current consumption in STOP2 mode
Hello,
I used the Nucleo STM32WB55 board to test the STM32WB55xx current consumption.
I took the PWR_STOP2_RTC example from the STM32Cube MCU package for STM32WB Series (v1.2.0)
With STM32CubeMx v5.3.0 I re-generated code for Truestudio (I am using Truestudio v9.3.0) and followed the readme for the board setup.
I measured 113µA on JP2 (when the chipset is in STOP2 mode), while I expected something close to 2µA as per the datasheet.
What is strange is that I have the same consumption if I change the code to use STOP1 or STOP0 mode instead of STOP2.
What could be wrong in my setup?
How much current should the board consume with this example code?
Thanks & Best Regards,
Julien.