MW_DFU_FwImageActivate

Only valid for PIC32CX-BZ3

C

uint16_t MW_DFU_FwImageActivate(void);

Description

Activates the new firmware after a system reboot.

Note

The system state after activation should be verified to ensure proper operation.

Return values

Return valueDescription
MBA_RES_SUCCESSActivation successful.
MBA_RES_BAD_STATEAPI cannot be executed in the current DFU process state.
MBA_RES_OOMInsufficient memory available.
MBA_RES_FAILFlash access failed.