From 8415b6bc61925a1a234fe393d8375d3828756931 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 23 五月 2025 11:28:14 +0800 Subject: [PATCH] 修改搬运大小 --- 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 6c74d14..de9050b 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 0x19000 //4K对齐 +#define APP_CONFIG_APPLICATION_SIZE 0x20000 //4K对齐 #define APP_CONFIG_GENERAL_FIFO_SECTOR_SIZE (4 * 1024) #define APP_CONFIG_GENERAL_FIFO_MEMBER_SIZE 64 -- Gitblit v1.9.3