From 28f37df5dd32d6630dbcc23dca88f6a3ae063d7f Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 23 五月 2025 18:03:21 +0800
Subject: [PATCH] 移植了国产加速度计的计步逻辑,逻辑是30s没有步数进入休眠模式1分钟上传一次

---
 keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct |    6 +++---
 1 files changed, 3 insertions(+), 3 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 0eb5b22..a32a66a 100644
--- a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct
+++ b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct
@@ -11,8 +11,8 @@
 ;   <o1> Flash Size (in Bytes) <0x0-0xFFFFFFFF:8>
 ; </h>
  *----------------------------------------------------------------------------*/
-#define __ROM_BASE      0x00000000
-#define __ROM_SIZE      0x00019000
+#define __ROM_BASE      0x00000000 
+#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