From 10e8268e0be6eb3a29717b81a3e9a52b968783fa Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 11 四月 2024 11:12:31 +0800 Subject: [PATCH] V1.15,修改gcom表1跟表2搬运时候搬运的跟初始化搬运的大小一致 --- MDK-ARM/L051/L051.sct | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MDK-ARM/L051/L051.sct b/MDK-ARM/L051/L051.sct index ce13630..b5db9f4 100644 --- a/MDK-ARM/L051/L051.sct +++ b/MDK-ARM/L051/L051.sct @@ -2,8 +2,8 @@ ; *** Scatter-Loading Description File generated by uVision *** ; ************************************************************* -LR_IROM1 0x08005000 0x00010000 { ; load region size_region - ER_IROM1 0x08005000 0x00010000 { ; load address = execution address +LR_IROM1 0x08007800 0x00010000 { ; load region size_region + ER_IROM1 0x08007800 0x00010000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) -- Gitblit v1.9.3