- added str912 test example, and test result
[fw/openocd] / testing / examples / STR912Test / prj / eclipse_ram.gdb
diff --git a/testing/examples/STR912Test/prj/eclipse_ram.gdb b/testing/examples/STR912Test/prj/eclipse_ram.gdb
new file mode 100644 (file)
index 0000000..56a7091
--- /dev/null
@@ -0,0 +1,21 @@
+target remote localhost:3333\r
+monitor reset\r
+monitor sleep 500\r
+monitor poll\r
+monitor soft_reset_halt\r
+monitor arm7_9 sw_bkpts enable\r
+\r
+# Set SRAM size to 96 KB\r
+monitor mww 0x5C002034 0x0197\r
+monitor mdw 0x5C002034\r
+\r
+# Set Flash, Bank0 size to 512 KB\r
+monitor mww 0x54000000 0xf\r
+\r
+load\r
+break main\r
+continue\r
+\r
+\r
+\r
+\r