116
CHAPTER2 Dependence Functions
2.3.4.4 Data Event Break
This function uses breakpoints contained in the evaluation chip. The address mask,
data size, access type, and sequential mode can be set.
■ Data Event Break
This function uses breakpoints contained in the evaluation chip. The address mask, data size (byte/half
word/word), and access attributes (read/write) can be set.
Up to two breakpoints can be set and used in two modes.
• OR mode (if a hit is found in either data event 1 or 2, a break occurs)
• Sequential mode (if a hit is found in data events 1 and 2 in this order, a break occurs)
When the data event break occurs, the following message appears at the status bar.
•OR mode
Break at address by data event break (No.: Data event number)
• Sequential mode
Break at address by data event break (sequential)
■ How to set
Set the data event break as follows.
• Command
- SET DATAEVENT
- SET SEQUENCE/ON (only in sequential mode)
For details, refer to "3.24 SET DATAEVENT" in "SOFTUNE Workbench Command Reference
Manual".
• Dialog
- "Data" tab in event setting dialog
For details, refer to "4.6.5 Event" in "SOFTUNE Workbench Operation Manual".
Only in the OR mode, if the user sets a data monitoring condition, the data event break can be used as a
data watch break.
For the data monitoring condition, refer to "2.3.4.9 Data Watch Break".