diff options
Diffstat (limited to 'src/target/target/lm3s811.cfg')
-rw-r--r-- | src/target/target/lm3s811.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/target/lm3s811.cfg b/src/target/target/lm3s811.cfg index 2cfd4e17..90543334 100644 --- a/src/target/target/lm3s811.cfg +++ b/src/target/target/lm3s811.cfg @@ -16,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 0 lm3s +target create target0 cortex_m3 -endian little -chain-position 0 -variant lm3s # 8k working area at base of ram -working_area 0 0x20000000 0x2000 nobackup +[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 |