X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s9b9x.cfg;h=2bc852962d892a2e31722d6e4348746bc0a019d6;hb=108a458ab88880d063c29e1d09820fe6b62251dc;hp=ccf7c8833e6ff539130db5e8f5b1c102ef36c49d;hpb=f130f95d455332a114e468b3f77a203e3fdf4aee;p=openocd.git diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index ccf7c8833e..2bc852962d 100644 --- a/tcl/board/ek-lm3s9b9x.cfg +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -5,14 +5,10 @@ # http://www.luminarymicro.com/products/ek-lm3s9b92.html # +# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional! +# so is using in JTAG mode, as done here. source [find interface/luminary-icdi.cfg] -source [find target/lm3s9b9x.cfg] -# jtag speed -jtag_khz 500 - -jtag_nsrst_delay 100 -jtag_ntrst_delay 100 - -#LM3S9B9x Evaluation Board has only srst -reset_config srst_only +set WORKAREASIZE 0x4000 +set CHIPNAME lm3s9b9x +source [find target/stellaris.cfg]