pico-playground icon indicating copy to clipboard operation
pico-playground copied to clipboard

Pico freezes due to hello_sleep.c and hello_dormant.c

Open ms1963 opened this issue 4 years ago • 1 comments

Entering sleep/dormant mode will work a couple of times, but then the Pico gets frozen. There must be configurations which are not recovered after wake-up. Saving and then restoring the clock registers solves only some issues, but does not prevent the system from getting stuck. Reenabling the ROSC does not help either: rosc_write(&rosc_hw->ctrl, ROSC_CTRL_ENABLE_BITS);

ms1963 avatar May 12 '21 20:05 ms1963

I have the same problem. I can enter dormant mode a handful of times but then the Pico freezes up. Not sure what's causing this issue. I need to wake up and perform actions every few minutes but the majority of the time I need to be in dormant mode to conserve power since I am running off battery.

RayNieport avatar Aug 12 '22 15:08 RayNieport