oops missed mcuconf
This commit is contained in:
parent
567eb2596d
commit
46a7cae403
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue