- added STR710 example which I used for Eclipse debug testing
[fw/openocd] / testing / examples / STR710Test / prj / eclipse_rom.gdb
diff --git a/testing/examples/STR710Test/prj/eclipse_rom.gdb b/testing/examples/STR710Test/prj/eclipse_rom.gdb
new file mode 100644 (file)
index 0000000..e4a606c
--- /dev/null
@@ -0,0 +1,11 @@
+target remote localhost:3333\r
+monitor reset\r
+monitor sleep 500\r
+monitor poll\r
+monitor soft_reset_halt\r
+monitor arm7_9 force_hw_bkpts enable\r
+monitor mww 0xA0000050 0x01c2\r
+monitor mdw 0xA0000050\r
+load\r
+break main\r
+continue
\ No newline at end of file