I've looked at several threads and followed the training video to make my execGraph tool work, but no luck yet. Let me describe the situation here and see if you can see something that needs to be tweaked.
My project is using CCS 5.3 to generate code for the DSP on the DA830/L-137. I use IPC v1.0.5.60, SysBios 6.21.0.13 and XDIAS 6.25.1.08. My compiler is 6.1.13. The project has quite a lot of history. I attach my .cfg file.(Please visit the site to view this file)
I regularly use the LOG_printf function. I understand it is deprecated, but this works now and I'm loath to break it.
I recently reconfigured the RTA agent to work in stop mode:
// RTA in stop mode
var Agent = xdc.useModule('ti.sysbios.rta.Agent');
// as recommended in EricScott videos for BIOS 6
Agent.transport = Agent.Transport_STOP_MODE_ONLY;
I understand that the RTDX stuff is deprectated. The exec graph didn't work earlier with the RTDX stuff either. The thread load tool works, as you see in the attached.
The exec graph tool produces this:
I try to follow the procedure demonstrated in Eric and Scott's video
(http://software-dl.ti.com/trainingTTO/trainingTTO_public_sw/bios_1day_videos/Chapter_5/Chapter_5.html).
But looking at the available products pane with my pa.cfg open in CCS5, I don't see the Real Time Analysis tab:
I wonder if you can suggest a change to my .cfg file to enable this?