1.1.2.2.5.2.2.1 MW_DFU_Info_T

C

typedef struct MW_DFU_Info_T
{
    uint32_t fwImageSize;
    uint8_t  fwFlashType;
} MW_DFU_Info_T;

Description

Structure of DFU info which is used to indicate the actual image size: MW_DFU_MAX_IMAGE_SIZE.

Field Documentation

FieldDescription
fwImageSizeFirmware image size. It must be 16-bytes aligned.
fwFlashTypeFirmware flash type: Reserved for future use.