From f8013e4f432b323dfc3e3725a62858e73176742a Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 01 十一月 2024 15:16:32 +0800
Subject: [PATCH] 更换了新的sdk,测试了实际的uwb测距

---
 keil/include/devices/MK800X/Source/IAR/MK800X.icf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keil/include/devices/MK800X/Source/IAR/MK800X.icf b/keil/include/devices/MK800X/Source/IAR/MK800X.icf
index 131bc44..3675af3 100644
--- a/keil/include/devices/MK800X/Source/IAR/MK800X.icf
+++ b/keil/include/devices/MK800X/Source/IAR/MK800X.icf
@@ -4,7 +4,7 @@
 /*-Specials-*/
 define symbol __ICFEDIT_intvec_start__ = 0x00000000;
 /*-Memory Regions-*/
-define symbol __ROM_SIZE                   = 0x00024000;
+define symbol __ROM_SIZE                   = 0x00023000;
 define symbol __ICFEDIT_region_ROM_start__ = 0x00000000;
 define symbol __ICFEDIT_region_ROM_end__   = __ROM_SIZE - 1;
 define symbol __ICFEDIT_region_RAM_start__ = 0x02000000 + __ROM_SIZE;

--
Gitblit v1.9.3