![Lauterbach C6000 Скачать руководство пользователя страница 60](http://html1.mh-extra.com/html/lauterbach/c6000/c6000_manual_3875736060.webp)
C6000 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.
TrOnchip.RESet
Set on-chip trigger to default state
Sets the TrOnchip settings and trigger module to the default settings.
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
Format:
TrOnchip.RESet