Hi,
in the context of my diploma thesis I'm trying to permanently collect runtime information of the C6678 Multicore DSP using the Embedded Trace Buffers (ETB).
For my application it is essential to interpret the collected data without Code Composer Studio and/or any other TI Tools. That's because the software is intended to run on a embedded system with a FPGA, which should decode and process the DSP Trace information.
Until now I have not found any information/documentation about the ETB data format. I only found some Windows-Tools to convert the ETB binary data like TD (http://processors.wiki.ti.com/index.php/TD) and BIN2TDF (processors.wiki.ti.com/index.php/BIN2TDF).
Is there any specification available for this binary format?
Regards Fabian