Yes. If the on-chip trace has already been configured and started by the target application, you can attach to the target without resetting the trace unit or losing the existing trace contents.
Use the following command sequence:
Onchip.DISable
Onchip.Attach
SYStem.Mode Attach
BreakThe Onchip.DISable command prevents TRACE32 from initializing or resetting the on-chip trace when attaching to the target.
After the connection has been established, the existing trace contents can be displayed with:
Trace.ListThis is useful when analyzing trace data collected before the debugger was connected.
Add a comment