SmartSnippets DA1459x SDK
Files | Variables

Generic Exception Handlers. More...

Files

file  hw_hard_fault.h
 Hard-Fault Handler include file.
 

Variables

volatile uint32_t hardfault_event_data [9]
 Holds the stack contents when a hard-fault occurs. More...
 

Detailed Description

Generic Exception Handlers.

Variable Documentation

◆ hardfault_event_data

volatile uint32_t hardfault_event_data[9]

Holds the stack contents when a hard-fault occurs.

The stack contents are copied at this variable when a hard-fault occurs. The first position is marked with a special "flag" (0xBADC0FFE) to indicate that the data that follow are valid.