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.

FFT implementation on the TMSC5535 EZDSP

Hello,I'm beggining using my DSP and I've been looking for a way to perform the FFT in my TMSC5535 and Code Compsoer 4,but no one gives any good and clear example of how to use it. I tried this many ways of perform fft without any succes:

-I tried using the dsplib and the CFFT files included on it,but Code Composer throws me a lot of errors when trying to build the project.

-I tried using the hwafft mentioned in the sprabb6b file, but when I build the code,Code Composer don't recognize the functions "hwafft_br","hwafft_1024pts",it doesn't even recognize the Uint,Int32,etc. ,and nobody in the forums tells me where to find the fft library.

-I tried using breakpoints to export the data to Matlab so I can execute the fft there,but the breakpoints/watchpoints are drastically slowing down my program, so it's not the right choice.

-I tried using any cooley tukey algorithm to compute the fft but is the same case as the first, Code Composer simply doesn't build,throwing back a lot of errors.

I hope someone could help me with a well-explained example.