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.

[参考译文] CCS/CC3200MOD:CC3200中的浮动操作

Guru**** 2350610 points
Other Parts Discussed in Thread: CC3200
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/564662/ccs-cc3200mod-float-operation-in-cc3200

部件号:CC3200MOD
主题中讨论的其他部件:CC3200

工具/软件:Code Composer Studio

CCS工作室中是否提供浮动操作? 如果是,如何启用

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    CC3200包含Cortex-M4 CPU,它没有硬件浮点单元。

    因此,CC3200中的所有浮点运算都必须在软件中仿真,如果编译器选项指定使用软件浮点,则编译器将执行此操作。

    [此选项取决于使用的是TI还是GCC ARM编译器]