Обновление
This commit is contained in:
parent
b2d0f9e2c6
commit
9d1b3bd908
|
|
@ -7,8 +7,11 @@
|
|||
|
||||
#include "stdint.h"
|
||||
|
||||
#define ADR_META_BOOT (0x01000000 + (128 * 1024) - 256)
|
||||
#define ADR_META_MAIN (0x01000000 + ((128 + 704) * 1024) - 256)
|
||||
#define ADR_META_BOOT (0x01000000 + (64 * 1024) - 256)
|
||||
#define ADR_META_MAIN (0x01000000 + ((64 + 704) * 1024) - 256)
|
||||
|
||||
#define ADR_META_MAPPED_BOOT (0x01100000 + (64 * 1024) - 256)
|
||||
#define ADR_META_MAPPED_MAIN (0x01100000 + ((64 + 704) * 1024) - 256)
|
||||
|
||||
extern volatile const uint32_t META_FW_CRC;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue