SLAU962A December 2025 – June 2026 MSPM33C321A , MSPM33C321A-Q1
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 3-3.
See the device-specific data sheet 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 | - | -2 | NMI | 0x0000.0008 | NMI handler |
| 3 | - | -1 | Hard fault | 0x0000.000C | Hard fault handler |
| 4 | - | Selectable | MemManage | 0x0000.0010 | Memory Protection Violation |
| 5 | - | Selectable | BusFault | 0x0000.0014 | Memory-related fault |
| 6 | - | Selectable | UsageFault | 0x0000.0018 | UsageFault |
| 7 | - | Selectable | SecureFault | 0x0000.001C | SecureFault |
| 8 | - | - | Reserved | 0x0000.0020 | - |
| 9 | - | - | Reserved | 0x0000.0024 | - |
| 10 | - | - | Reserved | 0x0000.0028 | - |
| 11 | - | -5 | SVCall | 0x0000.002C | Supervisor call handler |
| 12 | - | -4 | DebugMonitor | 0x0000.0030 | - |
| 13 | - | - | Reserved | 0x0000.0034 | - |
| 14 | - | -2 | PendSV | 0x0000.0038 | Pended supervisor handler |
| 15 | - | -1 | SysTick | 0x0000.003C | SysTick handler |
| 16 | 0 | Selectable | Device Interrupt 0 | 0x0000.0040 | Handler for Device Interrupt 0 |
| 17 | 1 | Selectable | Device Interrupt 1 | 0x0000.0044 | Handler for Device Interrupt 1 |
| 18 | 2 | Selectable | Device Interrupt 2 | 0x0000.0048 | Handler for Device Interrupt 2 |
| ... | ... | ... | ... | ... | ... |
| 499 | 479 | Selectable | Device Interrupt 479 | 0x0000.0050 | Handler for Device Interrupt 479 |
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.