Esp32 is continuously rebooting after using self-made classes

Hello guys,

If I try default code or code only with classes from Libraries, this problem never occures. But if I use my classes and methods, I get this message continuously:

rst:0x10 (RTCWDT_RTC_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:0x3fff0030,len:1344
load:0x40078000,len:13864
load:0x40080400,len:3608
entry 0x400805f0
ets Jun  8 2016 00:22:57

What could be the reason for this issue?

Errors in your programming. As the watchdog does reset your ESP I guess you included a long lasting loop that doesn't reset the watchdog.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.