SmartSnippets DA1459x SDK
hw_hard_fault.h
Go to the documentation of this file.
1 
42 #ifndef HW_HARD_FAULT_H_
43 #define HW_HARD_FAULT_H_
44 
45 
46 #include <stdbool.h>
47 #include <stdint.h>
48 #include <sdk_defs.h>
49 
50 #define HARDFAULT_MAGIC_NUMBER 0xBADC0FFE
51 
59 extern volatile uint32_t hardfault_event_data[9];
60 #endif /* HW_HARD_FAULT_H_ */
61 
sdk_defs.h
Central include header file with platform definitions.
hardfault_event_data
volatile uint32_t hardfault_event_data[9]
Holds the stack contents when a hard-fault occurs.