MW_DFU_Info_T
PIC32CX-BZ2
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
| Field | Description |
|---|---|
| fwImageSize | Size 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. |
| fwFlashType | Type of flash memory where the firmware is stored. Currently reserved for future use. |
PIC32CX-BZ3
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
| Field | Description |
|---|---|
| fwImageSize | Size 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. |
| fwFlashType | Type of flash memory where the firmware is stored. Defined by numeration Flash types. |
PIC32CX-BZ6
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. |
