MCU boot-up sequence question
Where is this “reset vector” located in the memory, because I believe it to be a fixed memory address, which then gets updated during flashing. How would the MCU otherwise know which of the three app locations and their respective reset_handles to jump to? This has to be one of the very first things things the MCU does when booting-up.