1.5.5.4.20 SRV_FU_CfgWrite Function

C

void SRV_FU_CfgWrite(void *src, uint16_t size);

Summary

Writes the firmware upgrade information.

Description

This function is used to write the firmware upgrade information, which is stored out of the PRIME stack.

Parameters

Param Description

src

Pointer to the buffer with the information to write

size

Number of bytes to write

Returns

None.

Example

    uint32_t fuData[3];
    SRV_FU_CfgWrite(&fuData, sizeof(fuData));

Remarks

This function is called by the PRIME stack.