beautypg.com

Renesas Emulation Pod M3062PT3-RPD-E User Manual

Page 66

background image

M3062PT3-RPD-E User’s Manual

3. Usage (How to Use the Emulator Debugger)

REJ10J0040-0600 Rev.6.00 July 01, 2006

Page 66 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

A1
Address 1 :0020E5
Data 1 :AB79
MASK :FFFF
Access :WRITE

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 bytewise accesses to the even-addresses

STE.B R0L,[A1A0](R0L=E5h,A1=0000h,A0=20E2h)

Low-order data effective



Setting events for bytewise 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 : 00E6
MASK :

00FF

Access :WRITE


(4) Setting the combinatorial event condition for the hardware break point

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.