2009-06-30 09:09:30 +00:00
|
|
|
#
|
|
|
|
# Luminary Micro Stellaris LM3S9B9x Evaluation Kits
|
|
|
|
#
|
|
|
|
# http://www.luminarymicro.com/products/ek-lm3s9b90.html
|
|
|
|
# http://www.luminarymicro.com/products/ek-lm3s9b92.html
|
|
|
|
#
|
|
|
|
|
2010-08-16 12:25:37 +00:00
|
|
|
# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional!
|
|
|
|
# so is using in JTAG mode, as done here.
|
2009-06-30 09:09:30 +00:00
|
|
|
source [find interface/luminary-icdi.cfg]
|
|
|
|
source [find target/lm3s9b9x.cfg]
|
|
|
|
|
|
|
|
# jtag speed
|
2010-03-15 15:37:43 +00:00
|
|
|
adapter_khz 500
|
2009-06-30 09:09:30 +00:00
|
|
|
|
2010-03-15 15:41:30 +00:00
|
|
|
adapter_nsrst_delay 100
|
2009-06-30 09:09:30 +00:00
|
|
|
|
|
|
|
#LM3S9B9x Evaluation Board has only srst
|
|
|
|
reset_config srst_only
|