modm API documentation
|
lbuild module: modm:crashcatcher
CrashCatcher hooks into the ARM Cortex-M HardFault handler and generates a coredump that can be used with CrashDebug for post-mortem debugging. You must place the CrashDebug
binary in your path or alternatively set the environment variable MODM_CRASHDEBUG_BINARY
to point to the enclosing folder:
modm_coredump
function in GDB and it will generate a coredump.txt
file. Consult your chosen build system module for additional integration.