https://github.com/endurodave/coredumparm
ARM Embedded System Core Dump
https://github.com/endurodave/coredumparm
arm c-language call-stack core-dump cpp embedded-systems
Last synced: 3 months ago
JSON representation
ARM Embedded System Core Dump
- Host: GitHub
- URL: https://github.com/endurodave/coredumparm
- Owner: endurodave
- License: mit
- Created: 2024-02-04T13:21:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:45:17.000Z (over 1 year ago)
- Last Synced: 2025-01-22T03:13:06.698Z (5 months ago)
- Topics: arm, c-language, call-stack, core-dump, cpp, embedded-systems
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreDumpARM
A memory core dump framework that stores crash information including call stacks on ARM CPUs.A full ARM core dump source code implementation using Keil uVision. The source was written using the free Keil MDK-Lite and ARM STM32F103 simulator so no target hardware was required. The code is simple and easily ported to ARM or any other embedded platform.
See the link below for an article explaining this source code and how to create an embedded core dump.
[Core Dump Documentation](https://github.com/endurodave/CoreDump)