From 3529195b9f4e329779587dc3fbd794c24737063a Mon Sep 17 00:00:00 2001 From: mikeller Date: Tue, 18 May 2021 01:47:41 +1200 Subject: [PATCH] Moved some data into FLASH1 from FLASH to free up space. --- src/link/stm32_flash_split.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/link/stm32_flash_split.ld b/src/link/stm32_flash_split.ld index e82bedc634..63100c039b 100644 --- a/src/link/stm32_flash_split.ld +++ b/src/link/stm32_flash_split.ld @@ -114,7 +114,7 @@ SECTIONS PROVIDE_HIDDEN (__pg_resetdata_start = .); KEEP (*(.pg_resetdata)) PROVIDE_HIDDEN (__pg_resetdata_end = .); - } >FLASH + } >FLASH1 /* Storage for the address for the configuration section so we can grab it out of the hex file */ .custom_defaults :