str912_comstick.cfg
来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· CFG 代码 · 共 35 行
CFG
35 行
#daemon configuration
telnet_port 4444
gdb_port 3333
#interface
interface ft2232
ft2232_device_desc "STR9-comStick A"
ft2232_layout comstick
jtag_speed 1
#use combined on interfaces or targets that can't set TRST/SRST separately
#reset_config trst_and_srst srst_pulls_trst
#reset_config trst_only
#reset_config trst_and_srst
reset_config srst_only
#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 8 0x1 0x1 0xfe
jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e
#target configuration
daemon_startup reset
#target <type> <startup mode>
#target <reset mode> <chainpos> <endianness> <variant>
target arm966e little run_and_halt 1 arm966e
run_and_halt_time 0 0
# run_and_halt_time 0 30
#working_area 0 0x40000000 0x40000 nobackup
#working_area 0 0x04000000 0x17fff nobackup
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?