1.3.5.6.44 BMNG_FUP_StartFuRequest Function

C

void BMNG_FUP_StartFuRequest(uint8_t cmd, uint8_t enable);

Summary

Requests to start a firmware upgrade process.

Description

This routine requests to start a firmware upgrade process.

Precondition

None.

Parameters

ParamDescription
cmdCommand to acknowledge
enableEnable (1) or disable (0) FU

Returns

None.

Example

BMNG_FUP_StartFuRequest(FUP_START_FU_REQUEST, 1);

Remarks

The command is acknowledged with the FUP ACK callback.