MW_DFU_Info_T

C

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

Description

Structure for DFU (Device Firmware Update) information.

This structure is used to store information about the firmware image that is relevant for the DFU process, such as its size and the type of flash memory it is intended for. The image size is related to the maximum image size defined by Maximum image size.

Field Documentation

FieldDescription
fwImageSizeSize of the firmware image in bytes. Must be a multiple of 16 bytes for alignment purposes. See Maximum image size for the maximum allowable size.
fwFlashTypeType of flash memory where the firmware is stored. Defined by numeration Flash types.