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/ARM/MK800X_ac6.sct |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct
index 152bcce..b518248 100644
--- a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct
+++ b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6.sct
@@ -12,7 +12,7 @@
 ; </h>
  *----------------------------------------------------------------------------*/
 #define __ROM_BASE      0x00000000
-#define __ROM_SIZE      0x00026000
+#define __ROM_SIZE      0x00025000
 
 /*--------------------- Embedded RAM Configuration ---------------------------
 ; <h> RAM Configuration

--
Gitblit v1.9.3