From e8e7c08681881b0e7bb734bc83ff84e9d5e93e19 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 07 七月 2025 14:00:02 +0800 Subject: [PATCH] V3.2 适配专网环境 --- keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct | 2 +- 1 files changed, 1 insertions(+), 1 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..e32cfdd 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 0x00019000 /*--------------------- Embedded RAM Configuration --------------------------- ; <h> RAM Configuration -- Gitblit v1.9.3