Search found 2 matches

by Corrado.bosco
Thu Oct 17, 2024 10:43 pm
Forum: ESP-IDF
Topic: ESP32S3 - how to read GPIO input from a wake stub
Replies: 4
Views: 2994

Re: ESP32S3 - how to read GPIO input from a wake stub

Found the solution on github
add:
SET_PERI_REG_MASK(SENS_SAR_PERI_CLK_GATE_CONF_REG, SENS_IOMUX_CLK_EN_M);

(you'll also need #include "soc/sens_reg.h" at the top of the file)
by Corrado.bosco
Thu Oct 17, 2024 10:22 pm
Forum: ESP-IDF
Topic: ESP32S3 - how to read GPIO input from a wake stub
Replies: 4
Views: 2994

Re: ESP32S3 - how to read GPIO input from a wake stub

I am facing the same problem.
Did you find the solution on how to read a GPIO in the stub?
thanks