Summary of Embedded System Knowledge (Hardware Section)
ARM processors are all RISC architecture, single-cycle operations, instruction pipelines, using load or store instructions to access memory. ARM7 adopts the von Neumann architecture, 3 stage pipeline; ARM9 adopts Harvard architecture, 5 stage pipeline; Cortex-A15 adopts 13 stage pipeline.ARM after reset PC unconditionally points to 0x00000000. MMU is the memory management unit of the ARM … Read more