Page 1 of 1

ESP32 S3 restart issue

Posted: Tue Aug 01, 2023 10:28 am
by Prathik
Hi , I am using ESP32 S3 for a project. The project involves connecting to Wifi and communication with IOT hub using MQTT.
The Wifi configuration can be done using Bluetooth or through TCP IP.
While working on this project I have observed that few of the units restart all of a sudden.
When I check the log I see these messages.
Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled.
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.

I can't quite figure out whether this is an issue with my code or hardware, since it is repeating in only few units.
Kindly help me solve this.