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