If breakpoint is set in your program on PowerPC core, PowerPC core stops code execution.
It produces a problem for DSP operations.
Use different methods for debugging DSP and PowerPC. Often semaphores or flags variables are used if a few cores communicate in the same time. Reading these flags/semaphores using communication channel, programmer can control communication process.
Debug TAP can be used if your communication protocol provides connection and working if other side of communication stops and runs.
Best regards,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------