Skip to content
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

Reboot Loop with ESP32 emon #79

Closed
github768484 opened this issue Jan 23, 2022 · 2 comments
Closed

Reboot Loop with ESP32 emon #79

github768484 opened this issue Jan 23, 2022 · 2 comments

Comments

@github768484
Copy link

Can you tell me why I get this continuing loop?

ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:10944
load:0x40080400,len:6388
entry 0x400806b4
Starting AP
WiFi interface ready
WiFi client started
E (6693) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (6693) task_wdt: - loopTask (CPU 1)
E (6693) task_wdt: Tasks currently running:
E (6693) task_wdt: CPU 0: IDLE0
E (6693) task_wdt: CPU 1: IDLE1
E (6693) task_wdt: Aborting.
abort() was called at PC 0x4016fe84 on core 0

ELF file SHA256: 0000000000000000

Backtrace: 0x4008880c:0x3ffbf8f0 0x40088a89:0x3ffbf910 0x4016fe84:0x3ffbf930 0x40086f81:0x3ffbf950 0x401867af:0x3ffbca10 0x401717ff:0x3ffbca30 0x4008b249:0x3ffbca50 0x40089a9a:0x3ffbca70

Rebooting...

@CircuitSetup
Copy link
Owner

It looks like the watchdog timer is getting triggered. Try disabling it.

@github768484
Copy link
Author

That resolved the issue. Thank you. What is the downside of disabling the watchdog?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants