Flash types

Only valid for PIC32CX-BZ3

C

#define MW_DFU_FLASH_INTERNAL                 0x01
#define MW_DFU_FLASH_EXTERNAL                 0x03

Description

Defines the type of flash memory used during DFU.

Macro Definition

MacroDescription
MW_DFU_FLASH_INTERNALIdentifier for DFU operations on internal flash memory.
MW_DFU_FLASH_EXTERNALIdentifier for DFU operations on external flash memory.