I'm working on a DM3730 dual core (ARM + DSP) with dsplink to manage the cores communication.
I wanted to know if there is a way (or more than one) to launch a DSP application from the ARM, and attach to the DSP for debugging without resetting the DSP application.
In my specific case I load the ARM and DSP executables on the board, I run the ARM application (the loop sample from the dsplink archive) by means of serial port, the ARM application loads and starts the DSP, and I'm trying to attach to the DSP with Code Composer (through JTAG connector) to set breakpoints and debug the DSP application (without resetting the one loaded by the ARM!).
Now, I told my story just to try and make the issue clearer with an example, but I'd like to stick to the more general question: is there a way (or more than one) to attach to a running DSP for debug without resetting it?
Thanks in advance,
Filippo