SLAU846A June 2023 – October 2023 MSPM0G1105 , MSPM0G1106 , MSPM0G1107 , MSPM0G1505 , MSPM0G1506 , MSPM0G1507 , MSPM0G3105 , MSPM0G3105-Q1 , MSPM0G3106 , MSPM0G3106-Q1 , MSPM0G3107 , MSPM0G3107-Q1 , MSPM0G3505 , MSPM0G3505-Q1 , MSPM0G3506 , MSPM0G3506-Q1 , MSPM0G3507 , MSPM0G3507-Q1
The system control block (SCB) provides system implementation information and system control functionality, as well as configuration, control, and reporting of processor exceptions.
The SCB is configured through memory-mapped registers in the system private peripheral bus (PPB) region. See Table 3-8 for the list of SCB registers. The software development kit (SDK) provided with the devices supports the standard Arm Cortex Microcontroller Software Interface Standard (CMSIS) register access definitions for the SCB. Application software must use 32-bit aligned, word-size transactions when accessing any SCB register.
Address | Register | CMSIS | Description |
---|---|---|---|
0xE000.ED00 | CPUID | SCB->CPUID | Read-only register indicating the CPU type and revision |
0xE000.ED04 | ICSR | SCB->ICSR | Provides specific interrupt controls and state |
0xE000.ED08 | VTOR | SCB->VTOR | Used to specify the vector table offset from 0x0000.0000 |
0xE000.ED0C | AIRCR | SCB->AIRCR | Used to issue a CPU reset request (SYSRESETREQ) |
0xE000.ED10 | SCR | SCB->SCR | System control register, used to control low-power mode behavior |
0xE000.ED14 | CCR | SCB->CCR | Read-only register indicating behavior of the processor |
0xE000.ED1C | SHPR2 | SCB->SHP[2] | Used to configure the priority of the SVCall system handler |
0xE000.ED20 | SHPR3 | SCB->SHP[3] | Used to configure the priority of the SysTick and PendSV system handlers |
For detailed information on the system control block register configuration, see the SCB section of the Arm Cortex-M0+ devices generic user guide.