diff options
Diffstat (limited to 'demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h')
-rw-r--r-- | demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h b/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h index d26cec4bc..e1ac3d1a5 100644 --- a/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h +++ b/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h @@ -40,6 +40,12 @@ #define STM32_SYS_CK_ENFORCED_VALUE STM32_HSICLK
/*
+ * Memory attributes settings.
+ */
+#define STM32_NOCACHE_SRAM1_SRAM2 FALSE
+#define STM32_NOCACHE_SRAM3 TRUE
+
+/*
* PWR system settings.
* Reading STM32 Reference Manual is required.
* Register constants are taken from the ST header.
|