From 9e88186e5fd87b0dd99faebcc4d72409efcb7c7c Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 03 一月 2025 17:04:07 +0800
Subject: [PATCH] 加入支持通过uwb给基站基站升级

---
 dualboots_Gai_youhua_anbang_tag/keil/customboot/AppConfig.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/dualboots_Gai_youhua_anbang_tag/keil/customboot/AppConfig.h b/dualboots_Gai_youhua_anbang_tag/keil/customboot/AppConfig.h
index 982987e..073d20f 100644
--- a/dualboots_Gai_youhua_anbang_tag/keil/customboot/AppConfig.h
+++ b/dualboots_Gai_youhua_anbang_tag/keil/customboot/AppConfig.h
@@ -42,6 +42,14 @@
 #define APP_CONFIG_BOOT_ROM_SIZE                            0x00010000
 #define APP_CONFIG_APP_ROM_ADDRESS                          0x08010000
 #define APP_CONFIG_APP_ROM_SIZE                             0x00030000
+
+#define FLASH_IAP_CTRL_MAP		(uint32_t)APP_CONFIG_IAPFLAG_SECTOR_ADDR
+#define APP2_ADRESS 0x0402f000
+#define APP1_ADRESS 0x0400A000
+
+#define APP_SIZE 0x04080000-APP2_ADRESS
+
+#define APP_1OR2_ADRESS 0x04080000-0x1000
 /*******************************************************************************
  *                             Type Definition                                 *
  *******************************************************************************/

--
Gitblit v1.9.3