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
| Field | Description |
|---|---|
| fwImageSize | Firmware image size. It must be 16-bytes aligned. |
| fwFlashType | Firmware flash type: Reserved for future use. |
