xiaoshzx / CoreDumpARM

A memory core dump framework that stores crash information including call stacks on ARM CPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A memory core dump framework that stores crash information including call stacks on ARM CPUs

License:MIT License


Languages

Language:C 79.6%Language:Assembly 20.4%