Part Number: TMS320C6416 Tool/software: Code Composer Studio I'm looking to download DSPLIB for an old c64x (not +) DSP processor. http://www.ti.com/tool/SPRC092
Other Parts Discussed in Thread: SPRC265 , SPRC121 , SPRC900 , TMS320C6747 , SPRC092 Hi, TI engeneers
We want to use some fixed-point functions in c64x dsplib with our c6747 chip, but a compilation failure is always encountered.
So is it possible to use c64x…
Hi Gopal,
Thanks for your post.
May be, you shall try introduce delay slots in the code which are promptly referred in Section 3.3 in the C64x/C64x+ instruction set reference guide as below:
http://www.ti.com/lit/ug/spru732j/spru732j.pdf
You shall also…
Mike,
The function fft16x16t is defined in the DSPLIB for C64x while the library that you have downloaded is DSPLIB for C64x+ devices hence you will not find the header in this library. The appropriate library that contains the fft16x16t function and…
The C6416 has a 64x core and you should get dsplib from here:
http://focus.ti.com/docs/toolsw/folders/print/sprc092.html
Based on your comments it sounds like you have the wrong one.
A first suggestion is our DSPLIB library which TI offers for free. It's a library of low-level, fully optimized DSP functions such as filters and FFTs. It would be best for the customer to look through the Programmers Guide which lists all the functions…
Hi Galex,
Please see use instruction at the TMS320C64x DSP Library Programmer's Reference:
http://www-s.ti.com/sc/techlit/ spru565
There also the function DSP_fft that you could use (page 43).
To download DSPLIB:
http://focus.ti.com/docs/toolsw/folders…