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