Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

custom crash callback #6959

JesusCarrascoCarrillo started this conversation in Ideas
Discussion options

Hello, I am starting to use the ESP32 module with the Arduino IDE and I have detected that it produces a reset sometimes, on more occasions than the ESP8266. It is probably for security, although the program I use is the same on both platforms.
In order to debug the error, I would need to have a function similar to the one that the ESP8266 has (extern "C" void custom_crash_callback) to be able to analyze the stack dump. If I work through the serial port I can get the screen dump and analyze it with "ESP exception decoder" but if the equipment is already in production it is impossible.
1.- I would like to propose making this function public, which surely exists since to print the dump on the screen some function must be used.
2.- Another proposal is to dump the produced dumps into a flash file, which can be handled with LittleFS, which would simplify things.

Cheers,

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /