-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello.
Arduino IDE 2.3.6
Esp32 3.3.1
TFT_eSPI 2.5.43
I change in library file User_Setup.h
with ..\GitHub\CrowPanel-ESP32-Display-Course-File\CrowPanel_ESP32_Tutorial\File\TFT_eSPI Setup file\3.5inch\User_Setup.h
Upload example Paint.ino
And ESP in bootlooop with error:
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 : 0x4200396e PS : 0x00060930 A0 : 0x82003b2d A1 : 0x3fcebf00
A2 : 0x3fc98198 A3 : 0x00000001 A4 : 0x0000000c A5 : 0x0000000d
A6 : 0x000000ff A7 : 0x60004000 A8 : 0x00000010 A9 : 0x08000000
A10 : 0x3fc98384 A11 : 0x00f423ff A12 : 0x00000001 A13 : 0x00000000
A14 : 0x00f423ff A15 : 0x3fcebed8 SAR : 0x0000001e EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000010 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0xffffffff
Backtrace: 0x4200396b:0x3fcebf00 0x42003b2a:0x3fcebf30 0x42003d84:0x3fcebf60 0x4200209b:0x3fcebf80 0x4200a00a:0x3fcebfb0 0x4037c191:0x3fcebfd0
How fix this ?