bbb04baa612b51d8bb760e199b45fcbeaa8342ab
[fw/openocd] / tcl / board / ek-lm3s1968.cfg
1 #
2 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
3 #
4 # http://www.ti.com/tool/ek-lm3s1968
5 #
6
7 # NOTE:  to use J-Link instead of the on-board interface,
8 # you may also need to reduce adapter speed to be about 1200.
9 # source [find interface/jlink.cfg]
10
11 # include the FT2232 interface config for on-board JTAG interface
12 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
13 # so is using in JTAG mode, as done here.
14 source [find interface/ftdi/luminary.cfg]
15
16 # include the target config
17 set WORKAREASIZE 0x2000
18 set CHIPNAME lm3s1968
19 source [find target/stellaris.cfg]