User manual
UM0036 EMU3 emulator features
Doc ID 7705 Rev 11 309/385
The Configuration Summary of the Advanced Breakpoints window should appear as
shown in Figure 245.
Figure 245. Configuration summary
Note: There are more examples on how to use advanced breakpoints to control the output triggers
and the trace recording in Trigger programming examples and Programming trace recording
respectively.
10.3 Programming trace recording
While you can simply turn the trace recording on and off from the Trace contextual menu,
you can also program the trace recording so that you record those hardware cycles which
interest you most. This is done using the Advanced Breakpoints window (for general
information on the Advanced Breakpoints feature, refer to Section 10.2 on page 291). The
following examples show you how to program the recording of the trace using advanced
breakpoints.
Table 75. Advanced breakpoints summary
Step Description
START with TRACE ON or OFF
LEVEL 1:
IF (opcode fetch at main.c*57)
THEN Goto Level 2;
LEVEL 2:
IF (read at memory address 0x004014-0x004019)
THEN break;
LEVEL 3-4: (empty)