- add cortex_m3 variant luminary to fix reset issue with asserting SRST
[fw/openocd] / src / target / target / lm3s6965.cfg
1 jtag_nsrst_delay 100
2 jtag_ntrst_delay 100
3
4 #LM3S6965 Evaluation Board has only srst
5 reset_config srst_only
6
7 #jtag scan chain
8 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
9 jtag_device 4 0x1 0xf 0xe
10
11 # the luminary variant causes a software reset rather than asserting SRST
12 # this stops the debug registers from being cleared
13 # this will be fixed in later revisions of silicon
14 target cortex_m3 little reset_halt 0 luminary
15
16 # 4k working area at base of ram
17 working_area 0 0x20000000 0x4000 nobackup
18
19 #flash configuration
20 flash bank stellaris 0 0 0 0 0