imx27.cfg
来自「openocd是比较好的调试工具软件,支持wiggle调试arm,也支持其他调试」· CFG 代码 · 共 13 行
CFG
13 行
#use combined on interfaces or targets that can't set TRST/SRST separatelyreset_config trst_and_srst# There are 2 taps on the chip:# The ETMjtag_device 4 0x1 0xf 0xe# The ARM926EJSjtag_device 4 0x1 0xf 0xe# Note above there are 2 taps (#0 and #1) the ARM926 is the 2nd tap (ie #1)target create target0 arm926ejs -endianess little -chain-position 1 -variant arm926ejs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?