串口打印如下,并且不断重启

ELF file SHA256: e519aa68db38b7ab

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x28 (SPI_FAST_FLASH_BOOT)
Saved PC:0x4204dfa6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0
E (136) psram: PSRAM ID read error: 0x00ffffff, PSRAM chip not found or not supported, or wrong PSRAM line mode
Hello Arduino! V8.4.0
I am LVGL_Arduino
Free heap: 360060 bytes
Guru Meditation Error: Core  1 panic'ed (StoreProhibited). Exception was unhandled.

Core  1 register dump:
PC      : 0x42025c5a  PS      : 0x00060a30  A0      : 0x82025d24  A1      : 0x3fcebdb0  
A2      : 0x08000000  A3      : 0x00000000  A4      : 0x60004000  A5      : 0x00000007  
A6      : 0x000000ff  A7      : 0xff000000  A8      : 0x00000010  A9      : 0x3fcebd80  
A10     : 0x3fc99584  A11     : 0x00000001  A12     : 0xffffffff  A13     : 0x00000020  
A14     : 0x00000000  A15     : 0x3fc93c78  SAR     : 0x00000010  EXCCAUSE: 0x0000001d  
EXCVADDR: 0x00000010  LBEG    : 0x4203bf54  LEND    : 0x4203bfb8  LCOUNT  : 0x00000000  

Backtrace: 0x42025c57:0x3fcebdb0 0x42025d21:0x3fcebde0 0x42025d2c:0x3fcebe00 0x420024c7:0x3fcebe20 0x42028eea:0x3fcebe90

由于esp32核心版本更新为2.0.16,而ESP32-S3下的TFT_eSPI库并不适配,产生兼容性问题,要将arduino核心版本回退到2.0.14

更多推荐