1.5.5.4.14 SRV_FU_Tasks Function
C
void SRV_FU_Tasks(void);
Summary
Maintains the Firmware Upgrade state machine.
Description
This function is used to maintain the Firmware Upgrade internal state machine.
Precondition
The SRV_FU_Initialize function should have been called before calling this function..
Parameters
None.
Returns
None.
Example
while (true)
{
SRV_FU_Tasks();
}
Remarks
This function is normally not called directly by an application. It is called by the system's tasks routine (SYS_Tasks).