aboutsummaryrefslogtreecommitdiff
path: root/product/rddaniel/scp_ramfw/config_armv7m_mpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/rddaniel/scp_ramfw/config_armv7m_mpu.c')
-rw-r--r--product/rddaniel/scp_ramfw/config_armv7m_mpu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/product/rddaniel/scp_ramfw/config_armv7m_mpu.c b/product/rddaniel/scp_ramfw/config_armv7m_mpu.c
index 7ff36959..2fee6d53 100644
--- a/product/rddaniel/scp_ramfw/config_armv7m_mpu.c
+++ b/product/rddaniel/scp_ramfw/config_armv7m_mpu.c
@@ -37,6 +37,11 @@ static const ARM_MPU_Region_t regions[] = {
.RASR = ARM_MPU_RASR(
1, ARM_MPU_AP_PRIV, 0, 1, 1, 1, 0, ARM_MPU_REGION_SIZE_256B),
},
+ { /* 0xCB00_0000 - 0xCB00_7FFF*/
+ .RBAR = ARM_MPU_RBAR(3, 0xCB000000),
+ .RASR = ARM_MPU_RASR(
+ 1, ARM_MPU_AP_PRIV, 0, 1, 1, 1, 0, ARM_MPU_REGION_SIZE_4KB),
+ },
};
const struct fwk_module_config config_armv7m_mpu = {