From 39bdacd32a751913443b670ec5c8216766f73d90 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期二, 08 七月 2025 16:54:10 +0800 Subject: [PATCH] 成功加入滤波版本与基站测试成功 --- keil/include/devices/MK800X/Source/GCC/gcc_arm.ld | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld b/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld index b4577bc..2605966 100644 --- a/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld +++ b/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld @@ -33,7 +33,7 @@ </h> -----------------------------------------------------------------------------*/ __ROM_BASE = 0x00000000; -__ROM_SIZE = 0x00026000; +__ROM_SIZE = 0x00026800; /*--------------------- Embedded RAM Configuration ---------------------------- <h> RAM Configuration @@ -50,7 +50,7 @@ <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> </h> -----------------------------------------------------------------------------*/ -__STACK_SIZE = 0x00003800; +__STACK_SIZE = 0x00003000; __HEAP_SIZE = 0x00000000; /* -- Gitblit v1.9.3