Renesas Emulation Probe for M32C/88 Group M30880T-EPB User Manual

Page 67

Advertising
background image

M30880T-EPB User’s Manual

3. Usage (How to Use the Emulator Debugger)

REJ10J0497-0100Z Rev.1.00 January 16, 2005

Page 67 of 100


3. Example Data Settings

Event setting for even-address word access

MOV.W R0,512h(R0=0203h)

High-order and low-order data effective


Event setting for odd-address word access

MOV.W R0,519h(R0=0203h)

Odd-address high-order data effective
Even-address low-order data effective



Event setting for even-address byte access

MOV.B R0L,516h(R0L=03h)

Low-order data effective

Event setting for odd-address byte access

MOV.B R0L,515h(R0L=03h)

High-order data effective

Setting a break event

A1

Address 1 : 000512

Data 1

: 0203

MASK :

FFFF

Access :

WRITE

Setting a break event (using 2 events)

A1

A2

Address 1 : 000519

Address 1 : 00051A

Data 1

: 0300

Data 1

: 0002

MASK

: FF00

MASK

: 00FF

Access

: WRITE

Access

: WRITE

Set the combinatorial events to AND.

Setting a break event

A1

Address 1 : 000516

Data 1

: 0003

MASK :

00FF

Access :

WRITE

Setting a break event

A1

Address 1 : 000515

Data 1

: 0300

MASK :

FF00

Access :

WRITE

Advertising