From d9e10b1731b41d4ba064de2cb0b5b3e861a81654 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Dec 2025 14:23:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StorageOnFlash.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/StorageOnFlash.h b/StorageOnFlash.h index 1d6c8ca..352198b 100644 --- a/StorageOnFlash.h +++ b/StorageOnFlash.h @@ -7,13 +7,13 @@ #include "StorageOnFlashFlagchip.h" -#define nf_storage_calib_size (8 * FLASH_PAGE_SIZE) +#define nf_storage_calib_size (10 * FLASH_PAGE_SIZE) #define nf_storage_calib_mainFlashPageAddress 0x04000000 -#define nf_storage_calib_recoveryFlashPageAddress 0x04004000 +#define nf_storage_calib_recoveryFlashPageAddress 0x04005000 #define nf_storage_param_size (2 * FLASH_PAGE_SIZE) -#define nf_storage_param_mainFlashPageAddress 0x04009000 -#define nf_storage_param_recoveryFlashPageAddress 0x0400A000 +#define nf_storage_param_mainFlashPageAddress 0x0400A000 +#define nf_storage_param_recoveryFlashPageAddress 0x0400B000 typedef struct { tStorageOnFlashFlagchip nf_storage_calib;