Part Number: TMS570LC4357
With reference to the following thread,
In the shared example code, below part is used repeatedly before writing into FEE Synchronously/ Asynchronously.
do
{
TI_Fee_MainFunction();
delay();
Status=TI_Fee_GetStatus(0);
}
while(Status!=IDLE);
Could you please brief me about the use of TI_Fee_MainFunction and where it should be called?
Is it necessary to check the IDLE state of FEE every time before reading the FEE Synchronously/ Asynchronously?
Please help!