Added STM32F469 RAM size and deliberated STM32F446 size
This commit is contained in:
parent
c5c5b5099e
commit
df9c5b33a0
@ -295,10 +295,13 @@
|
|||||||
# define SRAM1_END 0x20018000
|
# define SRAM1_END 0x20018000
|
||||||
# elif defined(CONFIG_STM32_STM32F427) || defined(CONFIG_STM32_STM32F429)
|
# elif defined(CONFIG_STM32_STM32F427) || defined(CONFIG_STM32_STM32F429)
|
||||||
# define SRAM1_END 0x20030000
|
# define SRAM1_END 0x20030000
|
||||||
|
# elif defined(CONFIG_STM32_STM32F446)
|
||||||
|
# define SRAM1_END 0x20020000
|
||||||
|
# elif defined(CONFIG_STM32_STM32F469)
|
||||||
|
# define SRAM1_END 0x20050000
|
||||||
# else
|
# else
|
||||||
# define SRAM1_END 0x20020000
|
# define SRAM1_END 0x20020000
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Set the range of CCM SRAM as well (although we may not use it) */
|
/* Set the range of CCM SRAM as well (although we may not use it) */
|
||||||
|
|
||||||
# define SRAM2_START 0x10000000
|
# define SRAM2_START 0x10000000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user