imx31.cfg

来自「openocd是比较好的调试工具软件,支持wiggle调试arm,也支持其他调试」· CFG 代码 · 共 20 行

CFG
20
字号
# imx31 config## NB! Does not work yet. Work in progress#jtag scan chain#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)# 4 devices otherwise openocd complains, the last one returns 0x0 for all bytesjtag_device 4 0x1 0x0 0xejtag_device 5 0x1 0x1f 0x1e#jtag_device 4 0x0 0x0 0xe# The device below does not have an IDCODE, so lsb is 1jtag_device 4 0x0 0x0 0xfjtag_device 5 0x1 0x0 0x1ejtag_nsrst_delay 500jtag_ntrst_delay 500target create target0 arm11 -endian little -chain-position 1 

⌨️ 快捷键说明

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