Page 1 of 1

ESP32-WROOM-32D board restart issue

Posted: Fri May 17, 2019 2:13 pm
by Yugandhar
I face restart and hanging issue with esp32 I am unable to find out that reason
It gives this errors:[Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed)],
[Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled.].

I made this partition table is their any problem with is

# Name Type SubType Offset Size
nvs data nvs 0x9000 0x5000
otadata data ota 0xe000 0x2000
app0 app ota_0 0x10000 0x300000
app1 app ota_1 0x310000 0x300000
eeprom data 0x99 0x610000 0x9C07F0
spiffs data spiffs 0xFD07F0 0xF000

Re: ESP32-WROOM-32D board restart issue

Posted: Sat May 18, 2019 9:00 am
by ESP_Sprite
It's kinda hard to say when you don't post your code...

Re: ESP32-WROOM-32D board restart issue

Posted: Thu May 23, 2019 12:22 pm
by stefkpl
Hi,

Install this

https://github.com/me-no-dev/EspExceptionDecoder

It's magic ;-)

Stéf.