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.

28377D使用FPU需要哪些配置呢?

Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

我程序想用FPU,配置了FPU的相关设置如下

但是运行起来发现浮点数计算还是比较慢,看了代码的汇编语句发现没有真正用FPU,没有MPYF32之类的带“F32”的语句

请问我还缺少什么?我是看着controlSUITE的例程来的呀~