?? m8_cav2_jtag_config.cmm
字號:
;mandatory
SYStem.CPU ARM7TDMIS
; is the default. can be removed or changed
SYStem.Option DisMode AUTO
;necessary only if ARM7 trace is used
SYStem.Option NODATA ON
; 4 follwowing options have been set off in order to minimize trouble ; some of them might be changed but I do not know which
SYStem.Option TRST OFF
SYStem.Option WaitReset OFF
SYStem.Option EnReset OFF
SYStem.Option resbreak OFF
; bugfix used with logic tile board
; decision to keep it can be taken only with real ARM and emerald target SYStem.Option NOIRCHECK ON
; previously used with logic tile board to suppress memory access in 0x0 - 0x1f
; optional
;SYStem.Option ABORTFIX ON
;previously used with logic tile board
; optional
;SYStem.Option PC 0x40000000
;previously used with logic tile board
; disable vector catch so that memory 0x0 - 0x1f is not used
; optional
;TrOnchip.Set StepVector OFF
; same as used with logic tile board; will be increased as much as possible
;SYStem.JtagClock 20kHz
SYStem.JTAGCLOCK 5.0MHz
; mandatory
;SYStem.MultiCore IRPOST 0x1c; for emerald before
; mandatory
;SYStem.MultiCore DRPOST 1; for emerald before
SYStem.Mode up
d.s SD:0xe2000000 0x00000001
r.res ;reset core
; *********** Enable EXP_RAM *****************
; PCG1_p3c0
;d.s SD:0xe0050020 0x00000008
; PUR1_p3ur
;d.s SD:0xe0050024 0x00000008
DATA.LOAD ".\expramremap.axf"
go
break
DATA.LOAD ".\m8_cav2_Out\m8_cav2.axf"
;Data.List
;sYmbol.Browse.Function
;Data.List Controller
;Data.List Capture
;Data.List Decoder
;Data.List mymain
;Register
;Var.Local
;DATA.SAVE.BINARY test1.try SR:000000--0fffff
;DATA.SAVE.BINARY test2.try SR:80000000--8000ffff
;DATA.SAVE.BINARY test2.try SR:20000000--3fffffff
term.reset
term.method.dcc4a
term.mode.string
term.scroll.on
term.size 0x50 0x100
term
term.write ".\m8_cav2_Out\m8_cav2.log"
enddo
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -