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.

DSPF28335的FPU的功能使用

在使用FPU功能,我在网上查找资料,提到需要设置CCS编译器的设置才能实现FPU功能,请问编译器和软件程序怎么配合使用才能真正使用FPU功能?

  • 编写代码要符合浮点运算形式,如果使用IQmath可以选择浮点型编译选项,CCS中选择处理器选项为浮点型,使用的器件库,同样需要切换到浮点型

  • 只需要在项目proprites中的build-C2000 Compiler 中的Specify Floating point support 选择float32就可以