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/AppConfig.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dualboots_Gai_youhua/keil/customboot/AppConfig.h b/dualboots_Gai_youhua/keil/customboot/AppConfig.h index de9050b..001f063 100644 --- a/dualboots_Gai_youhua/keil/customboot/AppConfig.h +++ b/dualboots_Gai_youhua/keil/customboot/AppConfig.h @@ -19,7 +19,7 @@ #define APP_CONFIG_APPLICATION_ADDRESS 0x0400A000 //4K对齐 #define APP_CONFIG_OTA_ADDRESS 0x08010000 #define APP_CONFIG_OTA_SIZE 0x10000 -#define APP_CONFIG_APPLICATION_SIZE 0x20000 //4K对齐 +#define APP_CONFIG_APPLICATION_SIZE 0x23000 //4K对齐 #define APP_CONFIG_GENERAL_FIFO_SECTOR_SIZE (4 * 1024) #define APP_CONFIG_GENERAL_FIFO_MEMBER_SIZE 64 -- Gitblit v1.9.3