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.
哪位大神,可以告诉我rts2800_fpu32.lib和rts2800_ml.lib的区别?用28335实现浮点运算是不是调用rts2800_fpu32.lib,然后在build options中选择支持32位浮点运算就可以了吗?这样是不是就用到了了28335的浮点运算核,还有没有其他方法进一步加快运算速度?
在工程properties--build--link order中用“up”“down”按钮改变一下两个库的位置,保证fast library在上方,这样会优先调用fast library中的函数,其它的设置不需要改变。