Does the Cortex-M0 always default to 0x0 when an interrupt triggers?
The short answer is no, the Cortex-M0 does not always default the program counter to 0x0 when an interrupt triggers. The actual default address depends on the specific interrupt triggered and how the interrupts are configured. Overview of Cortex-M0 Interrupts The Cortex-M0 processor has several different kinds of interrupts that can be triggered by external…