![Qorivva MPC5 Series Manual Download Page 151](http://html1.mh-extra.com/html/qorivva/mpc5-series/mpc5-series_manual_3255432151.webp)
Qorivva MPC5xxx/SPC5xx Debugger and NEXUS Trace
151
©1989-2021 Lauterbach GmbH
TrOnchip.TRaceControl
Trace control with special debug events
Use this command to enable above trace actions for the specified debug event. Only available on
processors which implement IEEE-ISTO 5001-
2008
or later. See
Trace Filtering and Triggering with
for an explanation of the available actions.
The example below shows how to disable the program trace for interrupts. On account of the on-chip
implementation, the program trace will start after the first interrupt return (RFI instruction) is executed.
Format:
TrOnchip.TRaceControl
<event> <action>
<event>
:
IRPT
RET
CIRPT
CRET
<action>
:
OFF
TraceON
|
TraceOFF
ProgramTraceON
|
ProgramTraceOFF
DataTraceON
|
DataTraceOFF
TraceTrigger
|
BusTrigger
WATCH
IRPT
Interrupt taken debug event
RET
Interrupt return debug event
CIRPT
Critical interrupt taken debug event
CRET
Critical interrupt return debug event
;Disable program trace for interrupt handler
TrOnchip.TRaceControl IRPT TraceOFF
TrOnchip.TRaceControl RET TraceON