Hello,
There are many search results about this topic, but none seems to help me. I have configured UIA (I think) and still the menu items below tools->rtos analyzer are grayed out :(
I'd like to analyze the execution sequence on the C6747 DSP of a TI 814x/Davinci processor. Therefore, I followed the instructions of spruh43f.pdf, section 3.3:
- UIA is installed
- I configured LoggingSetup in my .cfg file
- I enabled event logging for swi and hwi
- I connected with my XDS510 to the C6747
And yet, the menu items are grayed out.
That's in my .cfg :
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup'); LoggingSetup.sysbiosSwiLogging = true; LoggingSetup.sysbiosHwiLogging = true;
The RTOS Object view lists the LoggerStopMode in green and I can see information about "All modules ti.uia.runtime", for example. So it seems to work in general.
What I have /not/ configured is the part in spruh43f about Multicore Targets. Do I need this? I'm not interested in anything from the ARM side, I only want to see the execution graph on the C6747... If I need this, please give me some hints on how to configure it...
By the way: I'm using CCS 5.5. The application is build using ezsdk 5.05.02.00 with uia version 1.01.01.14. It's not a CCS project, but a Makefile/configuro project.
Please, what am I missing?