On Tue, 11 Feb 2025 at 18:59, Peter Barada <peter.bar...@gmail.com> wrote:
> Tim, > > Common across bulk of ARM processors, the vector table starting at > address 0x0 contains the 32-bit value of the stack pointer, address 0x4 > contains the reset vector (i.e. where to start execution in supervisor > state) and then the exception and IRQ vectors. > Only for cortex-m. Not true for armv7a and older.