You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested shutdown mode by using CubeMX applicaiton of PWR_ModesSelection on stmu575ziq dev board with configs of rtc enabled & disabled. It is clear to see that there is at least 0.3uA difference in current consumption between these two configs.
on the other hand, I tested the shutdown mode with sample app on zephyr and the power consumption result was equal to the result when I ran PWR_ModesSelection app's shutdown mode with rtc enabled.
So, for test reasons, I disabled LSE oscillator in zephyr\soc\arm\st_stm32\stm32u5\poweroff.c and it worked. I had a low power consumption result, like I had when I ran PWR_ModesSelection app's shutdown mode with rtc disabled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tested shutdown mode by using CubeMX applicaiton of PWR_ModesSelection on stmu575ziq dev board with configs of rtc enabled & disabled. It is clear to see that there is at least 0.3uA difference in current consumption between these two configs.
on the other hand, I tested the shutdown mode with sample app on zephyr and the power consumption result was equal to the result when I ran PWR_ModesSelection app's shutdown mode with rtc enabled.
So, for test reasons, I disabled LSE oscillator in zephyr\soc\arm\st_stm32\stm32u5\poweroff.c and it worked. I had a low power consumption result, like I had when I ran PWR_ModesSelection app's shutdown mode with rtc disabled.
Can anyone shed some light on this point to see if this is a miss configuration or if there is another reason to keep lse oscillator enabled?
Beta Was this translation helpful? Give feedback.
All reactions