openocd.cfg

来自「JTAG schematic for DSM-320RD and compati」· CFG 代码 · 共 32 行

CFG
32
字号
#daemon configurationtelnet_port 4444gdb_port 3333#interfaceinterface parportparport_cable dlc5xjtag_speed 1#use combined on interfaces or targets that can't set TRST/SRST separatelyreset_config trst_and_srst  separate# reset_config trst_only# reset_config trst_and_srst combined#jtag scan chain##format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)jtag_device 4 0x1 0xf 0xe#target configurationdaemon_startup reset#target <type> <endianess> <reset mode># target arm9tdmi little reset_halt 0 arm922ttarget arm920t little reset_run 0#working_area 0 0x200000 0x4000 backuprun_and_halt_time 0 5000#flash configuration#flash bank <driver> <base> <size> <chip_width> <bus_width> [driver_options ...]# flash bank cfi 0x37f00000 0x800000 1 1 0flash bank cfi 0x0 0x800000 2 2 0

⌨️ 快捷键说明

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