Search found 2 matches

by setrin
Sat Jan 21, 2023 3:10 pm
Forum: ESP-IDF
Topic: [RESOLVED] RTC GPIO handling in STUB fonction
Replies: 3
Views: 1595

Re: [RESOLVED] RTC GPIO handling in STUB fonction

Nevermind, I found the solution.
It was to use

Code: Select all

gpio_pad_unhold
before initializing INPUT_PULLUP pin.
But thanks for giving me hope that it's solvable and to push through.
by setrin
Thu Jan 19, 2023 7:20 pm
Forum: ESP-IDF
Topic: [RESOLVED] RTC GPIO handling in STUB fonction
Replies: 3
Views: 1595

Re: [RESOLVED] RTC GPIO handling in STUB fonction

Hello,

I'm having the same issue with my ESP32 C3.
I'm using deep sleep and after which I cannot set INPUT_PULLUP. IT doesn't do anything.

Could you please elaborate on how did you solve the issue?
I'm using Arduino IDE.

Thx in advance