Обновление платы на V2
This commit is contained in:
parent
585e5946a6
commit
effc232b15
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue