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 imagethat is relevant for the DFU process, such as its size and the typeof flash memory it is intended for. The image size is related to themaximum image size defined by Maximum image size.
Field Documentation
Field | Description |
---|---|
fwImageSize | Size of the firmware image in bytes. Must be a multiple of 32 bytes for alignment purposes. See Maximum image size for the maximum allowable size. |
fwFlashType | Type of flash memory where the firmware is stored. Defined by numeration Flash types. |