Обновление
This commit is contained in:
parent
c8cd7afebe
commit
1f802ede7c
|
|
@ -7,11 +7,13 @@
|
||||||
|
|
||||||
#include "StorageOnFlashFlagchip.h"
|
#include "StorageOnFlashFlagchip.h"
|
||||||
|
|
||||||
|
// 8 - сектора (8 * 2048)
|
||||||
#define nf_storage_calib_mainFlashPageAddress 0x04000000
|
#define nf_storage_calib_mainFlashPageAddress 0x04000000
|
||||||
#define nf_storage_calib_recoveryFlashPageAddress 0x04000000
|
#define nf_storage_calib_recoveryFlashPageAddress 0x04004000
|
||||||
|
|
||||||
#define nf_storage_param_mainFlashPageAddress 0x04000000
|
// 2 - сектора (2 * 2048)
|
||||||
#define nf_storage_param_recoveryFlashPageAddress 0x04000000
|
#define nf_storage_param_mainFlashPageAddress 0x04005000
|
||||||
|
#define nf_storage_param_recoveryFlashPageAddress 0x04006000
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
tStorageOnFlashFlagchip nf_storage_calib;
|
tStorageOnFlashFlagchip nf_storage_calib;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue