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.

RTA debugging in C55 multiprocessor environment

I am using Code Composer Studio Version: 5.5.0.00077

I am trying to debug a system with two C55 DSPs that run different software. I can connect to both targets and run with breaking points on both DSPs.
But RTA tools and printf logs only work on one of the DSPs at a time.
Is it possible to make RTA work on both DSPs during the same run?
Is there any special configuration setting I should be doing that I am missing?