Function cortex_m::exception::default_handler [] [src]

pub extern "C" fn default_handler<T>(_token: T) where
    T: Context

The default exception handler

This handler triggers a breakpoint (bkpt) and gives you access, within a GDB session, to the stack frame (_sf) where the exception occurred.