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:installroot_to_FPU使用FFT

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/575687/ccs-installroot_to_fpu-to-use-fft

主题:controlSUITE中讨论的其他部件

工具/软件:Code Composer Studio

我找不到要添加到CCS V6 INSTALLROOT_to_FPU的文件。
我需要使用FFT。 我找到了两个具有FFT的库:定点和浮点单元。定点示例运行良好,但当我要创建一个新的主题时,找不到INSTALLROOT_to_FPU,INSTALLROOT_2833x。

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

    saniago Benavids 说:
    但是当我想创建一个新的产品时,我找不到INSTALLROOT_to_FPU,INSTALLROOT_2833x

    您必须将它们添加到项目中。 因此,当您创建新项目时,右键单击->属性->资源->链接资源

    添加这两个变量;现在在示例中,我使用了相对路径,但您也可以对两者使用绝对路径

    installroot_to_FPU = C:\ti\controlSUIT\libs\DSP\FPU\v1_50_00_00

    installroot_2833x = C:\ti\controlSUITE\device_support\F2833x\v142 (或您正在使用的任何版本)