-
Notifications
You must be signed in to change notification settings - Fork 2
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
ESP32 - PRO CPU has been reset by WDT #1
Comments
First of all why checking out an old specific commit? you should try the latest master. |
First: W (196) boot.esp32: PRO CPU has been reset by WDT. Second: -- |
Since you are using ESP32 (I have tested in ESP32-S2) you will have to map the GPIO pins which support only GPIO output. and also do gpio_pad_select_gpio for required pins. Comment HUB75E_Init(); in app_main and add a print inside while() and see if it's running. If it is running then you have to fix the IO init for ESP32 |
while (1) { try like this is ok |
I have repeating resets of ESP32 controller with these warning messages:
Dev board based on ESP32.
**W (196) boot.esp32: PRO CPU has been reset by WDT.
W (202) boot.esp32: WDT reset info: PRO CPU PC=0x40000006
W (208) boot.esp32: WDT reset info: APP CPU PC=0x40080049
0x40080049: _WindowUnderflow4 at C:/Users/esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1758
W (196) boot.esp32: PRO CPU has been reset by WDT.
W (202) boot.esp32: WDT reset info: PRO CPU PC=0x400841ec
0x400841ec: _xt_panic at C:/Users/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S:30
W (208) boot.esp32: WDT reset info: APP CPU PC=0x400e733a (waiti mode)
0x400e733a: esp_pm_impl_waiti at C:/Users/esp-idf/components/esp_pm/pm_impl.c:829**
The text was updated successfully, but these errors were encountered: