From 5cb269400905175cf618729ab44dfa4ccd3d0331 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期一, 21 七月 2025 17:51:51 +0800 Subject: [PATCH] 串口扫描功能调通,升级有问题 --- 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