Page 1 of 1

Software reset due to exception/pani

Posted: Mon Jun 24, 2024 12:00 pm
by dalohar
Hi,

We are using below setup
Device: ESP32-WROVER-E 16 MB
ESP-IDF: v5.1.1

We have experienced reset issue at one point of time with reason ESP_RST_PANIC.
Unfortunately we did not able to get crash log or core dump for that event.
So we are trying to understand what cases can cause this issue to occur.

Please help us to understand what are major conditions in which this reset reason can occur.
Thanks in advance.

Regards,

Dinesh

Re: Software reset due to exception/pani

Posted: Thu Jun 27, 2024 9:21 am
by ESP_Sprite
Generally, ESP-IDF panics whenever it finds a situation that Should Never Happen. There's a fair few things that generate this; just knowing that there was a panic is unlikely to get you to the root cause.