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 | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/STM32H743/MDK-ARM/STM32H743/STM32H743.sct b/STM32H743/MDK-ARM/STM32H743/STM32H743.sct
new file mode 100644
index 0000000..b2fb6df
--- /dev/null
+++ b/STM32H743/MDK-ARM/STM32H743/STM32H743.sct
@@ -0,0 +1,19 @@
+; *************************************************************
+; *** Scatter-Loading Description File generated by uVision ***
+; *************************************************************
+
+LR_IROM1 0x08040000 0x00040000 { ; load region size_region
+ ER_IROM1 0x08040000 0x00040000 { ; load address = execution address
+ *.o (RESET, +First)
+ *(InRoot$$Sections)
+ .ANY (+RO)
+ .ANY (+XO)
+ }
+ RW_IRAM1 0x20000000 0x00020000 { ; RW data
+ .ANY (+RW +ZI)
+ }
+ RW_IRAM2 0x24000000 0x00080000 {
+ .ANY (+RW +ZI)
+ }
+}
+
--
Gitblit v1.10.0