From c8240d55741f0ed86099a0a8c616f4fc68372134 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 25 十二月 2025 10:17:55 +0800
Subject: [PATCH] OTA功能测试完成,4G超时时间异常,出现4G中断情况,等杜工修改。

---
 STM32H743/MDK-ARM/STM32H743/STM32H743.sct |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/STM32H743/MDK-ARM/STM32H743/STM32H743.sct b/STM32H743/MDK-ARM/STM32H743/STM32H743.sct
index 244f327..b2fb6df 100644
--- a/STM32H743/MDK-ARM/STM32H743/STM32H743.sct
+++ b/STM32H743/MDK-ARM/STM32H743/STM32H743.sct
@@ -2,8 +2,8 @@
 ; *** Scatter-Loading Description File generated by uVision ***
 ; *************************************************************
 
-LR_IROM1 0x08000000 0x00020000  {    ; load region size_region
-  ER_IROM1 0x08000000 0x00020000  {  ; load address = execution address
+LR_IROM1 0x08040000 0x00040000  {    ; load region size_region
+  ER_IROM1 0x08040000 0x00040000  {  ; load address = execution address
    *.o (RESET, +First)
    *(InRoot$$Sections)
    .ANY (+RO)
@@ -17,8 +17,3 @@
   }
 }
 
-LR_IROM2 0x08040000 0x00040000  {
-  ER_IROM2 0x08040000 0x00040000  {  ; load address = execution address
-   .ANY (+RO)
-  }
-}

--
Gitblit v1.10.0