0
2.7kviews
Explain the M3 (Interrupt/ Exception) vector table.
1 Answer
written 6.5 years ago by | • modified 6.5 years ago |
On system reset, the vector table is fixed at address 0x00000000. Privileged software can write to the VTOR (Vector Table Offset Register) to relocate the vector table start address to a different memory location, in the range 0x00000080 to 0x3FFFFF80
The Exceptions are numbered from1 to 15 for system exceptions and 16 and above for external interrupt inputs.