BLE_API  v2.1.3
MCU Flash Map (BLE FOTA) Porting Definition

Macros

#define SIZE_OF_FOTA_BANK   BONDING_INFORMATION_ADDRESS
 
#define SIZE_OF_FOTA_INFO   FLASH_PAGE_SIZE
 

Detailed Description

MCU flash map for BLE FOTA porting related definition.

Attention
Do not modify the setting of SIZE_OF_FOTA_BANK and SIZE_OF_FOTA_INFO.

Macro Definition Documentation

◆ SIZE_OF_FOTA_BANK

#define SIZE_OF_FOTA_BANK   BONDING_INFORMATION_ADDRESS

Total Size for saving FOTA update data.

◆ SIZE_OF_FOTA_INFO

#define SIZE_OF_FOTA_INFO   FLASH_PAGE_SIZE

Total Size for saving FOTA update information, please reference structure "ota_information_t" (fota.c) to get the page content.