-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi, I am using ESP32S3 Module to drive the ST7789V display. However, even though the wiring was double checked, it still run into the following problem:
_load:0x3fce2820,len:0x116c
load:0x403c8700,len:0xc2c
load:0x403cb700,len:0x3108
entry 0x403c88b8
Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x420029d7 PS : 0x00060530 A0 : 0x82002aa8 A1 : 0x3fcebcc0
A2 : 0x3fc97d58 A3 : 0x00000000 A4 : 0x0000000b A5 : 0x0000000b
A6 : 0x000000ff A7 : 0x60004000 A8 : 0x00000010 A9 : 0x08000000
A10 : 0x3fc97e10 A11 : 0x02625a00 A12 : 0x00000301 A13 : 0x00000000
A14 : 0x02625a00 A15 : 0x3fcebc98 SAR : 0x0000000d EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000010 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0xffffffff
Backtrace: 0x420029d4:0x3fcebcc0 0x42002aa5:0x3fcebcf0 0x42001e4d:0x3fcebd10 0x42005e61:0x3fcebd40 0x4037be4d:0x3fcebd60_
Appreciated if someone can tell me what is the cause. And below is the module I use and the pin config.

#define TFT_MISO -1
#define TFT_DC 9
#define TFT_CS 10
#define TFT_MOSI 11
#define TFT_SCLK 12
#define TFT_RST 13