We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22d698 commit 8d9a738Copy full SHA for 8d9a738
soc/arm/st_stm32/stm32h7/mpu_regions.c
@@ -8,6 +8,8 @@
8
#include <zephyr/arch/arm/aarch32/cortex_m/arm_mpu_mem_cfg.h>
9
10
static const struct arm_mpu_region mpu_regions[] = {
11
+ MPU_REGION_ENTRY("XSPI", 0x90000000,
12
+ REGION_RAM_NOCACHE_ATTR(REGION_64M)),
13
MPU_REGION_ENTRY("FLASH", CONFIG_FLASH_BASE_ADDRESS,
14
REGION_FLASH_ATTR(REGION_FLASH_SIZE)),
15
MPU_REGION_ENTRY("SRAM", CONFIG_SRAM_BASE_ADDRESS,
@@ -20,7 +22,6 @@ static const struct arm_mpu_region mpu_regions[] = {
20
22
{ (STRONGLY_ORDERED_SHAREABLE |
21
23
REGION_512K |
24
MPU_RASR_XN_Msk | P_RW_U_NA_Msk) }),
-
25
#if DT_NODE_HAS_STATUS(DT_NODELABEL(mac), okay)
26
#if DT_NODE_HAS_STATUS(DT_NODELABEL(sram3), okay)
27
MPU_REGION_ENTRY("SRAM3_ETH_BUF",
0 commit comments