I am trying to develop some application on TMS320C5515 DSP.
Is there any open-source tool for the development, I have C5515 eZdsp USB Stick Development Kit but not CCS version 4. Operating system can be any - windows or linux.
Thank you
Umang
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.
I am trying to develop some application on TMS320C5515 DSP.
Is there any open-source tool for the development, I have C5515 eZdsp USB Stick Development Kit but not CCS version 4. Operating system can be any - windows or linux.
Thank you
Umang
Hi Umang,
CCS is free when you use it with the XDS100 emulator on board the eZdsp kit: http://processors.wiki.ti.com/index.php/Download_CCS
Alternately, you can execute the Code Gen Tools (compiler, assembler) stand-alone, but you wont be able to load or debug (you can make a boot image): https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm#C5500
You can use DSS without the CCS GUI, but you need to download CCS to install DSS even though the DSS wiki states that it is made available independent of the CCS GUI: http://processors.wiki.ti.com/index.php/DSS
I think maybe you can manage to get a pure Eclipse IDE to work, but that is a question for the CCS forum: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81.aspx
Hope this helps,
Mark