Other Parts Discussed in Thread: SYSBIOS
Tool/software:
Hi,
I'm trying to run trace analysis (function profiling, CPU load measurements) on a Tiva Ware TM4C1230E6PM using a BlackHawk TMDSEMU200-U Debug Probe.
My Application does not use TI-RTOS, but my understaing is, that this is needed to use the trace analysis functions. Is this correct?
In looking for Documentation I found this System Analyzer User Guide, which describes the process of setting up RTOS and UIA for Code Composer v6.0. Is this the most up-to-date Version?
I recently had Problems with Using this Debugging Probe with CCS v12, which is why I'm now using CCS 11.2. However I find many of the instructions given in the User Guide to not make sense, as I guess the programm structure has changed. I was able to install TI-RTOS from here.
For example:
- I did not find the "XGCONF" tool, nor any "project’s configuration file (*.cfg)". I assume this has since become the "target configuration" (.ccxml)?
- I could Import TI-RTOS for TivaC in Project Properties/CCS General/Products, however when I open View/other/Available Products (as described in the User Guide on page 90) nothing gets listed there. Instead it says: "Shows modules on the package path of a RTSC project. The view is currently empty because there is no RTSC Configuration File open.
The Debug probe works for the normal functionality: I can flash code with it and use break points the halt code execution. When I try to use any of the trace functions this message appears:
How do I properly enable UIA instrumentation for my application?
Thanks for any help in advance!