请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28388D 工具与软件:
为什么 Code Composer 工具中任何浮点变量的值保持一致
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.
工具与软件:
为什么 Code Composer 工具中任何浮点变量的值保持一致
尊敬的 Mostafa:
C2000 MCU 使用 IEEE-754单精度浮点值的近似值。 因此、CCS 读取 寄存器/存储器的直接浮点值、并提供最接近的近似十进制值以显示在 IDE 中。 您可以使用此计算器确认 https://www.h-schmidt.net/FloatConverter/IEEE754.html 。 有关 FPU 的更多信息、请参阅 https://www.ti.com/lit/spry288
此致、
Peter