Hi,
c6678
CCS Version: 5.3.0.00090
mcsdk_2_01_02_06
I'm adding the code of demo DSPTrace_TIETB_EDMA_Ex_CorePacN into demo image processing to do a trace for an algorithm, I run it and get a .bin file, then get the tdf file using bin2tdf. I open the tdf in CCS, and I get these( I copied some lines here):
time trace status
,0,,,,Start of trace,,,
,0,,,,"Incomplete frame, Missing start of frame marker, disable circular buffering or assure collection is started before running target.",,,
,0,,,,"Unusable data PC, data address or data value, Data trace samples can be missing a PC, a data address or a data value due to lack of frame context.",,,
,0,,,,"Bad data trace, Bad trace data packet sequence",,,
,0,,,,"Bad data trace, Invalid trace data packet",,,
,0,,,,"Bad trace information, current export frame processing aborted, Corrupted data found",,,
,0,,,,"Bad trace information, current export frame processing aborted, Sample not verified, Corrupted data found",,,
0,0,,,,Sample not verified,,,
,0,,,,End of trace,,,
How to disable circular buffering or assure collection?
What could be the reason of this? What should I do?
Thanks in advance!
Yang