From 1b4876fa8c75d9a0f3ffbfdc515a59a776f9dd65 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 19 四月 2024 14:42:27 +0800
Subject: [PATCH] 增加数据上传秒延迟模式,增加远距离通道,测试网关通讯能力模式

---
 MDK-ARM/L051/L051.sct |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MDK-ARM/L051/L051.sct b/MDK-ARM/L051/L051.sct
index ac10001..b5db9f4 100644
--- a/MDK-ARM/L051/L051.sct
+++ b/MDK-ARM/L051/L051.sct
@@ -2,14 +2,14 @@
 ; *** 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)
    .ANY (+XO)
   }
-  RW_IRAM1 0x20000000 0x00002000  {  ; RW data
+  RW_IRAM1 0x20000000 0x00005000  {  ; RW data
    .ANY (+RW +ZI)
   }
 }

--
Gitblit v1.9.3