Part Number: RM57L843
Tool/software: Code Composer Studio
Hi,
We're using the XDS560v2 Pro Trace on the RM57L843 in CCS 9.1.0 to obtain code coverage statistics. We can run the trace successfully and obtain some code coverage stats; however, some of our tests are longer and the buffer gets full before the test completes. Thus we lose some of the code coverage stats. We've tried the circular and stop on full buffer modes, but neither help to extend the length of the trace. The circular buffer mode stores the latest trace data and the stop on full mode stores the start of test trace. We've also maxed the buffer size to 1GB. Are there other settings that would allow the Pro Trace to capture a larger trace or to stream the trace or code coverage info in real time or this is too much data?
Also is there any way to automate the Trace execution? I looked at and tested the DSS API a little but couldn't get the trace working, only the debugger. From looking at the forums, it looks like the trace could be automated using the DVT and DSS APIs in CCS 6.2.0, but was then depreciated. Is there another API that we can use to automate the trace code coverage collection? Or is there a way to use a script within CCS to do this?
Thanks,
Titus