TI中文支持网
TI专业的中文技术问题搜集分享网站

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

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

Susan Yang:

您可以看一下

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!

赞(0)
未经允许不得转载:TI中文支持网 » 在Msp432p401中,CCS7.4中如何选用 ARM 公司提供的,采用单精度浮点数优化的三角函数库,以避免由普通的数学函数库引入的双精度浮点数运算
分享到: 更多 (0)