What is the booting process for ARM?

Currently, there are two exception models in the ARM architecture (reset is considered a kind of exception): The classic model, used in pre-Cortex chip and current Cortex-A/R chips. In it, the memory at 0 contains several exception handlers: Offset Handler =============== 00 Reset 04 Undefined Instruction 08 Supervisor Call (SVC) 0C Prefetch Abort 10 Data … Read more