X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget%2Flm3s811.cfg;h=90543334ce1ffd292af92f4cc717f4a9d404306b;hp=9d13d7b1a46f3a41d6e47d97ded3af6cf220d5d9;hb=be968a54002b3387e0316c2fcce4ee93da840caa;hpb=8acafd1710d84c80e20156381cca54b3b5699275 diff --git a/src/target/target/lm3s811.cfg b/src/target/target/lm3s811.cfg index 9d13d7b1a4..90543334ce 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 @@ -11,10 +16,10 @@ jtag_device 4 0x1 0xf 0xe # 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 reset_halt 0 lm3s +target create target0 cortex_m3 -endian little -chain-position 0 -variant lm3s -# 2k working area at base of ram -working_area 0 0x20000000 0x2000 nobackup +# 8k working area at base of ram +[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x2000 -work-area-backup 0 #flash configuration flash bank stellaris 0 0 0 0 0