]> git.sur5r.net Git - openocd/blob - src/target/target/at91r40008.cfg
- added arm-usb-ocd.cfg and signalyzer.cfg to the interface
[openocd] / src / target / target / at91r40008.cfg
1 jtag_nsrst_delay 200
2 jtag_ntrst_delay 200
3
4 #use combined on interfaces or targets that can't set TRST/SRST separately
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 #target <type> <startup mode>
12 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
13 target arm7tdmi little run_and_init 0 arm7tdmi
14 run_and_halt_time 0 30
15
16 target_script 0 reset event/at91r40008_reset.script
17
18 working_area 0 0x3C000 0x4000 nobackup 
19 flash bank cfi 0x10000000 0x400000 2 2 0
20
21 # For more information about the configuration files, take a look at:
22 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger