-
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
Abort on automatic light sleep at high log levels (IDFGH-3075) #5097
Labels
Comments
github-actions
bot
changed the title
Abort on automatic light sleep at high log levels
Abort on automatic light sleep at high log levels (IDFGH-3075)
Apr 10, 2020
@boarchuz Thanks for reporting, we will look into. |
same result in |
Also happens in the |
+1, same on v4.2-dev |
espressif-bot
added
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
labels
Mar 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
With Power Management configured to enable automatic light sleep, and Default Log Verbosity >= Debug, the ESP32 aborts and restarts:
Following the log output (included below) shows that ESP_LOGD is being called here
esp-idf/components/esp32/sleep_modes.c
Lines 677 to 680 in 2e14149
from within a critical section in vApplicationSleep
esp-idf/components/esp32/pm_esp32.c
Lines 514 to 516 in 2e14149
IDF: v4.2-dev-701-g0ae960f2f
Full Log
The text was updated successfully, but these errors were encountered: