Page 1 of 1

Coredump to flash with external SPIRAM

Posted: Mon Jul 05, 2021 1:04 pm
by Leander
If using external SPIRAM the coredump to flash is disabled in the kconfig from the Coredump component:
https://github.com/espressif/esp-idf/c ... 323b3c1ed2

Does anyone have experience with ignoring this and still using the coredump by overruling line17?

I've got SPIRAM connected and tested an abort() in normal stack task and in SPIRAM stack task.
Both generated a valid coredump and rebooted the ESP.

What could be de risks by overruling this limitation?
Can the Coredump code cause an lock and prevent the device from rebooting?