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.

在Msp432p401中,CCS7.4中如何选用 ARM 公司提供的,采用单精度浮点数优化的三角函数库,以避免由普通的数学函数库引入的双精度浮点数运算



在Msp432p401中,CCS7.4中如何选用 ARM 公司提供的,采用单精度浮点数优化的三角函数库,以避免由普通的数学函数库引入的双精度浮点数运算,举个简单的例子

  • 您可以看一下

    dev.ti.com/.../MSP432_IQmathLib-UsersGuide.pdf

    2.3 Using the Libraries

    The Code Composer Studio (CCS) libraries are provided in easy to use archive files, QmathLib.a and IQmathLib.a. The archive files should be used with projects in place of any .lib files. When linking, the archive file will select the correct library based on CPU, memory and data model compiler
    settings.

    To add a library to an existing CCS project, simply navigate to the device directory under IQmathLib/libraries/CCS and drag and drop the QmathLib.a or IQmathLib.a file to the CCS project. When prompted select "Link to files" and you are done!