2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-24 08:30:58 +10:00
openocd/tcl/board/ek-lm3s1968.cfg
Spencer Oliver 31b47688ca cfg: update Luminary config files
- Update all Luminary config's to use a common target/stellaris.cfg.
 - Add Luminary ek-lm3s6965 config.
 - Increase working area for boards with more ram.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-08-31 20:09:24 +01:00

26 lines
702 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
set CHIPNAME lm3s1968
source [find target/stellaris.cfg]
# jtag speed
adapter_khz 3000
adapter_nsrst_delay 100
#LM3S1968 Evaluation Board has only srst
reset_config srst_only