Texas Instruments Development Kit for TM4C129x,Tiva™ ARM® Cortex™ -M4 Microcontroller DK-TM4C129X DK-TM4C129X 데이터 시트

제품 코드
DK-TM4C129X
다운로드
페이지 2182
Table 2-9. Interrupts (continued)
Description
Vector Address or
Offset
Interrupt Number (Bit
in Interrupt Registers)
Vector Number
1-Wire
0x0000.01E4
105
121
Reserved
-
106-108
122-124
I
2
C 8
0x0000.01F4
109
125
I
2
C 9
0x0000.01F8
110
126
GPIO T
0x0000.01FC
111
127
Reserved
-
113
129
2.5.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.
2.5.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 Table 2-8 on page 124. Figure 2-6 on page 129 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
December 13, 2013
128
Texas Instruments-Advance Information
The Cortex-M4F Processor