RTEMS  5.0.0
Functions
exceptions.c File Reference
#include "chip.h"

Functions

void NMI_Handler (void)
 Default NMI interrupt handler.
 
__STATIC_INLINE uint32_t StackUnwind (void)
 This function back trace the stack to give exact address where fault happened.
 
void HardFault_Handler (void)
 Default HardFault interrupt handler.
 
void MemManage_Handler (void)
 Default MemManage interrupt handler.
 
void BusFault_Handler (void)
 Default BusFault interrupt handler.
 
void UsageFault_Handler (void)
 Default UsageFault interrupt handler.
 

Detailed Description

This file contains the default exception handlers.

Note
The exception handler has weak aliases. As they are weak aliases, any function with the same name will override this definition.