Xiaofan Chen <xiaofanc@gmail.com> Add config file for TI-Luminary LM3S1968 chip and...
[fw/openocd] / tcl / board / ek-lm3s1968.cfg
1 #
2 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
3 #
4 # http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
5
6 # NOTE:  to use J-Link instead of the on-board interface,
7 # you may also need to reduce jtag_khz to be about 1200.
8 # source [find interface/jlink.cfg]
9
10 # include the FT2232 interface config for on-board JTAG interface
11 source [find interface/luminary.cfg]
12
13 # include the target config
14 source [find target/lm3s1968.cfg]
15
16 # jtag speed
17 jtag_khz 3000
18
19 jtag_nsrst_delay 100
20 jtag_ntrst_delay 100
21
22 #LM3S1968 Evaluation Board has only srst
23 reset_config srst_only