]> git.sur5r.net Git - openocd/blob - src/target/target/lm3s3748.cfg
- fix win32 build issues from previous jim patch
[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 cortex_m3 little 0 lm3s
23
24 # 8k working area at base of ram
25 working_area 0 0x20000000 0x2000 nobackup
26
27 #flash configuration
28 flash bank stellaris 0 0 0 0 0