gwb33.cmd.bak
来自「UCOSII的移植,及多任务的管理,处理器为EPSON公司的」· BAK 代码 · 共 20 行
BAK
20 行
# gwb33.cmd command file made by GWB33
# load symbol informaion
file /cygdrive/e/caserlin/ucOSII_Tran/lin.elf
# set the map in the debugger
c33 rpf /cygdrive/e/caserlin/ucOSII_Tran/lin.par
#decide debugger mode and its port
target icd com1
#set BUS condition
set {short}0x48130=0xc00
set {char}0x4812e=0x08
# load to memory
load /cygdrive/e/caserlin/ucOSII_Tran/lin.elf
# set ttbr register
set {char}0x4812d=0x59
set {long}0x48134=0x02000000
# hot reset
c33 rsth
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?