From 23480ab197150979f4505501a1abe8a64796fb18 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 04 七月 2025 18:37:07 +0800
Subject: [PATCH] 初步调好发包,解决因为uwb未open导致txlen不断溢出重启问题,两边sts配置初步调好

---
 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