Question on wake by ULP from deep sleep
Posted: Wed Oct 23, 2019 11:41 pm
I've rooted around in sleep_modes.c and other places, and it looks like a system wake from ULP causes an unconditional reset of the system, with control always and only going through app_main (with no memory surviving except RTC memory and NVS memory. Is this correct? Is there another way to wake from deep sleep on a ULP wake instruction without a system reset? If so, would you point me to docs or an example?