From f433430c8cbdc45897fe60c6e8ace0ac8635e224 Mon Sep 17 00:00:00 2001 From: Tutukov Beslan Date: Fri, 12 Nov 2021 06:32:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D1=82=D0=B5=D0=B3=D1=80=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BB=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=20GUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- STM32F746xG.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STM32F746xG.ld b/STM32F746xG.ld index db176e0..4920b20 100644 --- a/STM32F746xG.ld +++ b/STM32F746xG.ld @@ -223,7 +223,7 @@ SECTIONS } >SPI_FLASH -/* FontFlashSection : + FontFlashSection : { *(FontFlashSection FontFlashSection.*) *(.gnu.linkonce.r.*) @@ -237,7 +237,7 @@ SECTIONS *(.gnu.linkonce.r.*) . = ALIGN(0x4); } >SPI_FLASH - */ + /* Set stack top to end of RAM, and stack limit move down by * size of stack_dummy section */ __StackTop = ORIGIN(RAM) + LENGTH(RAM);