~ruther/stm32-templates

6625c42227286b5b09e4695f5f5b6b70ad7af957 — Rutherther 6 months ago 920d371
fix: stm32f446 sram size
1 files changed, 1 insertions(+), 1 deletions(-)

M devices/stm32f446/include/defines.h
M devices/stm32f446/include/defines.h => devices/stm32f446/include/defines.h +1 -1
@@ 1,4 1,4 @@
#define SRAM_START (0x20000000U)
#define SRAM_SIZE (32U * 1024U)
#define SRAM_SIZE (128U * 1024U)
#define SRAM_END (SRAM_START + SRAM_SIZE)
#define STACK_POINTER_INIT_ADDRESS (SRAM_END)

Do not follow this link