]> git.sur5r.net Git - openocd/blob - src/target/target/lm3s3748.cfg
Rick Altherr <kc8apf@kc8apf.net> - update syntax
[openocd] / src / target / target / lm3s3748.cfg
1 # Script for luminary lm3s3748
2 #
3 # NB! work in progress! Duplicated from lm3s811.cfg, but does
4 # it need modification??
5
6 # RCLK 
7 jtag_khz 500
8
9 jtag_nsrst_delay 100
10 jtag_ntrst_delay 100
11
12 #lm3s3748 Evaluation Board has only srst
13 reset_config srst_only
14
15 #jtag scan chain
16 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
17 jtag_device 4 0x1 0xf 0xe
18
19 # the luminary variant causes a software reset rather than asserting SRST
20 # this stops the debug registers from being cleared
21 # this will be fixed in later revisions of silicon
22 target create target0 cortex_m3 -endian little -chain-position 0 -variant lm3s
23
24 # 8k working area at base of ram
25 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x2000 -work-area-backup 0
26
27 #flash configuration
28 flash bank stellaris 0 0 0 0 0