OTA_SERVICE_FH_Tasks

C

void OTA_SERVICE_FH_Tasks(void)

Summary

Start OTA Service File Handler task.

Description

This function will handle the state machine for OTA Service File Handler task. This function receives the application image. Once the complete application image is received, programmed and verified successfully, It writes control block (Meta-data) based on the received Host MCU File header values.

Precondition

None.

Parameters

None.

Returns

None.

Example

OTA_SERVICE_FH_Tasks();

Remarks

None.