Page 1 of 1
EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Mon Jan 05, 2026 6:45 am
by annasm
Hi everyone, I’m working with the EOS-S3 and trying to wake the chip from deep sleep using a GPIO interrupt (rising edge). The device enters deep sleep correctly, but it doesn’t wake up when the GPIO signal changes, even though the same pin works fine in normal sleep mode. I’ve already enabled the GPIO interrupt and checked pull-up/down settings. Is there any EOS-S3–specific configuration or limitation for GPIO-based wake-up from deep sleep that I might be missing?
Re: EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Mon Feb 23, 2026 8:18 am
by cocketthick
annasm wrote: ↑Mon Jan 05, 2026 6:45 am
Hi everyone, I’m working with the EOS-S3 and trying to wake the chip from deep sleep using a GPIO interrupt (rising edge). The device enters deep sleep correctly, but it doesn’t wake up when the GPIO signal changes, even though the same pin works fine in normal sleep mode. I’ve already enabled the GPIO interrupt and checked pull-up/down settings. Is there any EOS-S3–specific configuration or limitation for GPIO-based wake-up from deep sleep that I might be missing?
drift boss
In deep sleep, not all GPIOs can act as wake sources on the EOS-S3. Make sure the pin is supported for deep-sleep wake and enabled in the low-power/wake configuration (not just as a normal GPIO interrupt). Also check whether deep sleep requires level-triggered wake instead of edge-triggered.
The power management section of the reference manual should list the valid wake pins and limits.
Re: EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Sat Feb 28, 2026 2:34 am
by JohikuEssolil
Experiencing EOS-S3 deep sleep wake-up issues via GPIO? Many developers face similar challenges. Debugging requires careful attention to pin configurations and power management settings.
Re: EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Wed Apr 08, 2026 9:19 am
by wornouthos
annasm wrote: ↑Mon Jan 05, 2026 6:45 am
Hi everyone, I’m working with the EOS-S3 and trying to wake the chip from deep sleep using a GPIO interrupt (rising edge). The device enters deep sleep correctly, but it doesn’t wake up when the GPIO signal changes, even though the same pin works fine in normal sleep mode. I’ve already enabled the GPIO interrupt and checked pull-up/down settings. Is there any EOS-S3–specific configuration or limitation for GPIO-based wake-up from deep sleep that I might be missing?
Check if your SDK (QuickLogic Open Source SDK / SensiML / Zephyr port, etc.) provides helper functions like pmu_enable_gpio_wakeup(), wake_from_deep_sleep_on_gpio(), or similar.
Re: EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Fri Jun 26, 2026 8:36 am
by Duken
wornouthos wrote: ↑Wed Apr 08, 2026 9:19 am
annasm wrote: ↑Mon Jan 05, 2026 6:45 am
Hi everyone, I’m working with the EOS-S3 and trying to wake the chip from deep sleep using a GPIO interrupt (rising edge). The device enters deep sleep correctly, but it doesn’t wake up when the GPIO signal changes, even though the same pin works fine in normal sleep mode. I’ve already enabled the GPIO interrupt and checked pull-up/down settings. Is there any EOS-S3–specific configuration or limitation for GPIO-based wake-up from deep sleep that I might be missing?
Check if your SDK (QuickLogic Open Source SDK / SensiML / Zephyr port, etc.) provides helper functions like pmu_enable_gpio_wakeup(), wake_from_deep_sleep_on_gpio(), or similar.
Hello, I checked it, but it still isn't working. Are there any other solutions?

Re: EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Fri Jul 24, 2026 4:12 am
by davidroman
Exploring the concept of curve rush deeply resonates with how we approach performance optimization today. Perhaps integrating user feedback could enhance our understanding further—collective insights often drive innovation!
curve rush game
Re: EOS-S3 GPIO Wake-Up From Deep Sleep Issue
Posted: Thu Jul 30, 2026 7:08 am
by fineko
I've tested this solution, and it seems quite promising.
moto x3m