MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/aws_examples/ota_demo_wifi/flash_partitioning.h
2022-04-08 22:46:35 +08:00

17 lines
289 B
C

/*
* Copyright 2021 NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _FLASH_PARTITIONING_H_
#define _FLASH_PARTITIONING_H_
#define BOOT_FLASH_BASE 0x60000000
#define BOOT_FLASH_ACT_APP 0x60040000
#define BOOT_FLASH_CAND_APP 0x60240000
#endif