aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/mcuconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/mcuconf.h b/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/mcuconf.h
index c46fbb3a4..8a8304dc0 100644
--- a/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/mcuconf.h
+++ b/testhal/STM32/multi/SPI/cfg-stm32h743_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.