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 the DSP using CCSv4 for a CE application

My intention is to run the audioenc application  which is part of the Codec Engine on the dsp using CCS and app.out from Linux. I intend to extend the functionality of the audioenc application to implement my codec.

 

I placed the code snippet

Engine_open( .... );
printf("Hit enter to continue:");
getchar();

In the example application.

On the application side.

I ran ./app.out.

On the DSP side. I opened CCS V4.

Launched the config file.

Connected the DSP.

Loaded symbols (Target->Load Symbols->all.x64P).

Pressed F8.

Returned to the arm side and pressed the enter key.

What I see on the DSP side is that the control does not goto audioenc_copy which is the aim of my exercise.

Could someone help me out ??

I performed all these steps after referring to the link

http://processors.wiki.ti.com/index.php/Debugging_the_DSP_side_of_a_CE_application_using_CCS