2022-06-12 01:16 AM
Hi,
I tried to generate a new project follow SubGHZ_Phy_PingPong example project which does nothing, to test the stop mode with RTC. When I active the stop mode, the current consumption is around 1mA, which still is far away from the consumption mentioned in the datasheet. (In the stop mode, I already configure all GPIO to Analog no pull mode). How to fix this? Please recommend for me some solution. Thank you.
my MCU is STM32WLE5CBU6
Solved! Go to Solution.
2022-06-13 01:36 AM
about 1 day I search this problem at ST Community. I found the TCXO is always enabled in my configuration and DEBUGGER_ENABLED is 1 therefore the current consumption is around 1mA. I fixed.Thanks for your support.
2022-06-13 01:15 AM
Hello @Ngô Vạn,
How are you measuring your current consumption ?
Otherwise you can check the SubGHZ_Phy_PingPong example from STM32Cube_FW_WL_V1.2.0 which have STOP mode working to compare the two projects, and/or under Projects\NUCLEO-WL55JC\Examples\PWR\PWR_STOP2_RTC you can find what you are looking for.
Let me know
Regards
2022-06-13 01:36 AM
about 1 day I search this problem at ST Community. I found the TCXO is always enabled in my configuration and DEBUGGER_ENABLED is 1 therefore the current consumption is around 1mA. I fixed.Thanks for your support.