From cff8b1117f5b7b0fcde9bd7616f2bd93fee944a3 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 07 八月 2023 14:32:29 +0800 Subject: [PATCH] V2.7 增加看门狗 --- MDK-ARM/L051/L051_sct.Bak | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MDK-ARM/L051/L051_sct.Bak b/MDK-ARM/L051/L051_sct.Bak index ac10001..6c8e805 100644 --- a/MDK-ARM/L051/L051_sct.Bak +++ b/MDK-ARM/L051/L051_sct.Bak @@ -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 0x08000000 0x00010000 { ; load region size_region + ER_IROM1 0x08000000 0x00010000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) -- Gitblit v1.9.3