My ETM trace is captured separately and loaded with TRACE32 command LA.IMPORT (It is not connected directly with a device)
How to filter all the records for each core means run 0,1,2 ... from ETB dump in separate windows for LA method?
Is there method which provides trace data same like capturing from device ?
I tried using Trace.Find ,core 0
but it is not working. It prints the record number but when I try using print trace.record.data(recno)
(recno here is which is output of Trace.Find ,core 0
) I didn't get any record data