SPRUJF2A March 2026 – March 2026 AM13E23019
The Arm Cortex-M33 interrupt vector table is 500 words long (2000 bytes). The complete platform interrupt and exception table with vector table addresses is given in Table 4-4.
See Table 4-2 for a complete list of which interrupts a particular device supports along with a more detail interrupt vector table describing which NVIC number is used for what peripheral.
| Exception Number | NVIC Number(1) | Priority Group | Secure Vector | Vector Table Address | Vector Description(2) |
|---|---|---|---|---|---|
| - | - | - | - | 0x0000.0000 | Stack pointer |
| 1 | - | -4 | Reset | 0x0000.0004 | Reset vector |
| 2 | -14 | -2 | NMI | 0x0000.0008 | NMI handler |
| 3 | -13 | -1 | HardFault | 0x0000.000C | Hard fault handler |
| 4 | -12 | Configurable | MemManage | 0x0000.0010 | Memory Protection Violation |
| 5 | -11 | Configurable | BusFault | 0x0000.0014 | Memory-related fault |
| 6 | -10 | Configurable | UsageFault | 0x0000.0018 | UsageFault |
| 7 | - | - | Reserved | 0x0000.001C | - |
| 8 | - | - | Reserved | 0x0000.0020 | - |
| 9 | - | - | Reserved | 0x0000.0024 | - |
| 10 | - | - | Reserved | 0x0000.0028 | - |
| 11 | -5 | Configurable | SVCall | 0x0000.002C | Supervisor call handler |
| 12 | -4 | Configurable | DebugMonitor | 0x0000.0030 | DebugMonitor exception |
| 13 | - | - | Reserved | 0x0000.0034 | - |
| 14 | -2 | Configurable | PendSV | 0x0000.0038 | Pended supervisor handler |
| 15 | -1 | Configurable | SysTick | 0x0000.003C | SysTick handler |
| 16 | 0 | Configurable | Device Interrupt 0 | 0x0000.0040 | Handler for Device Interrupt 0 |
| 17 | 1 | Configurable | Device Interrupt 1 | 0x0000.0044 | Handler for Device Interrupt 1 |
| 18 | 2 | Configurable | Device Interrupt 2 | 0x0000.0048 | Handler for Device Interrupt 2 |
| ... | ... | ... | ... | ... | ... |
| 63 | 47 | Configurable | Device Interrupt 47 | 0x0000.00FC | Handler for Device Interrupt 47 |
The CPU implements a nonmaskable interrupt, which handles critical interrupts which must be serviced immediately by the processor. The NMI interrupt sources are managed by SYSCTL. See the corresponding NMI information in the SYSCTL section of the PMCU chapter.