Search found 3 matches
- Fri Jan 10, 2020 5:57 pm
- Forum: General Discussion
- Topic: Trouble Waking from Ligh Sleep using ULP
- Replies: 3
- Views: 3527
Re: Trouble Waking from Ligh Sleep using ULP
Thank you! This is a step forward. It now wakes from sleep once, but fails to do so on subsequent sleeps. This is the output: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x...
- Fri Jan 10, 2020 5:40 pm
- Forum: General Discussion
- Topic: Trouble Waking from Ligh Sleep using ULP
- Replies: 3
- Views: 3527
Re: Trouble Waking from Ligh Sleep using ULP
Thank you! Definitely made forward progress. I now see the first output: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:5108 load:...
- Fri Jan 10, 2020 8:25 am
- Forum: General Discussion
- Topic: Trouble Waking from Ligh Sleep using ULP
- Replies: 3
- Views: 3527
Trouble Waking from Ligh Sleep using ULP
I'm trying to figure out how to wake the ESP32 form a light sleep using the ULP. To this end I've put together some simple code that counts up in 2s. This works as expected for deep sleep (uncomment line 57, and comment line 56 of the c code), but not for light sleep. In light sleep, the program jus...