Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP clien...
[openocd.git] / tcl / board / ek-lm3s1968.cfg
blobbf4b09724a344f5f47d4472a137d9ad1414d462f
2 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
4 # http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
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]
10 # include the FT2232 interface config for on-board JTAG interface
11 source [find interface/luminary.cfg]
13 # include the target config
14 source [find target/lm3s1968.cfg]
16 # jtag speed
17 jtag_khz 3000
19 jtag_nsrst_delay 100
21 #LM3S1968 Evaluation Board has only srst
22 reset_config srst_only