From ec8d487264ac58ebaa00cf99675528e85c6113d0 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 13 八月 2025 09:56:46 +0800
Subject: [PATCH] boot开发完成

---
 dualboots_Gai_youhua/keil/customboot/customboot.sct |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dualboots_Gai_youhua/keil/customboot/customboot.sct b/dualboots_Gai_youhua/keil/customboot/customboot.sct
index 6559c06..f8c2ae0 100644
--- a/dualboots_Gai_youhua/keil/customboot/customboot.sct
+++ b/dualboots_Gai_youhua/keil/customboot/customboot.sct
@@ -11,8 +11,8 @@
 ;   <o1> Flash Size (in Bytes) <0x0-0xFFFFFFFF:8>
 ; </h>
  *----------------------------------------------------------------------------*/
-#define __ROM_BASE     0x0202A000
-#define __ROM_SIZE      0x00004800
+#define __ROM_BASE      0x0202D000
+#define __ROM_SIZE      0x00002400
 
 /*--------------------- Embedded RAM Configuration ---------------------------
 ; <h> RAM Configuration
@@ -21,7 +21,7 @@
 ; </h>
  *----------------------------------------------------------------------------*/
 #define __RAM_BASE      (__ROM_BASE + __ROM_SIZE)
-#define __RAM_SIZE      0x00001400
+#define __RAM_SIZE      0x00000C00
 
 /*--------------------- Stack / Heap Configuration ---------------------------
 ; <h> Stack / Heap Configuration
@@ -32,7 +32,7 @@
 #define __STACK_SIZE    0x00000200
 #define __HEAP_SIZE     0x00000000
 
-/*
+/* 
 ;------------- <<< end of configuration section >>> ---------------------------
 */
 

--
Gitblit v1.9.3