PIC32 instruction trace uses a MIPS32 iFlowtrace™ mechanism, which is a non-intrusive hardware instruction trace. You can use this trace to capture every instruction executed by the device. The trace data is sent from the device using pins TRCLK and TRD3:0 to the emulator. The emulator streams this data to a trace buffer on the PC that acts like a rolling First In First Out (FIFO).
The amount of trace data is limited only by the size of the trace buffer. This buffer can fill quickly even when set to the maximum size, so it is wise to determine exactly what you need to capture.
Enable and set trace options in the Project Properties dialog, REAL ICE for Categories, and Trace and Profiling for Option categories. Here you may set:
- Data Collection Selection – enable/disable trace and select the type of trace.
- Data File Path and Name – the location of trace file.
- Data File Maximum Size – the size of trace file.
- Data Buffer Maximum Size – the size of the trace buffer.
The maximum off-chip (PC) trace buffer size is 22 MB. Execution will not halt when this external buffer is full.
See also Trace Configuration Options.