4.3.6.5 What is the Default Interrupt, Where is it Defined, and How Do I Use It?
The “default interrupt” fills in the vector table when no other named vector exists. If it is not defined, the compiler will create one that will halt in a debugging environment or Reset in a normal execution (non-debug) environment.
You can define your own handler by simply defining an ISR named:
_DefaultInterrupt
.