SLAU723A October 2017 – October 2018 MSP432E401Y , MSP432E411Y
MSP432E4 microcontrollers have only a single processor and no caches. As a result, the MPU should be programmed as shown in Table 2-6.
Memory Region | TEX | S | C | B | Memory Type and Attributes |
---|---|---|---|---|---|
Flash memory | 000b | 0 | 1 | 0 | Normal memory, nonshareable, write-through |
Internal SRAM | 000b | 1 | 1 | 0 | Normal memory, shareable, write-through |
External SRAM | 000b | 1 | 1 | 1 | Normal memory, shareable, write-back, write-allocate |
Peripherals | 000b | 1 | 0 | 1 | Device memory, shareable |
In current MSP432E4 microcontroller implementations, the shareability and cache policy attributes do not affect the system behavior. However, using these settings for the MPU regions can make the application code more portable. The values given are for typical situations.