![Texas Instruments SimpleLink MSP432P4 Series Скачать руководство пользователя страница 103](http://html1.mh-extra.com/html/texas-instruments/simplelink-msp432p4-series/simplelink-msp432p4-series_technical-reference-manual_1095579103.webp)
Functional Peripherals Registers
103
SLAU356I – March 2015 – Revised June 2019
Copyright © 2015–2019, Texas Instruments Incorporated
Cortex-M4F Peripherals
2.4.2.4
RBAR Register (Offset = D9Ch) [reset = 00000000h]
RBAR is shown in
and described in
.
MPU Region Base Address Register. Use the MPU Region Base Address Register to write the base
address of a region. The Region Base Address Register also contains a REGION field that you can use to
override the REGION field in the MPU Region Number Register, if the VALID bit is set. The Region Base
Address register sets the base for the region. It is aligned by the size. So, a 64-KB sized region must be
aligned on a multiple of 64KB, for example, 0x00010000 or 0x00020000. The region always reads back as
the current MPU region number. VALID always reads back as 0. Writing with VALID = 1 and REGION = n
changes the region number to n. This is a short-hand way to write the MPU Region Number Register. This
register is Unpredictable if accessed other than as a word.
Figure 2-12. RBAR Register
31
30
29
28
27
26
25
24
ADDR
R/W-0h
23
22
21
20
19
18
17
16
ADDR
R/W-0h
15
14
13
12
11
10
9
8
ADDR
R/W-0h
7
6
5
4
3
2
1
0
ADDR
VALID
REGION
R/W-0h
R/W-0h
R/W-0h
Table 2-17. RBAR Register Field Descriptions
Bit
Field
Type
Reset
Description
31-5
ADDR
R/W
0h
Region base address field. The position of the LSB depends on the
region size, so that the base address is aligned according to an even
multiple of size. The power of 2 size specified by the SZENABLE
field of the MPU Region Attribute and Size Register defines how
many bits of base address are used.
4
VALID
R/W
0h
MPU Region Number valid bit.
0b = MPU Region Number Register remains unchanged and is
interpreted.
1b = MPU Region Number Register is overwritten by bits 3:0 (the
REGION value).
3-0
REGION
R/W
0h
MPU region override field.