how to debug rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT) an arduino-esp32
Posted: Tue Dec 04, 2018 8:06 pm
Hi,
I'm using arduino-esp32 with the latest release 1.0.1-rc1.
I receive this message without a stack trace or an exception.
As I saw in some other threads, I changed the following lines in sdkconfig.h and recompiled everything:
During upload I got information like
So how can I proceed from here? I need a hint on where in my code the problem occurs and wat the reason might be?
I'm using arduino-esp32 with the latest release 1.0.1-rc1.
I receive this message without a stack trace or an exception.
Code: Select all
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (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:1100
load:0x40078000,len:9220
load:0x40080400,len:6300
entry 0x400806a4
Code: Select all
//#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1
#define CONFIG_ESP32_PANIC_GDBSTUB 1
Code: Select all
Uploading stub...
Running stub...
Stub running...