📄 accordo_jtag_rvs22_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 "AccordoPlus_STM_RVS22_Data\accordoplus\AccordoPlus_STM_RVS22.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 0x1000
enddo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -