1.5.5.4.16 SRV_FU_End Function

C

void SRV_FU_End(SRV_FU_RESULT fuResult);

Summary

Ends the firmware upgrade process.

Description

This function is used to finish the firmware upgrade process and to trigger the execution of the new firmware.

Parameters

Param Description

fuResult

Result of the firmware upgrade process

Returns

None.

Example

SRV_FU_End(SRV_FU_RESULT_SUCCESS);

Remarks

This function is called by the PRIME stack.