1.5.5.4.25 SRV_FU_CalculateCrc Function
C
void SRV_FU_CalculateCrc(void);
Summary
Calculates the CRC of the received image.
Description
This function is used to calculate the CRC of the received image.
Precondition
The SRV_FU_Initialize function should have been called before calling this function..
Parameters
None
Returns
None.
Example
SRV_FU_CalculateCrc();
Remarks
This function is called by the PRIME stack.