Specifications

Table Of Contents
ARM Debugger 130 ARM Specific TrOnchip Commands
©1989-2014 Lauterbach GmbH
ARM Specific TrOnchip Commands
The TrOnchip command provides low level access to the on-chip debug register.
TrOnchip.A Programming the ICE breaker module
Available for ARM7 and ARM9 family.
TrOnchip.A.Value Define data selector
Defines the two data selectors of ICE breaker as hex or binary mask (x means don't care). If you want to
trigger on a certain byte or word access you must specify the mask according to the address of the access.
E.g. you make a byte access on address 2 and you want to trigger on the value 33, then the necessary mask
is 0xx33xxxx.
Available for ARM7 and ARM9 family.
TrOnchip.A.Size Define access size for data selector
Defines on which access size when ICE breaker stops the program execution.
Available for ARM7 and ARM9 family.
Format: TrOnchip.A.Value <hexmask> | <bitmask>
TrOnchip.B.Value <hexmask> | <bitmask>
Format: TrOnchip.A.Size <size>
TrOnchip.B.Size <size>
<size>: OFF
Byte
Word
Long