Contiki 3.x
|
Implementation of debugging fault handlers for ARM Cortex M3/M4 CPUs.More...
Go to the source code of this file.
Functions | |
void | hard_fault_handler_c (uint32_t *hardfault_args) |
Hard fault handler (C part) More... | |
Implementation of debugging fault handlers for ARM Cortex M3/M4 CPUs.
Definition in file fault-handlers.c.
void hard_fault_handler_c | ( | uint32_t * | hardfault_args | ) |
Hard fault handler (C part)
This is basically a copy and paste of the hardfault handler originally written by Joseph Yiu and published on various forums around the web.
Author: Joseph Yiu
hardfault_args | A pointer to the stack area where the hardfault parameters are located. |
Definition at line 28 of file fault-handlers.c.
References DEBUGGER_BREAK.