]> git.sur5r.net Git - openocd/blob - src/target/target/is5114.cfg
- remove build warnings
[openocd] / src / target / target / is5114.cfg
1 # script for Insilica IS-5114
2
3 # jtag speed. We need to stick to 16kHz until we've finished reset.
4 jtag_rclk 16
5
6 reset_config trst_and_srst
7
8 jtag_device 8 0x1 0x1 0xfe
9 jtag_device 4 0x1 0xf 0xe
10 jtag_device 5 0x1 0x1 0x1e
11
12 #arm946e-s and 
13 target arm966e little 1 arm966e
14
15 [new_target_name] configure -event reset-start { jtag_rclk 16 }
16 [new_target_name] configure -event reset-init {
17         # We can increase speed now that we know the target is halted.
18         jtag_rclk 3000
19 }
20 working_area 0 0x50000000 16384 nobackup