This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS570LS0432: How to select read function in FEE?

Part Number: TMS570LS0432

Tool/software: Code Composer Studio

Hello, TI Engineers

There are two functions for reading data from FEE (TI_Fee_Read and TI_Fee_ReadSync). I want to know more about TI_Fee_ReadSync. Does it mean that it could be used to read data synchronously from FEE? If there are other tasks in background, this function could be used to read data? Because my project require read some information from FEE frequently. I hope TI engineers could give me more suggestions.

Thanks and Regards!

Xinyu

  • Hello Xinyu,

    TI_FEE_Read() is used to read data from a data block in FEE. TI_FeeManager() should be called at regular intervals to finish the Async Read Operation. TI_FEE_ReadSync() reads the data from a data block synchronously, and TI_FEEManager() is not required.  You can use either of them in your application.