X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget%2Flm3s811.cfg;h=90543334ce1ffd292af92f4cc717f4a9d404306b;hp=56d6410fe7b15abb49647491d9c1ceb28505d470;hb=be968a54002b3387e0316c2fcce4ee93da840caa;hpb=f2e10a60506a04b811ac52e85084986d9ae46725 diff --git a/src/target/target/lm3s811.cfg b/src/target/target/lm3s811.cfg index 56d6410fe7..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 luminary +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