lm3s6965.cfg contributed by Edwin Olson

git-svn-id: svn://svn.berlios.de/openocd/trunk@549 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2008-04-08 16:37:01 +00:00
parent a4ed848171
commit 30cda620cb
2 changed files with 21 additions and 1 deletions

View File

@ -24,7 +24,8 @@ nobase_dist_pkglib_DATA = xscale/debug_handler.bin event/at91eb40a_reset.script
target/sam7x256.cfg target/str710.cfg target/str912.cfg target/nslu2.cfg target/pxa255_sst.cfg \
target/pxa255.cfg target/zy1000.cfg event/zy1000_reset.script event/at91sam9260_reset.script target/at91sam9260.cfg \
target/wi-9c.cfg event/wi-9c_reset.script event/pxa255_reset.script target/stm32.cfg target/xba_revA3.cfg event/xba_revA3.script \
ecos/at91eb40a.elf
ecos/at91eb40a.elf target/lm3s6965.cfg

View File

@ -0,0 +1,19 @@
jtag_nsrst_delay 500
jtag_ntrst_delay 500
#LM3S811 Evaluation Board has only srst
reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
#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
# 4k working area at base of ram
working_area 0 0x20000000 0x4000 nobackup
#flash configuration
#flash bank stellaris 0 262144 0 0 0
flash bank stellaris 0 0 0 0 0
#flash write_image main.bin 0 bin