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
It would reboot the system, if we were using it correctly; you have to clear the WFE bit before requesting it, or it won't happen (instead you do a sleep, it appears, or you come right back, which doesn't seem to happen when testing with stm3l0_pwrtest.ino).
When we fix standby, we'll break this. We need to change to request Stop. Luckily, this is all inside the current platform code (no cross-library headaches) as long as we fix Stop before we add code to clear WFE.
The text was updated successfully, but these errors were encountered:
It would reboot the system, if we were using it correctly; you have to clear the
WFE
bit before requesting it, or it won't happen (instead you do a sleep, it appears, or you come right back, which doesn't seem to happen when testing with stm3l0_pwrtest.ino).When we fix standby, we'll break this. We need to change to request Stop. Luckily, this is all inside the current platform code (no cross-library headaches) as long as we fix Stop before we add code to clear WFE.
The text was updated successfully, but these errors were encountered: