1.6.3.10 SYS_OTA_Tasks Function

C

void SYS_OTA_Tasks( void )

Summary

Maintains the OTA System tasks and functionalities.

Description

This function is used to run the various tasks and functionalities of OTA system service.

Precondition

The SYS_OTA_Initialize function should have been called before calling this function.

Parameters

None

Returns

None

Example

while(1)
{
    
    SYS_OTA_Task();
    
}

Remarks

If the OTA system service is enabled using MHC, then auto generated code will take care of system task execution.