![Lauterbach C5000 Debugger Manual Download Page 60](http://html.mh-extra.com/html/lauterbach/c5000-debugger/c5000-debugger_manual_680290060.webp)
C5000 Debugger | 60
©
1989-2022
Lauterbach
TrOnchip Commands
TrOnchip.state
Display on-chip trigger window
Opens the
TrOnchip.state
window.
TrOnchip.CONVert
Adjust range breakpoint in on-chip resource
The on-chip breakpoints can only cover specific ranges. If a range cannot be programmed into the
breakpoint, it will automatically be converted into a single address breakpoint when this option is active. This
is the default. Otherwise an error message is generated.
Format:
TrOnchip.state
Format:
TrOnchip.CONVert
[
ON
|
OFF
] (deprecated)
Use
instead
TrOnchip.CONVert ON
Break.Set 0x1000--0x17ff /Write
Break.Set 0x1001--0x17ff /Write
…
TrOnchip.CONVert OFF
Break.Set 0x1000--0x17ff /Write
Break.Set 0x1001--0x17ff /Write
; sets breakpoint at range
; 1000--17ff sets single breakpoint
; at address 1001
; sets breakpoint at range
; 1000--17ff
; gives an error message