SLAU723A October 2017 – October 2018 MSP432E401Y , MSP432E411Y
This section lists and describes the System Control Block (SCB) registers, in numerical order by address offset. The SCB registers can only be accessed from privileged mode.
All registers must be accessed with aligned word accesses except for the FAULTSTAT, SYSPRI1, SYSPRI2, and SYSPRI3 registers, which can be accessed with byte or aligned halfword or word accesses. The processor does not support unaligned accesses to system control block registers.
Table 2-23 lists the memory-mapped registers for the SCB. All register offset addresses not listed in Table 2-23 should be considered as reserved locations and the register contents should not be modified.
Offset | Acronym | Register Name | Section |
---|---|---|---|
0x8 | ACTLR | Auxiliary Control | Section 2.5.1 |
0xD00 | CPUID | CPU ID Base | Section 2.5.2 |
0xD04 | INTCTRL | Interrupt Control and State | Section 2.5.3 |
0xD08 | VTABLE | Vector Table Offset | Section 2.5.4 |
0xD0C | APINT | Application Interrupt and Reset Control | Section 2.5.5 |
0xD10 | SYSCTRL | System Control | Section 2.5.6 |
0xD14 | CFGCTRL | Configuration and Control | Section 2.5.7 |
0xD18 | SYSPRI1 | System Handler Priority 1 | Section 2.5.8 |
0xD1C | SYSPRI2 | System Handler Priority 2 | Section 2.5.9 |
0xD20 | SYSPRI3 | System Handler Priority 3 | Section 2.5.10 |
0xD24 | SYSHNDCTRL | System Handler Control and State | Section 2.5.11 |
0xD28 | FAULTSTAT | Configurable Fault Status | Section 2.5.12 |
0xD2C | HFAULTSTAT | Hard Fault Status | Section 2.5.13 |
0xD34 | MMADDR | Memory Management Fault Address | Section 2.5.14 |
0xD38 | FAULTADDR | Bus Fault Address | Section 2.5.15 |
Complex bit access types are encoded to fit into small table cells. Table 2-24 shows the codes that are used for access types in this section.
Access Type | Code | Description |
---|---|---|
Read Type | ||
R | R | Read |
Write Type | ||
W | W | Write |
W1C | 1C
W |
1 to clear
Write |
Reset or Default Value | ||
-n | Value after reset or the default value |