From b97fe0e1006e09399214e49b8acc0ce10f4ffd0d Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 13 九月 2024 09:44:19 +0800 Subject: [PATCH] 1.28,修复标签心跳包发送网关收不到的bug。兼容焊没焊uwb的两种板子 --- 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 b5db9f4..ce13630 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 0x08007800 0x00010000 { ; load region size_region - ER_IROM1 0x08007800 0x00010000 { ; load address = execution address +LR_IROM1 0x08005000 0x00010000 { ; load region size_region + ER_IROM1 0x08005000 0x00010000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) -- Gitblit v1.9.3