Maximum image size

C

#define MW_DFU_MAX_SIZE_FW_IMAGE_INT_2M          (1048576)
#define MW_DFU_MAX_SIZE_FW_IMAGE_INT_1M          (524288)

Description

Defines the maximum allowable size for a firmware image during Device Firmware Update (DFU).

Macro Definition

MacroDescription
MW_DFU_MAX_SIZE_FW_IMAGE_INT_2MMaximum size of the firmware image for 2MB internal flash in bytes.
MW_DFU_MAX_SIZE_FW_IMAGE_INT_1MMaximum size of the firmware image for 1MB internal flash in bytes.