From 45b87bf85b93d311540a03dee735329ee7b5cafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Sat, 28 Feb 2026 16:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/Power_Pico/STM32F411XX_FLASH.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/Power_Pico/STM32F411XX_FLASH.ld b/software/Power_Pico/STM32F411XX_FLASH.ld index bf3e8aa..067bec3 100644 --- a/software/Power_Pico/STM32F411XX_FLASH.ld +++ b/software/Power_Pico/STM32F411XX_FLASH.ld @@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */ MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K -FLASH (rx) : ORIGIN = 0x8010000, LENGTH = 512K +FLASH (rx) : ORIGIN = 0x08010000, LENGTH = 448K } /* Define output sections */