2.2.3 Unhandled Interrupts
If an interrupt is triggered and the interrupt handler is not present at that location, the CPU will start executing uninitialized memory at that address. The CPU may eventually reach the main function or the initialization vector creating a “Reset”. It is also possible the CPU will trip a memory protection feature (if enabled and on-device) and cause a Reset.