Обновление
This commit is contained in:
parent
4e17503c61
commit
d9e10b1731
|
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
#include "StorageOnFlashFlagchip.h"
|
#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_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_size (2 * FLASH_PAGE_SIZE)
|
||||||
#define nf_storage_param_mainFlashPageAddress 0x04009000
|
#define nf_storage_param_mainFlashPageAddress 0x0400A000
|
||||||
#define nf_storage_param_recoveryFlashPageAddress 0x0400A000
|
#define nf_storage_param_recoveryFlashPageAddress 0x0400B000
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
tStorageOnFlashFlagchip nf_storage_calib;
|
tStorageOnFlashFlagchip nf_storage_calib;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue