From ebbf27735c34c133706b019e1a1f7bf28a43447f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 22 Aug 2020 13:46:11 +0200 Subject: [PATCH] Fix bugs in linker script --- stm32f407ve.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stm32f407ve.ld b/stm32f407ve.ld index 2aab425..b0d1d45 100644 --- a/stm32f407ve.ld +++ b/stm32f407ve.ld @@ -20,7 +20,7 @@ * RAM: 128K * CCM RAM: 64L * FPU: fpv4-sp-d16 -* +*/ /* USER PARAMETERS */ __ld_stack_size = 0x1000; @@ -35,8 +35,8 @@ __ld_top_of_stack = 0x20020000; /* One byte above the end of the SRAM. Stack is MEMORY { FLASH (xr) : ORIGIN = 0x08000000, LENGTH = 512K - RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K - CCM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K + RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K + CCM (rw) : ORIGIN = 0x10000000, LENGTH = 64K } SECTIONS