2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-23 14:42:08 +10:00
openocd/tcl/board/ek-lm3s1968.cfg
David Brownell 962946ea89 update more Stellaris EK board comments
Using the bundled JTAG/SWD debug support in JTAG mode
is optional on *all* of the EK boards.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-08-16 08:25:37 -04:00

25 lines
679 B
INI

#
# TI/Luminary Stellaris LM3S1968 Evaluation Kits
#
# http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
# NOTE: to use J-Link instead of the on-board interface,
# you may also need to reduce adapter_khz to be about 1200.
# source [find interface/jlink.cfg]
# include the FT2232 interface config for on-board JTAG interface
# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
# so is using in JTAG mode, as done here.
source [find interface/luminary.cfg]
# include the target config
source [find target/lm3s1968.cfg]
# jtag speed
adapter_khz 3000
adapter_nsrst_delay 100
#LM3S1968 Evaluation Board has only srst
reset_config srst_only