From 65062d0d5b21f838aa0043a15ce54cfab8d72c43 Mon Sep 17 00:00:00 2001
From: wujiazhi <1147861305@qq.com>
Date: Tue, 11 Jun 2024 14:23:53 +0800
Subject: [PATCH] 1.Fixed communication failure between MCU and wireless module 2.Fix the wrong judgment of alkaline lithium power
---
KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.sct | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.sct b/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.sct
index 0051c75..45fad1f 100644
--- a/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.sct
+++ b/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.sct
@@ -2,11 +2,12 @@
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
-LR_IROM1 0x00000000 0x00080000 { ; load region size_region
- ER_IROM1 0x00000000 0x00080000 { ; load address = execution address
+LR_IROM1 0x00000000 0x00067000 { ; load region size_region
+ ER_IROM1 0x00000000 0x00067000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
+ .ANY (+XO)
}
RW_IRAM1 0x20000000 0x00014000 { ; RW data
.ANY (+RW +ZI)
--
Gitblit v1.9.3