To Trigger On A Number Of Occurrences Of Some State - HP 64782 User Manual

For the graphical user interface
Hide thumbs Also See for 64782:
Table of Contents

Advertisement

You can use the logical or operator to combine the range term with several
state qualifiers. See the examples.
Examples
Store only the accesses to the demo program's current_humid location:
trace only range current_humid thru +1h
Store only bus cycles where data is in the range 6h..26h or is 29h:
trace only data range 6h thru 26h or data 29h

To trigger on a number of occurrences of some state

Use the occurs <#TIMES> after specifying the trigger state.
When specifying a trigger state, you can include an occurrence count. The
occurrence count specifies that the analyzer trigger on the Nth occurrence of
some state.
The default base for an occurrence count is decimal. You may specify
occurrence counts from 1 to 65535.
Examples
To trigger on the 20th occurrence of the call of the "update_system()"
function (main.c: line 102):
trace after address main."main.c": line 102
occurs 20
Using the Emulation Analyzer
To trigger on a number of occurrences of some state
213

Advertisement

Table of Contents
loading

Table of Contents