The processor handles exceptions
with:
- Interrupt Service Routine
(ISR): The IRQ interrupts are the exceptions handled by ISRs.
- Fault Handler: HardFault is the only exception handled by the fault
handler.
- System Handlers:NMI, PendSV, SVCall SysTick, and HardFault are all
system exceptions handled by system handlers.