Обновление
This commit is contained in:
parent
dc7b7e88e5
commit
c1027970f5
|
|
@ -8,8 +8,8 @@
|
||||||
#include "StorageOnFlashFlagchip.h"
|
#include "StorageOnFlashFlagchip.h"
|
||||||
|
|
||||||
#define nf_storage_param_size (2 * FLASH_PAGE_D_SIZE)
|
#define nf_storage_param_size (2 * FLASH_PAGE_D_SIZE)
|
||||||
#define nf_storage_param_mainFlashPageAddress 0x04000000
|
#define nf_storage_param_mainFlashPageAddress 0x04001000
|
||||||
#define nf_storage_param_recoveryFlashPageAddress 0x04000000
|
#define nf_storage_param_recoveryFlashPageAddress 0x04002000
|
||||||
|
|
||||||
#define nf_storage_calib_size (10 * FLASH_PAGE_D_SIZE)
|
#define nf_storage_calib_size (10 * FLASH_PAGE_D_SIZE)
|
||||||
#define nf_storage_calib_mainFlashPageAddress 0x0400A000
|
#define nf_storage_calib_mainFlashPageAddress 0x0400A000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue