1.3.5.6.54 BMNG_FUP_SetSignatureDataRequest Function

C

void BMNG_FUP_SetSignatureDataRequest(uint8_t cmd, uint8_t algorithm, uint16_t length);

Summary

Requests to set the signature data for a firmware upgrade process.

Description

This routine requests to set the signature data for a firmware upgrade process.

Precondition

The firmware upgrade process must have been started before.

Parameters

ParamDescription
cmdCommand to acknowledge
algorithmUsed algorithm to check signature
lengthSignature length in bytes

Returns

None.

Example

BMNG_FUP_SetSignatureDataRequest(FUP_SET_SIGNATURE_DATA_REQUEST, 2, 12);

Remarks

The command is acknowledged with the FUP ACK callback.