1.6.3.8 SYS_OTA_Initialize Function
C
SYS_OTA_Initialize(void)
Summary
Initializes the System OTA module.
Description
This function is used for initializing the data structures of the OTA service. OTA service supports only one instance of client.
Parameters
None
Returns
None
Example
Remarks
This routine can only be called once during system initialization. If the OTA system service is enabled using MHC, then auto generated code will take care of system OTA initialization.