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.

Debugging on DSP Side Without Using CCS

Guru 10685 points

Hi, I have read this link: http://processors.wiki.ti.com/index.php/EZ_SDK_FAQ#How_do_I_start_developing_on_CCSv5 and it says "For DSP development users who still want to use CCS as the development platform...".

To me this implies that there is another way to develop code for the DSP and that CCS is outdated or not preferred. By develop I mean including _debugging_ - stepping through algorithm code a line at a time. So which are the other ways of debugging a DSP without using CCS?

Thanks,
Ralph

 

  • Hi Ralph,

    Ralph said:
    To me this implies that there is another way to develop code for the DSP and that CCS is outdated or not preferred. By develop I mean including _debugging_ - stepping through algorithm code a line at a time. So which are the other ways of debugging a DSP without using CCS?

    I don't know any easy way to debug an algorithm on the DSP other than via CCS. I would recommend that you use CCS.

    --Sid