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.

TMS320F28335: Right way to enable FPU in F28335

Part Number: TMS320F28335

Hi team,

Could you please kindly the explain the exact difference between IQmath FPU and RTSfast?

Besides, what is the right way to enable them.

Thanks!

  • Hi,

    IQmath Library is collection of highly optimized and high precision mathematical functions for C/C++ programmers to seamlessly port a floating-point algorithm into fixed point code on TMS320C28x devices. It is required when FPU hardware support is not available on the device.

    FPU Fast Run Time Support (FASTRTS) Library is a collection of optimized math routines written for C2000 devices that utilizes FPU hardware on the device

    To enable FPU, right click and open project properties, go to Compiler options and enable fpu32 flag as shown below :

    If my reply answers your question please click on "This resolved my issue" button located at the bottom of my post.