Exception Model
1625
SPRUHE8E – October 2012 – Revised November 2019
Copyright © 2012–2019, Texas Instruments Incorporated
Cortex-M3 Processor
Table 24-17. Interrupts (continued)
Vector Number
Interrupt Number (Bit in
Interrupt Registers)
Vector Address or Offset
Description
99
83
0x0000.018C
CTOMIPC4
100-103
84-87
-
Reserved
104
88
0x0000.01A0
RAM Single Error
1-5
89
0x0000.01A4
System / USB PLL Out of Lock
106
90
0x0000.01A8
M3 Flash Single Error
107
91
0x0000.01AC
Reserved
108-126
92-110
-
Reserved
127
111
0x0000.01FC
GPIO Port M
128
112
0x0000.0200
GPIO Port N
129-131
113-115
-
Reserved
132
116
0x0000.0210
GPIO Port P
133-139
117-123
-
Reserved
140
124
0x0000.0230
GPIO Port Q
141-147
125-131
-
Reserved
148
132
0x0000.0250
GPIO Port R
149
133
0x0000.0254
GPIO Port S
24.7.3 Exception Handlers
The processor handles exceptions using:
•
Interrupt Service Routines (ISRs).
Interrupts (IRQx) are the exceptions handled by ISRs.
•
Fault Handlers.
Hard fault, memory management fault, usage fault, and bus fault are fault exceptions
handled by the fault handlers.
•
System Handlers.
NMI, PendSV, SVCall, SysTick, and the fault exceptions are all system exceptions
that are handled by system handlers.
24.7.4 Vector Table
The vector table contains the reset value of the stack pointer and the start addresses, also called
exception vectors, for all exception handlers. The vector table is constructed using the vector address or
offset shown in
. shows the order of the exception vectors in the vector table. The least-
significant bit of each vector must be 1, indicating that the exception handler is Thumb code.