![Texas Instruments AM1808 Technical Reference Manual Download Page 297](http://html.mh-extra.com/html/texas-instruments/am1808/am1808_technical-reference-manual_1094558297.webp)
AINTC Registers
297
SPRUH82C – April 2013 – Revised September 2016
Copyright © 2013–2016, Texas Instruments Incorporated
ARM Interrupt Controller (AINTC)
11.4.11 Vector Base Register (VBR)
The vector base register (VBR) holds the base address of the ISR vector addresses. The VBR is shown in
and described in
.
Figure 11-13. Vector Base Register (VBR)
31
0
BASE
R/W-0
LEGEND: R/W = Read/Write; -
n
= value after reset
Table 11-13. Vector Base Register (VBR) Field Descriptions
Bit
Field
Value
Description
31-0
BASE
0-FFFF FFFFh
ISR Base Address.
11.4.12 Vector Size Register (VSR)
The vector size register (VSR) holds the sizes of the individual ISR routines in the vector table. This is
only the sizes to space the calculated vector addresses for the initial ISR targets (the ISR targets could
branch off to the full ISR routines). The VSR is shown in
and described in
.
NOTE:
The VSR must be configured even if the desired value is equal to the default value.
Figure 11-14. Vector Size Register (VSR)
31
16
Reserved
R-0
15
8
7
0
Reserved
SIZE
R-0
R/W-0
LEGEND: R/W = Read/Write; R = Read only; -
n
= value after reset
Table 11-14. Vector Size Register (VSR) Field Descriptions
Bit
Field
Value
Description
31-8
Reserved
0
Reserved
7-0
SIZE
0-FFh
Size of ISR address spaces.
0
4 bytes
1h
8 bytes
2h
16 bytes
3h
32 bytes
4h
64 bytes
5h-FFh
...