oops missed mcuconf

This commit is contained in:
Matthew Kennedy 2023-11-02 13:33:42 -07:00 committed by rusefillc
parent 567eb2596d
commit 46a7cae403
2 changed files with 7 additions and 0 deletions

View File

@ -123,7 +123,10 @@
#define STM32_CECSEL STM32_CECSEL_LSE
#define STM32_CK48MSEL STM32_CK48MSEL_PLL
#define STM32_SDMMCSEL STM32_SDMMCSEL_PLL48CLK
#ifndef STM32_SRAM2_NOCACHE
#define STM32_SRAM2_NOCACHE TRUE
#endif
/*
* GPT driver system settings.

View File

@ -54,8 +54,12 @@
* Memory attributes settings.
*/
#define STM32_NOCACHE_MPU_REGION MPU_REGION_6
#ifndef STM32_NOCACHE_SRAM1_SRAM2
#define STM32_NOCACHE_SRAM1_SRAM2 FALSE
#endif // STM32_NOCACHE_SRAM1_SRAM2
#ifndef STM32_NOCACHE_SRAM3
#define STM32_NOCACHE_SRAM3 TRUE
#endif // STM32_NOCACHE_SRAM3
/*
* PWR system settings.