From 5ff0b0f86d3f81e2d8aebd5ac5b55eb0d3d09961 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期一, 28 七月 2025 14:05:58 +0800 Subject: [PATCH] 修改心跳包会上传工卡信标的升级固件名 --- 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 2451e5c..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 0x0001B000 +#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