From 3afdf98f4d55a61007385e7bc41b9c6f250337a9 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期六, 28 六月 2025 15:22:03 +0800
Subject: [PATCH] 修改语音上传bug,新增4G下发指令V1.24

---
 keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct
index e32cfdd..a32a66a 100644
--- a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct
+++ b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct
@@ -12,7 +12,7 @@
 ; </h>
  *----------------------------------------------------------------------------*/
 #define __ROM_BASE      0x00000000 
-#define __ROM_SIZE      0x00019000
+#define __ROM_SIZE      0x0001A000
 
 /*--------------------- Embedded RAM Configuration ---------------------------
 ; <h> RAM Configuration
@@ -21,7 +21,7 @@
 ; </h>
  *----------------------------------------------------------------------------*/
 #define __RAM_BASE      (0x02000000 + __ROM_SIZE)
-#define __RAM_SIZE      (0x0002F800 - __ROM_SIZE)
+#define __RAM_SIZE      (0x0002A000 - __ROM_SIZE)
 
 /*--------------------- Stack / Heap Configuration ---------------------------
 ; <h> Stack / Heap Configuration

--
Gitblit v1.9.3