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.

CCSv6 : trace on OMAPL138 (ARM core)

Other Parts Discussed in Thread: OMAPL138

Hello,


I was able to start a debug session with trace through ETB on an OMAPL138 with Code composer studio v5.0 and a SEED-XDS560v2 emulator, following this tutorial :

http://processors.wiki.ti.com/index.php/Debug_and_Trace_Capabilities_on_OMAPL1X/AM1x/DA8x_devices

But today I've installed Code Composer Studio 6 and I cannot start a debug session with trace through ETB.

Is this functionality still supported in Code Composer Studio v6 ? with the OMAPL138 ?

Is their somewhere a tutorial describing how to launch a debug session with trace on CCSv6 similar to the one above ?

Best regards

Arthur

  • Arthur,

    I have an OMAPL138 board from Logic and CCSv6.0.0.  This is what I did to enable ETB.

    In my target configuration (ccxml) file I have the device/board specified as EXPKITOMAPL138 and I have the connection set to my XDS560v2 emulator.

    I then launch the debug session. It auto runs to main

    Go to Tools -> Hardware Trace Analyzer -> PC Trace

    It should be automatically setup to use ETB so I hit start.  This will take a few seconds to setup PC trace.

    Then I run the program.  When I halt it I get the trace data displayed.