-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32S3 - wake stub GPIO needed (IDFGH-7112) #8720
Comments
@igrr - how do I get someone to take a look at this issue? |
Hi @andrew-elder , So I suggest:
|
Hi @ginkgm,
and the
This is very easy to reproduce with an ESP32-S3-DevKitM-1. Just duplicate the generic-gpio example and replace the |
@ginkgm - any updates/suggestions? |
@andrew-elder could you please try adding the following line to your wake stub? SET_PERI_REG_MASK(SENS_SAR_PERI_CLK_GATE_CONF_REG, SENS_IOMUX_CLK_EN_M); (you'll also need |
Thanks a lot @igrr. The addition of
fixed the issue. I'm going to go ahead and close this one now. |
@igrr For me, setting However when I try to set it from code running on the ULP-FSM (in normal, not deepsleep mode) it has no effect, i.e. the bit does not get set in the Is there something "by design", which is blocking the |
I can't figure out how to read RTC GPIOs from a wake stub an example for ESP32S3 and perhaps other platforms would be helpful.
I have coded the below module for testing purposes and I am unable to get the GPIO read to work from the wake stub.
The text was updated successfully, but these errors were encountered: