Maximum image size

PIC32CX-BZ2

C

#define MW_DFU_MAX_SIZE_FW_IMAGE              507904

Description

Defines the maximum allowable size for a firmware image during Device Firmware Update (DFU).

Macro Definition

MacroDescription
MW_DFU_MAX_SIZE_FW_IMAGEMaximum firmware image size in bytes.

PIC32CX-BZ3

C

#define MW_DFU_MAX_SIZE_FW_IMAGE_INT              262144
#define MW_DFU_MAX_SIZE_FW_IMAGE_EXT              524288

Description

Defines the maximum allowable size for a firmware image during Device Firmware Update (DFU).

Macro Definition

MacroDescription
MW_DFU_MAX_SIZE_FW_IMAGE_INTMaximum size of the firmware image for internal flash, in bytes.
MW_DFU_MAX_SIZE_FW_IMAGE_INTMaximum size of the firmware image for external flash, in bytes.

PIC32CX-BZ6

C

#define MW_DFU_MAX_SIZE_FW_IMAGE_INT_2M          1048576
#define MW_DFU_MAX_SIZE_FW_IMAGE_INT_1M          524288

Description

Defines the maximum allowable size for a firmware image during Device Firmware Update (DFU).

Macro Definition

MacroDescription
MW_DFU_MAX_SIZE_FW_IMAGE_INT_2MMaximum size of the firmware image for 2MB internal flash in bytes.
MW_DFU_MAX_SIZE_FW_IMAGE_INT_1MMaximum size of the firmware image for 1MB internal flash in bytes.