void Default_Handler(void)
Catch-all handler for every exception slot nothing else claims.
void main(void)
The application entry point Reset_Handler hands control to.
void SystemInit(void)
Earliest C code the image runs: bring the core up before RAM init.