str912_jtagkey.cfg
来自「openocd是比较好的调试工具软件,支持wiggle调试arm,也支持其他调试」· CFG 代码 · 共 43 行
CFG
43 行
#daemon configurationtelnet_port 4444gdb_port 3333# tell gdb our flash memory map# and enable flash programminggdb_memory_map enablegdb_flash_program enable#interfaceinterface ft2232ft2232_device_desc "Amontec JTAGkey A"ft2232_layout jtagkeyft2232_vid_pid 0x0403 0xcff8jtag_speed 1jtag_nsrst_delay 100jtag_ntrst_delay 100#use combined on interfaces or targets that can't set TRST/SRST separatelyreset_config trst_and_srst#jtag scan chain#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)jtag_device 8 0x1 0x1 0xfejtag_device 4 0x1 0xf 0xejtag_device 5 0x1 0x1 0x1e#target configurationtarget create target0 arm966e -endian little -chain-position 1 -variant arm966e[new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup falsetarget_script 0 gdb_program_config .\prj\str912_program.script#flash bank str7x <base> <size> 0 0 <target#> <variant>flash bank str9x 0x00000000 0x00080000 0 0 0# For more information about the configuration files, take a look at:# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debuggerinitreset halt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?