how to use this library using ESP32 S3 N16R18 ? #3826
Unanswered
Rtyuakatsuki
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have tried some code from example and upload it
it make the esp32 S3 reboot repeatedly
and i do setup in user setup etc
but still it same problem
and try configure the pin according to my setup but still make the esp32S3 reboot and serial monitor say it core 1 panic
11:23:49.810 -> Rebooting...
11:23:49.856 -> �ESP-ROM:esp32s3-20210327
11:23:49.856 -> Build:Mar 27 2021
11:23:49.856 -> rst:0xc (RTC_SW_CPU_RST),boot:0x9 (SPI_FAST_FLASH_BOOT)
11:23:49.856 -> Saved PC:0x42026b2a
11:23:49.856 -> SPIWP:0xee
11:23:49.856 -> mode:DIO, clock div:1
11:23:49.856 -> load:0x3fce3808,len:0x4bc
11:23:49.856 -> load:0x403c9700,len:0xbd8
11:23:49.856 -> load:0x403cc700,len:0x2a0c
11:23:49.856 -> entry 0x403c98d0
11:23:49.948 -> ILI9488 3.5" Test with ESP32-S3
11:23:49.948 -> Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
11:23:49.980 ->
11:23:49.980 -> Core 1 register dump:
11:23:49.980 -> PC : 0x42002973 PS : 0x00060830 A0 : 0x82002a48 A1 : 0x3fcebbd0
11:23:50.013 -> A2 : 0x00000010 A3 : 0x00000000 A4 : 0x60004000 A5 : 0x0000000d
11:23:50.013 -> A6 : 0x000000ff A7 : 0x00000000 A8 : 0x08000000 A9 : 0x3fcebba0
11:23:50.013 -> A10 : 0x3fc94a54 A11 : 0x00000001 A12 : 0xffffffff A13 : 0x00000004
11:23:50.013 -> A14 : 0x00000000 A15 : 0x3fc91558 SAR : 0x00000010 EXCCAUSE: 0x0000001d
11:23:50.055 -> EXCVADDR: 0x00000010 LBEG : 0x42005a20 LEND : 0x42005a83 LCOUNT : 0x00000000
11:23:50.055 ->
11:23:50.055 ->
11:23:50.055 -> Backtrace: 0x42002970:0x3fcebbd0 0x42002a45:0x3fcebc00 0x42001abd:0x3fcebc20 0x42006802:0x3fcebc50
11:23:50.055 ->
11:23:50.055 ->
11:23:50.055 ->
11:23:50.055 ->
11:23:50.055 -> ELF file SHA256: ce0061c9c11ac294
11:23:50.055 ->
and i tried compile and upload
Beta Was this translation helpful? Give feedback.
All reactions