diff options
Diffstat (limited to 'cfg/mcuconf.h')
-rw-r--r-- | cfg/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h index af176ad..27a2939 100644 --- a/cfg/mcuconf.h +++ b/cfg/mcuconf.h @@ -46,8 +46,8 @@ */
#define STM32_NOCACHE_MPU_REGION MPU_REGION_6
#define STM32_NOCACHE_SRAM1_SRAM2 FALSE
-#define STM32_NOCACHE_SRAM3 FALSE // keep
-#define STM32_NOCACHE_SRAM4 TRUE
+#define STM32_NOCACHE_SRAM3 FALSE
+#define STM32_NOCACHE_ALLSRAM TRUE
/*
* PWR system settings.
|