5 inch ESP32 displays but seems to have crashed

I have got a 5 inch ESP32 panel to experiment with. I made a simple template using Squareline Studio, this displays great and the touch panel is working. Unfortunately, I get errors on the monitor and nothing else is working. I can't even get "Serial.println("Looping"); to work in the loop. I have enabled CDC on boot and everything else is set as per the readme.

I am using Arduino 2.3.6 and the ESP32 core is 2.0.18. The error I get is:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x28 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0
E (132) esp_core_dump_flash: No core dump partition found!
E (132) esp_core_dump_flash: No core dump partition found!
E (378) gpio: gpio_set_level(227): GPIO output gpio_num error
E (379) gpio: gpio_set_level(227): GPIO output gpio_num error

Any ideas what I am doing wrong? Thank you.

Sign In or Register to comment.