Обновление платы на V2

This commit is contained in:
cfif 2026-05-25 15:42:22 +03:00
parent 585e5946a6
commit effc232b15
1 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@
#include "StorageOnFlashFlagchip.h" #include "StorageOnFlashFlagchip.h"
#define nf_storage_calib_size (10 * FLASH_PAGE_SIZE)
#define nf_storage_calib_mainFlashPageAddress 0x04000000
#define nf_storage_calib_recoveryFlashPageAddress 0x04005000
#define nf_storage_param_size (2 * FLASH_PAGE_SIZE) #define nf_storage_param_size (2 * FLASH_PAGE_SIZE)
#define nf_storage_param_mainFlashPageAddress 0x0400A000 #define nf_storage_param_mainFlashPageAddress 0x04000000
#define nf_storage_param_recoveryFlashPageAddress 0x0400B000 #define nf_storage_param_recoveryFlashPageAddress 0x04000000
#define nf_storage_calib_size (10 * FLASH_PAGE_SIZE)
#define nf_storage_calib_mainFlashPageAddress 0x0400A000
#define nf_storage_calib_recoveryFlashPageAddress 0x0400B000
typedef struct { typedef struct {
tStorageOnFlashFlagchip nf_storage_calib; tStorageOnFlashFlagchip nf_storage_calib;