From 772f4fb6bb962868b36d838bbef446e5aee3c864 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期六, 05 七月 2025 14:24:44 +0800 Subject: [PATCH] commap 大小从512改成100,修改休眠逻辑,休眠标志位触发之后,先过1秒关闭4g,2秒之后再进入休眠模式 --- 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