17.4.1 Reset

The Reset exception is handled by the function Reset_Handler and has IRQ number Reset_IRQn. It is always enabled and has the highest priority of all interrupts. The handler is part of the C runtime start-up code and should not be altered. You can augment the reset handler by defining certain functions. See the 18 Main, Runtime Start-up and Reset for details.