2009-08-16 06:54:56 -05:00
|
|
|
#
|
|
|
|
# TI/Luminary Stellaris LM3S1968 Evaluation Kits
|
|
|
|
#
|
2012-10-02 08:33:06 -05:00
|
|
|
# http://www.ti.com/tool/ek-lm3s1968
|
|
|
|
#
|
2009-08-16 06:54:56 -05:00
|
|
|
|
|
|
|
# NOTE: to use J-Link instead of the on-board interface,
|
2010-03-15 10:37:43 -05:00
|
|
|
# you may also need to reduce adapter_khz to be about 1200.
|
2009-08-16 06:54:56 -05:00
|
|
|
# source [find interface/jlink.cfg]
|
|
|
|
|
|
|
|
# include the FT2232 interface config for on-board JTAG interface
|
2010-08-16 07:25:37 -05:00
|
|
|
# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
|
|
|
|
# so is using in JTAG mode, as done here.
|
2014-07-28 13:10:45 -05:00
|
|
|
source [find interface/ftdi/luminary.cfg]
|
2009-08-16 06:54:56 -05:00
|
|
|
|
|
|
|
# include the target config
|
2012-02-14 08:20:51 -06:00
|
|
|
set WORKAREASIZE 0x2000
|
2010-08-24 14:50:20 -05:00
|
|
|
set CHIPNAME lm3s1968
|
|
|
|
source [find target/stellaris.cfg]
|