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 to use fft

Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

I do not find this file to add in CCS V6 INSTALLROOT_TO_FPU.
I need to use fft. I have found two libraries with fft: fixed point and floating point unit. fixed point example run well, but when I want to create a new proyect I dont find INSTALLROOT_TO_FPU, INSTALLROOT_2833x,

  • saniago Benavids said:
    but when I want to create a new proyect I dont find INSTALLROOT_TO_FPU, INSTALLROOT_2833x

    You have to add these to your project. So when you create a new project, right click -> properties-> Resources-> Linked Resources

    Add these two Variables; now in the examples i have used relative paths but you can also use absolute paths for both

    INSTALLROOT_TO_FPU = C:\ti\controlSUITE\libs\dsp\FPU\v1_50_00_00

    INSTALLROOT_2833x = C:\ti\controlSUITE\device_support\f2833x\v142 (or whatever version you are using)