7" HMI ESP32 TG1WDT_SYS_RST Error
- 7" HMI ESP32 V3 (DIS08070H)
- LVGL 8.3.11 patched per commit ac9198d
- LovyanGFX 1.2.7
- Arduino IDE 2.3.7
- Board, PSRAM, Partition Scheme as per Elecrow Tutorials.
Attempting tutorial 4 in the Elecrow Tutorial series. Code compiles and uploads just fine but the screen stays blank and I get the following error on the serial monitor on repeat.
16:27:09.959 -> rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
16:27:09.959 -> Saved PC:0x40377c49
16:27:09.959 -> SPIWP:0xee
16:27:09.959 -> mode:DIO, clock div:1
16:27:09.959 -> load:0x3fce2820,len:0x116c
16:27:09.959 -> load:0x403c8700,len:0xc2c
16:27:09.959 -> load:0x403cb700,len:0x3108
16:27:09.959 -> entry 0x403c88b8
16:27:14.123 -> ESP-ROM:esp32s3-20210327
16:27:14.123 -> Build:Mar 27 2021
Some googling suggests this is a conflict between a GPIO and the flash (not sure if that's actually the cause of the issue or not), but I'm using the gfx_conf.h from the tutorial files. I've tried different USB ports and have it plugged into a powered USB hub. Not sure what other troubleshooting steps to take at this point.
Files attached for convenience.
I am completely new to this. Please let me know if I can provide any additional information that might prove helpful.
Comments
Solved - I accidentally updated my board manager. Works great after returning to ESP32 2.0.15