Hi,
How to use DSP libraries in code composer studio v5 for an application on TMS320c6678 dsp processor.
Thanks,
Gopal
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.
Hi,
How to use DSP libraries in code composer studio v5 for an application on TMS320c6678 dsp processor.
Thanks,
Gopal
Hi Gopal,
Download the DSP Library "C66X-DSPLIB: C66x DSP Library" from here:
http://www.ti.com/tool/sprc265
In the zip/setup file, you'll find the libraries and the documentation on how to use them.
Regards,
Gautam
Hi,
Till how many point FFT the DSP library can support??
thanks & regards
Gopal
The only info that has been provided by TI is Single Precision Floating Point FFT - c66x DSPLIB.
You can read more here: http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/125157.aspx
Regards,
Gautam
Hi Gopal,
I hope you've included the required header files and linked them properly. Such errors are due to improper linking of header files.
Regards,
Gautam
Hi Gautam,
I have included but i'm not knowing how to link it. Could you please explain.
thanks & regards,
Gopal
I would like you to refer this doc to get in detail explanation wrt to new projects:
6305.Keystone Workshop Lab Manual.docx
Regards,
Gautam
Hi Gautam,
The problem fixed. Previously i kept ELF output format instead of Legacy Coff.
thanks & regards,
Gopal