X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftarget%2Flm3s811.cfg;h=2cfd4e17e04bb0b2f4c2cd8c6298ce4d8f01db2f;hb=dfbb9f3e89ae;hp=b47c7c9302111d52033bb883444bdb97212682e1;hpb=41d070982cb28dc2c3894e63e546d82f7c8cdfd1;p=openocd.git diff --git a/src/target/target/lm3s811.cfg b/src/target/target/lm3s811.cfg index b47c7c9302..2cfd4e17e0 100644 --- a/src/target/target/lm3s811.cfg +++ b/src/target/target/lm3s811.cfg @@ -1,3 +1,8 @@ +# Script for luminary lm3s811 + +# jtag speed +jtag_khz 500 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 @@ -8,10 +13,13 @@ reset_config srst_only #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) jtag_device 4 0x1 0xf 0xe -target cortex_m3 little run_and_halt 0 +# the luminary variant causes a software reset rather than asserting SRST +# this stops the debug registers from being cleared +# this will be fixed in later revisions of silicon +target cortex_m3 little 0 lm3s -# 4k working area at base of ram -working_area 0 0x20000000 0x4000 nobackup +# 8k working area at base of ram +working_area 0 0x20000000 0x2000 nobackup #flash configuration flash bank stellaris 0 0 0 0 0