From f2450cdd1397d8a3fb07d21d40af23b825ed1073 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 09 十一月 2023 10:17:17 +0800
Subject: [PATCH] * V2.76 修改LDE 检测阈值,增加preamble length到1024.按照官方手册建议,抗遮挡和反射情况,配合对应基站程序使用

---
 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 ac10001..21ba508 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 0x08005000 0x0000B000  {    ; load region size_region
+  ER_IROM1 0x08005000 0x0000B000  {  ; load address = execution address
    *.o (RESET, +First)
    *(InRoot$$Sections)
    .ANY (+RO)

--
Gitblit v1.9.3