From 31a18a379b5d7073705895dba364ca3b76d5d44e Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 13 八月 2025 09:54:25 +0800 Subject: [PATCH] 开发完成 --- keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct index 152bcce..a405853 100644 --- a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct +++ b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct @@ -12,7 +12,7 @@ ; </h> *----------------------------------------------------------------------------*/ #define __ROM_BASE 0x00000000 -#define __ROM_SIZE 0x00026000 +#define __ROM_SIZE 0x00023000 /*--------------------- 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 (0x0002D000 - __ROM_SIZE) /*--------------------- Stack / Heap Configuration --------------------------- ; <h> Stack / Heap Configuration -- Gitblit v1.9.3