4 Questions to Understand the Startup Principles of MCUs
1. Where does the MCU read code when it first starts up?After the CPU is powered on, it is designed to read code from address 0x00000000; it first reads two words in succession, which are the initial value of the stack pointer and the address of the reset exception handler; then it jumps to execute … Read more