Renesas M16C/6N4 Network Card User Manual


 
M306NKT-EPB User’s Manual 3. Usage (How to Use the Emulator Debugger)
REJ10J0519-0200 Rev.2.00 Oct. 16, 2006 Page 65 of 104
3. Example Data Settings
Setting a break event
A1
Address 1 : 0020E8
Data 1 : 5423
MASK : FFFF
Access : WRITE
Setting a break event (using 2 events)
A1 A2
Address 1 : 0020E5 Address 1 : 0020E6
Data 1 : 7900 Data 1 : 00AB
MASK : FF00 MASK : 00FF
Access : WRITE Access : WRITE
Set the combinatorial events to AND.
Setting a break event
A1
Address 1 : 0020E2
Data 1 : 00E5
MASK : 00FF
Access : WRITE
Setting events for wordwise accesses to the even-addresses
STE.W A0,20E8h(A0=5423h)
High-order and low-order data effective
Setting events for wordwise accesses to the odd-addresses
STE.W A0,20E5h(A0=AB79h)
Odd-address high-order data effective
Even-address low-order data effective
Setting events for wordwise accesses to the even-addresses
STE.B R0L,[A1A0](R0L=E5h,A1=0000h,A0=20E2h)
Low-order data effective
Setting events for wordwise accesses to the odd-addresses
STE.B R0L,[A1A0](R0L=E6h,A1=0000h,A0=20E3h)
High-order data effective
Setting a break event
A1
Address 1 : 0020E3
Data 1 : E600
MASK : FF00
Access : WRITE
(4) Setting the combinatorial event condition
1. Window for setting the combinatorial event condition
Setting the combinatorial event condition
There are following four conditions that you can choose for the
combinatorial events.
- AND
The program breaks when all of the specified events occur.
- AND (Same Time)
The program breaks when the specified events occur at the same
time.
- OR
The program breaks when one of the specified events occurs.
- STATE TRANSITION
The program breaks when the state transition diagram goes into the
break state.
For each event, a pass count (number of passing) is specifiable (1--
255). When “AND (same time)” is specified for Combination, you can
not specify the pass count (fixed to one).
When you have finished setting the combinatorial event condition,
click the “Set” button.