Click here to Skip to main content
15,916,431 members
Articles / Programming Languages / C

Designers' Guide to Embedded Core Dumps

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
4 Feb 2024CPOL19 min read 10.4K   77   5  
A core dump framework that stores crash information including call stacks on any embedded system.
The techniques discussed within this article show how to create a very useful core dump feature with a minimal amount of code. Generic algorithms are suitable for almost any CPU. The core dump is integrated into the application and captures crash data without a debugger. The captured data is used for a post-mortem analysis of the runtime failure.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a professional software engineer for over 20 years. When not writing code, I enjoy spending time with the family, camping and riding motorcycles around Southern California.

Comments and Discussions