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/TMS320F28379D: Need help in seleting the flash API library for F28379D

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

HI,

I found the following library in the path "C:\ti\C2000Ware_2_00_00_03_Software\libraries\flash_api\f2837xd\lib"

F021_API_F2837xD.lib

F021_API_F2837xD_FPU32.lib

what is the difference between these two ?

Thank you,

Golivi

  • Golivi,

    FPU stands for Floating Point unit. The version with the FPU32 extension is designed to use the 32-bit hardware floating point unit. The non-FPU32 version uses a software library based floating point unit.

    Normally, you would want to use the FPU32 version, as it offers higher performance. We offer the software floating point libraries mostly for customers who have legacy systems using software floating point and don't want to migrate.

    Thanks,

    Stuart