-
-
Notifications
You must be signed in to change notification settings - Fork 664
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
ESP_RST_INT_WDT on deep sleep start #1160
Comments
Hi @tnicolas42, have you tried the same code in Arduino IDE? |
Yes I tried and I don't have any error |
Do you have an other S3 board without OPI flash/PSRAM? |
Mhh, this |
I made a mistake actually, the error doesn't occur when I upload code from the Arduino IDE... |
SOLVED
|
I have an issue with deepsleep start.
Since one month, on some random esp32 I can’t start deepsleep mode. I have 20 boards, the bug appears on 12 of them.
When I run this code, the esp32 auto restart imediatly when calling
esp_deep_sleep_start()
with reason 5 (ESP_RST_INT_WDT: Reset (software or hardware) due to interrupt watchdog
)The bug first appear when I did some updates but I don’t remember witch one.
Specifications
My code :
platformio.ini
custom board used
logs
The text was updated successfully, but these errors were encountered: