From 7d63fde1c358a4d0ea25c5c73a698fb1e6e4b651 Mon Sep 17 00:00:00 2001 From: cinsights Date: Fri, 16 Apr 2021 01:56:39 +0000 Subject: [PATCH] Reduce STM32WLxxC.ld flash size to 128K (dual core flash arrangement) git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14196 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/startup/ARMCMx/compilers/GCC/ld/STM32WLxxC.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32WLxxC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32WLxxC.ld index d28419355..f7b01c54e 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32WLxxC.ld +++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32WLxxC.ld @@ -19,7 +19,7 @@ */ MEMORY { - flash0 (rx) : org = 0x08000000, len = 256k + flash0 (rx) : org = 0x08000000, len = 128k flash1 (rx) : org = 0x00000000, len = 0 flash2 (rx) : org = 0x00000000, len = 0 flash3 (rx) : org = 0x00000000, len = 0