X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s3748.cfg;h=0ed1d5afa91b025cfcc4afc4a662ab264af44a11;hb=108a458ab88880d063c29e1d09820fe6b62251dc;hp=1d56c7f4e42dd0f1cf993d76ecb5807ab3600d0c;hpb=a5d02116a6b1f996ddbca8d9b0b10a602bc274d8;p=openocd.git diff --git a/tcl/board/ek-lm3s3748.cfg b/tcl/board/ek-lm3s3748.cfg index 1d56c7f4e4..0ed1d5afa9 100644 --- a/tcl/board/ek-lm3s3748.cfg +++ b/tcl/board/ek-lm3s3748.cfg @@ -1,14 +1,11 @@ # Stellaris lm3s3748 Evaluation Kit # http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html -# NOTE: to use the on-board FT2232 JTAG interface: -# source [find interface/luminary.cfg] - -source [find target/lm3s3748.cfg] - -# LM3S parts don't support RTCK -jtag_khz 500 - -# Board has only srst -reset_config srst_only - +# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional! +# so is using it in JTAG mode, as done here. +source [find interface/luminary.cfg] + +# 20k working area +set WORKAREASIZE 0x4000 +set CHIPNAME lm3s3748 +source [find target/stellaris.cfg]