TI的工程师们,你们好
我想知道有没有msp430F5XXX 的数学库,如除法。IAR开发环境在做除法的时候调用的是Clib库,做除法有点慢。
谢谢。
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.
TI的工程师们,你们好
我想知道有没有msp430F5XXX 的数学库,如除法。IAR开发环境在做除法的时候调用的是Clib库,做除法有点慢。
谢谢。
CCS中有相应的数学库 http://www.ti.com/tool/mspmathlib
要启用 MSPMathlib:请在 "Include library file or command file as input (--library, -l)" 域内的 Project → Properties → Build → MSP430 Linker → File Search Path 下添加 libmath.a。 重要提示:将 libmath.a 放 置在其他需要的库文件之前。