Thanks for your respnse Mark I used the batch file described and the memry model accordingly however I am getting the following error now:
"C:/TiDoc/c55dsplib/dsplib/EXAMPLES/iir32/Debug/Iir32_t.obj" -l"55xdsp.lib" "../55x.cmd" "../55xdsp.lib" <Linking…
Other Parts Discussed in Thread: SPRC100 I want to install dsplib
However, after I download the packet from http://www.ti.com/tool/sprc100 , and follow the steps on http://www.ti.com/lit/ug/spru422j/spru422j.pdf
TMS320C55x DSP Library Programmer’s…
I want to use the dsplib and find that on website http://www.ti.com/tool/sprc100
Operating system does not include win7. Is there anyway I can use dsplib on win7?
I cannot install dsplib correctly. I download the packet from http://www.ti.com/tool/sprc100 .
However there are more than just dsplib.h, 55xdsp.lib, 55xdsp.sr and 55x_test as described
in TMS320C55x DSP Library Programmer's Reference.
Okay guys I found it in the google cache
search for "cache:http://focus.ti.com/docs/toolsw/folders/print/sprc100.html"
Here the download-button is there!
But I want to to remember the admins that the download button is not there at the moment…
Hi Thaer,
Please download the Audio filtering demo at http://c5505-ezdsp.googlecode.com/files/C5515_eZdsp_Audio_Filter_Demo1.zip.
This can help get you started with configuring the device to get data into the DSP. You can find code for doing FFTs…
Other Parts Discussed in Thread: SPRC100 Hello,
I am working on C5535eZdsp board which i have bought recently. I am able to run all the examples.
I was able to run the C-code of LMS algorithm for 10 tap filter. I want to increase the tap length from…
You could also look into calling multiple instances of the Optimized vector addition from DSPLIB: http://focus.ti.com/docs/toolsw/folders/print/sprc100.html
ushort oflag = add (DATA *x, DATA *y, DATA *r, ushort nx, ushort scale)
This function adds…