Hi,
How can i print msg contents from codesourcey codebench, when it arrive to DSP, during operate msg transfer between ARM and DSP?
Thanks, Oded.
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.
Hi,
How can i print msg contents from codesourcey codebench, when it arrive to DSP, during operate msg transfer between ARM and DSP?
Thanks, Oded.
Hi Oded,
I am not familiar with Codebench, but one way to inspect the memory on the DSP (or view the output to any printf calls) is to connect to it via JTAG using CCS. Here are some articles that describe how to do so depending on your target platform:
If your platform does not match any of the above, you should still be able to do something similar to load symbols and connect to the target board, once you have your JTAG connection set up.
If you do not have JTAG, you can also use this technique for debugging purposes:
http://processors.wiki.ti.com/index.php/Debugging_DSP_side_using_DSPLink_NOTIFY_module
Best regards,
Vincent
Hi Vincent,
Is there an option to debug simultaneously ARM and DSP?
Because i know that i can debug seperate ARM with co desourcey and DSP with codecomposer, but i need to do it simultaneously.
Thanks, Oded.
Hi Oded,
I haven't had a chance to try it myself, but CCS v5 supports linux debugging. See if this article helps: http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5. This should allow you to do your debugging of both the ARM and the DSP in the same IDE environment, and hopefully would allow you to halt both processors at the same time when utilized in stop mode. If you have any questions regarding the article, the folks on the Code Composer Studio forum should be able to help.
Best regards,
Vincent