From 2a0e491d9aec5fee9c1693f32a5174c7e1459faa Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 16 Aug 2009 11:54:56 +0000 Subject: Xiaofan Chen Add config file for TI-Luminary LM3S1968 chip and EK-LM3S1968 board git-svn-id: svn://svn.berlios.de/openocd/trunk@2582 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- tcl/board/ek-lm3s1968.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tcl/board/ek-lm3s1968.cfg (limited to 'tcl/board') diff --git a/tcl/board/ek-lm3s1968.cfg b/tcl/board/ek-lm3s1968.cfg new file mode 100644 index 00000000..3afdc955 --- /dev/null +++ b/tcl/board/ek-lm3s1968.cfg @@ -0,0 +1,23 @@ +# +# 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 jtag_khz to be about 1200. +# source [find interface/jlink.cfg] + +# include the FT2232 interface config for on-board JTAG interface +source [find interface/luminary.cfg] + +# include the target config +source [find target/lm3s1968.cfg] + +# jtag speed +jtag_khz 3000 + +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 + +#LM3S1968 Evaluation Board has only srst +reset_config srst_only -- cgit v1.2.3