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.
你看看iar下是否自带msp430的这个库文件,如果没有需要从官网下载一个。http://www.ti.com.cn/tool/cn/MSPMATHLIB
有的,我升级到最新的IAR V6.2了,
有的,我升级到最新的IAR V6.2了。。。自带库文件
文件是有了
但是怎么用呢
一个简单的例子 浮点数的+-*/我感觉都没有用到硬件乘法器
哪位高人指点下
谢谢
iar里面
路径先不要用带中文的,试试
不行 就是全英文的还是不行
参见IAR-->Help--> C/C++ Compiler User guide
只要在library configuration中配置好并 include math.h.不需要include msp430_math.h (这个文件其实不存在).
slau499 描述的情况是IAR未集成msp430 mathlib时候的情况。