update flash size

This commit is contained in:
Steven Dan
2026-06-04 17:15:19 +08:00
parent 8a1f576ee3
commit ec6d280c6a
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
*/ */
#ifndef FLASH_MAX_UPGRADE_SIZE #ifndef FLASH_MAX_UPGRADE_SIZE
//#define FLASH_MAX_UPGRADE_SIZE (512 * 1024) //#define FLASH_MAX_UPGRADE_SIZE (512 * 1024)
#define FLASH_MAX_UPGRADE_SIZE (2200 * 1024) #define FLASH_MAX_UPGRADE_SIZE (2800 * 1024)
#endif #endif
#define FLASH_ERROR() do {} while(0) #define FLASH_ERROR() do {} while(0)

View File

@@ -14,7 +14,7 @@
#if HID_DFU_EN #if HID_DFU_EN
#ifndef DFU_FLASH_MAX_UPGRADE_SIZE #ifndef DFU_FLASH_MAX_UPGRADE_SIZE
#define DFU_FLASH_MAX_UPGRADE_SIZE (2200 * 1024) #define DFU_FLASH_MAX_UPGRADE_SIZE (2800 * 1024)
#endif #endif
#define DFU_FLASH_ERROR() #define DFU_FLASH_ERROR()

View File

@@ -22,7 +22,7 @@ swlock_t flash_lock = SWLOCK_INITIAL_VALUE;
static rtos_qspi_flash_t qspi_flash_ctx_s; static rtos_qspi_flash_t qspi_flash_ctx_s;
#define FLASH_CLKBLK XS1_CLKBLK_3 #define FLASH_CLKBLK XS1_CLKBLK_3
#ifndef FS_BASE_ADDR #ifndef FS_BASE_ADDR
#define FS_BASE_ADDR (2500 * 1024) #define FS_BASE_ADDR (3500 * 1024)
#endif #endif
#define SECTOR_SIZE 4096 #define SECTOR_SIZE 4096
rtos_qspi_flash_t *qspi_flash_ctx = &qspi_flash_ctx_s; rtos_qspi_flash_t *qspi_flash_ctx = &qspi_flash_ctx_s;