Question
STM32WB55 - Achieve lowest possible power mode
Hi,
I've been searching for information on how to achieve a shutdown on both the MCU cores. The goal is to periodically wake the system with an RTC, read sensor data and emit a report. I have found some information on the need to set the correct flags to enable different power modes calling
LL_C2_PWR_SetPowerMode(LL_PWR_MODE_SHUTDOWN);
LL_PWR_SetPowerMode(LL_PWR_MODE_SHUTDOWN);
But when i call HAL_PWREx_EnterSHITDOWNMode() the system still consumes about 2mA which is way over the spec.
Is there any required "manual shutdowns" to achieve the lowest power level?
I am using several peripherics apart from RF: I2c1, adc