str71x_wig.cfg
来自「freemodbus-v1-1-1-0.zip v1.1.1版本的代码 支持多」· CFG 代码 · 共 49 行
CFG
49 行
# STR71X OpenOCD configuration for FreeModbus## Copyright (C) 2006 Christian Walter <wolti@sil.at>## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA## $Id: str71x_wig.cfg,v 1.1 2006/11/02 23:14:44 wolti Exp $##daemon configurationtelnet_port 4444gdb_port 3333#interfaceinterface parportparport_port 0parport_cable wigglerjtag_speed 0#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 4 0x1 0xf 0xe#target configurationdaemon_startup reset#target <type> <startup mode>#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>target arm7tdmi little run_and_halt 0 arm7tdmirun_and_halt_time 0 30working_area str71x 0x2000F000 0x00001000 nobackup#flash configurationflash bank str7x 0x40000000 0x00040000 0 0 STR71x 0flash bank str7x 0x400C0000 0x00004000 0 0 STR71x 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?