Specifications

Table Of Contents
ARM Debugger 132 ARM Specific TrOnchip Commands
©1989-2014 Lauterbach GmbH
TrOnchip.A.Address Define address selector
The address/range for an address selector can not be defined directly. Set an breakpoint of the type Alpha,
Beta or Charly to the address/range.
Available for ARM7 and ARM9 family.
TrOnchip.A.Trans Define access mode
Defines in which mode ICE breaker should stop the program execution.
Available for ARM7 and ARM9 family.
Format: TrOnchip.A.Address <selector>
TrOnchip.B.Address <selector>
<selector>: OFF
Alpha
Beta
Charly
Break.Set 1000 /Alpha
TrOnchip.A.Address Alpha
; set an Alpha breakpoint to 1000
; use Alpha breakpoint as address
; selector for the unit A
Var.Break.Set flags[3] /Beta
TrOnchip.B.Address Beta
; set a Beta breakpoint to flags[3]
; use Beta breakpoint as address
; selector for the unit B
Format: TrOnchip.A.Trans <mode>
TrOnchip.B.Trans <mode>
<mode>: OFF
User
Svc
OFF Mode doesn’t matter.
User Stop the program execution only in user mode.
Svc Stop the program execution only in supervisor mode.