Search found 1 match
- Mon Dec 19, 2022 5:46 am
- Forum: ESP32 Arduino
- Topic: How to keep ESP32 from resetting on wakeup from deep_sleep
- Replies: 4
- Views: 5114
Re: How to keep ESP32 from resetting on wakeup from deep_sleep
I had similair observatoins. In deep sleep the main memory is powered down, so any variables inside are lost. Since the RTC memory is powered on in deep sleep you normaly save variables in there so you can e.g. increment when coming out of deep sleep. However, the ULP start code you got from https:/...