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.

[参考译文] TMS320F28P650DK:从 FPUFastRTS 库开始

Guru**** 2427060 points
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1545450/tms320f28p650dk-starting-with-fpufastrts-library

器件型号:TMS320F28P650DK
Thread 中讨论的其他器件:SysConfigC2000WARE

工具/软件:

您好:


这是我第一次使用 FPUFastRTS 库、我不熟悉设置过程。 我已在 SysConfig 中为我的工程启用了 FPUFastRTS 库。

以下是我如何配置 SysConfig:

之后,我添加了以下简单的代码到我的 main.c:

float32_t PI = 3.1415926f;
float32_t sin_val = sinf (PI);

但是、我在编译时遇到错误。 要正确使用 FPUFastRTS 功能、我是否需要将任何其他设置或步骤添加到项目中?

感谢您的帮助!

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

    您好、  

    请求您共享编译日志。 还应提及您正在使用的 C2000Ware、CCS 和 SysConfig 版本。

    此致

    Siddharth