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.

Run C Programs on C6713 DSP

Other Parts Discussed in Thread: CCSTUDIO

Hello!

Does any one know how to run C programs on the C6713 DSP?

I want to run my own C programs on the C6713 platform. What support files (headers, libraries, etc.) do I need to include in the project in CCS in order to run the program on the DSP?

Please see the C program attachment.

Thanks.

 

  • Hello,

    Try to look in Chip support Libraries for this device. There should be a folder with CSL in the name in C:\CCStudio_v3.3 or in programfiles\ti - depends on where it was installed. If it is not installed, look in the ti site for it.

    I am running my program on DSP BIOS, so I did used the CSL only partialy, so I cant tell exactly what files need to be included. But my suggestion - start by including: csl.h and std.h, and if error pops, with unknown function/ variable - just look for it in the directory files, and include file that containing it.

    P.S. I suggest You use DSP BIOS - I does most of the configuration for you.

    Regards

    Arye.

  • In addition to Arye's comments, you may want to check with Matlab for how they recommend porting their code to the C6713.

    If your questions are more basic than all this, then you will find a lot of helpful information at the TIeXpressDSP Wiki site.