Search found 2 matches

by Hbking
Tue Oct 28, 2025 9:49 am
Forum: General Discussion
Topic: Internal RAM overflow issue in ESP32 S3
Replies: 2
Views: 2140

Internal RAM overflow issue in ESP32 S3

Hi everyone,

We are using an ESP32-S3(16R8) module with ESP-IDF and FreeRTOS, and we are facing an internal RAM overflow issue when multiple subsystems are active simultaneously.

The system works absolutely fine when provisioning is stopped.

Our application includes:

1. AWS IoT (MQTT ...
by Hbking
Thu Jun 19, 2025 9:47 am
Forum: ESP-IDF
Topic: how to read coredump data into a buffer and convert it to human readable form(register values & backtrace)
Replies: 0
Views: 27

how to read coredump data into a buffer and convert it to human readable form(register values & backtrace)

Hello guys,

I have stored coredump values in flash. I want to read it and convert it in human readable form i.e.
PC : 0x00090003 PS : 0x0000001d A0 : 0x00000160 A1 : 0x00000000
A2 : 0x00000002 A3 : 0x3fccbd10 A4 : 0x3fccb910 A5 : 0x3fccbd00
A6 : 0x3fccb8c0 A7 : 0x0000cfa9 A8 : 0x3fca4764 A9 ...

Go to advanced search