]> git.sur5r.net Git - openocd/blob - src/target/target/lm3s6965.cfg
retired fast_memory_access. It's always fast now.
[openocd] / src / target / target / lm3s6965.cfg
1 jtag_nsrst_delay 500
2 jtag_ntrst_delay 500
3
4 #LM3S811 Evaluation Board has only srst
5 reset_config trst_and_srst srst_pulls_trst
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 target cortex_m3 little run_and_halt 0
12
13 # 4k working area at base of ram
14 working_area 0 0x20000000 0x4000 nobackup
15
16 #flash configuration
17 #flash bank stellaris 0 262144 0 0 0
18 flash bank stellaris 0 0 0 0 0
19 #flash write_image main.bin 0 bin