udpate lfs base address

This commit is contained in:
Steven Dan
2026-04-15 20:53:22 +08:00
parent c17135191f
commit 3b82dea73c

View File

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