NUCLEO-WBA52CG: Higher then expected current in HeartRate example.
Split from Why there is no NUCLEO-WBA52CG projects in STM32CubeWBA?
This is a new topic, by a new author.
Dear
I am struggling with STM32WBA52KG chipset, can you please give me some pointers?
Everything is starting with our hardware team select STM32WBA52KG MCU because of the size and power consumption from documentations, and I am tasked with create a version of ble + standby power profile.
I am using Nucleo-STM32WBA52CG, cubeMX6.9.0, cubeIDE1.12.0.
When I tried the example HeartRate with sequencer setting CFG_LPM_STDBY_SUPPORTED (1)
/******************************************************************************
* Low Power
*
* When CFG_FULL_LOW_POWER is set to 1, the system is configured in full
* low power mode. It means that all what can have an impact on the consumptions
* are powered down.(For instance LED, Access to Debugger, Etc.)
*
* When CFG_FULL_LOW_POWER is set to 0, the low power mode is not activated
*
******************************************************************************/
#define CFG_FULL_LOW_POWER (1)
#define CFG_LPM_SUPPORTED (1)
#define CFG_LPM_STDBY_SUPPORTED (1)My nucleo board still consumed about 15uA. I still see the board is advertised so I don't think I am in standby mode yet.
Can you please help to give me some pointers how can I enter the standby mode and wake up from it?
Thank you for your helps
