]> git.sur5r.net Git - openocd/blobdiff - src/target/target/str9comstick.cfg
Rick Altherr <kc8apf@kc8apf.net> - update syntax
[openocd] / src / target / target / str9comstick.cfg
index 9375b77d38f0aa4f0ff1183bc6d9a649091f85ba..b9b5fc7596a013fd12a1126f49c6ed5ef3e2ff6e 100644 (file)
@@ -1,4 +1,8 @@
 #Hitex STR9 Comstick
+
+# set jtag speed
+jtag_khz 3000
+
 jtag_nsrst_delay 100
 jtag_ntrst_delay 100
 #use combined on interfaces or targets that can\92t set TRST/SRST separately
@@ -8,12 +12,8 @@ reset_config trst_and_srst
 jtag_device 8 0x1 0x1 0xfe
 jtag_device 4 0x1 0xf 0xe
 jtag_device 5 0x1 0x1 0x1e
-#target configuration
-daemon_startup reset
-#target <type> <startup mode>
-#target arm966e <endianness> <reset mode> <chainpos> <variant>
-target arm966e little reset_halt 1 arm966e
-run_and_halt_time 0 30
-working_area 0 0x50000000 16384 nobackup
+target create target0 arm966e -endian little -chain-position 1 -variant arm966e
+[new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup 0
+
 #flash bank <driver> <base> <size> <chip_width> <bus_width>
 flash bank str9x 0x00000000 0x00080000 0 0 0