fls.cmd

来自「使用键盘上的上、下、左、右四个按键」· CMD 代码 · 共 53 行

CMD
53
字号
;hot reset
rstc

;load flash code
lf flash\EPSON646B2T.SRF
;lf flash\am29f800.srf
; CEFUNC[0:1]="1x"
eh 48130
0c00
q

;set the method  of bus interface to BSL
eb 4812e
08
q

;set the ttbr is exchanged
eb 4812d
59
q

;the ttbr is itself
ew 48134
c00000
q

;flash setup
fls
1
c00000
cfffff
FLASH_ERASE
FLASH_LOAD

;flash earse
fle
c00000
0
0

;load test program
lf test.srf

;hot reset
rsth

sc





⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?