Flash types
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
| Macro | Description |
|---|---|
| MW_DFU_FLASH_INTERNAL | Identifier for DFU operations on internal flash memory. |
| MW_DFU_FLASH_EXTERNAL | Identifier for DFU operations on external flash memory. |
PIC32CX-BZ6
C
#define MW_DFU_FLASH_INTERNAL (0x01U)
Description
Defines the type of flash memory used during DFU.
Macro Definition
| Macro | Description |
|---|---|
| MW_DFU_FLASH_INTERNAL | Identifier for DFU operations on internal flash memory. |
