Part Number: TMS570LS1224
Tool/software:
Hi,
An other questions regarding the FEE API, we have the choice to use Sync or Async function for example to Write of Read data in EEPROM.
Looking to the FEE manual, I can see that the Asynch operation needs to be followed by TI_Fee_MainFunction() :
For example :
TI_Fee_WriteAsync(BlockNumber, &SpecialRamBlock[0]);
do
{
TI_Fee_MainFunction();
delay();
Status=TI_Fee_GetStatus(0);
}
while(Status!=IDLE);
1) What is the advantages compare to the synch functions (ex : TI_Fee_WriteSync) ? Can be interrupted by others tasks ? ,...
2 ) How much shall be the delay(); in between calls of TI_Fee_MainFunction(); ?
Thank you !
Regards,
Marc
