Table 8-16 Vector Table Offset Register Bit Assignments; Figure 8-10 Vector Table Offset Register Bit Assignments - ARM Cortex-M3 Technical Reference Manual

R2p0
Hide thumbs Also See for Cortex-M3:
Table of Contents

Advertisement

Nested Vectored Interrupt Controller
31
Res
Bits
Field
[31:30]
-
[29]
TBLBASE
[28:7]
TBLOFF
[6:0]
-
8-22
30
29
28
TBLBASE
Table 8-16 describes the bit assignments of the Vector Table Offset Register.
Function
Reserved, RAZ/WI
Table base is in Code (0) or RAM (1)
Vector table base offset field. Contains the offset of the table base from the bottom of the SRAM
or CODE space.
Reserved, RAZ/WI
The Vector Table Offset Register positions the vector table in CODE or SRAM space.
The default, on reset, is 0 (CODE space). When setting a position, the offset must be
aligned based on the number of exceptions in the table. This means that the minimum
alignment is 32 words that you can use for up to 16 interrupts. For more interrupts, you
must adjust the alignment by rounding up to the next power of two. For example, if you
require 21 interrupts, the alignment must be on a 64-word boundary because table size
is 37 words, next power of two is 64.
Note
Table alignment requirements mean that bits [6:0] of the table offset are always zero.
TBLBASE and TBLOFF are combined with 7'b0000000 to construct the complete
vector table base offset value.
Application Interrupt and Reset Control Register
Use the Application Interrupt and Reset Control Register to:
determine data endianness
clear all active state information for debug or to recover from a hard failure
execute a system reset
alter the priority grouping position (binary point).
Copyright © 2005-2008 ARM Limited. All rights reserved.
TBLOFF

Figure 8-10 Vector Table Offset Register bit assignments

Table 8-16 Vector Table Offset Register bit assignments

Non-Confidential
7 6
0
Reserved
ARM DDI 0337G
Unrestricted Access

Advertisement

Table of Contents
loading

Table of Contents