sam7s256_jtagkey.cfg
来自「openocd是比较好的调试工具软件,支持wiggle调试arm,也支持其他调试」· CFG 代码 · 共 41 行
CFG
41 行
#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 0jtag_nsrst_delay 200jtag_ntrst_delay 200#use combined on interfaces or targets that can't set TRST/SRST separatelyreset_config srst_only srst_pulls_trst#jtag scan chain#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)jtag_device 4 0x1 0xf 0xe#target configurationtarget create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size 0x4000 -work-area-backup falsetarget_script 0 reset .\prj\sam7s256_reset.script#flash bank <driver> <base> <size> <chip_width> <bus_width>flash bank at91sam7 0 0 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 + -
显示快捷键?