summaryrefslogtreecommitdiff
path: root/testing/examples/STR912Test/prj/eclipse_ram.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/STR912Test/prj/eclipse_ram.gdb')
-rw-r--r--testing/examples/STR912Test/prj/eclipse_ram.gdb21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/examples/STR912Test/prj/eclipse_ram.gdb b/testing/examples/STR912Test/prj/eclipse_ram.gdb
new file mode 100644
index 00000000..56a7091f
--- /dev/null
+++ b/testing/examples/STR912Test/prj/eclipse_ram.gdb
@@ -0,0 +1,21 @@
+target remote localhost:3333
+monitor reset
+monitor sleep 500
+monitor poll
+monitor soft_reset_halt
+monitor arm7_9 sw_bkpts enable
+
+# Set SRAM size to 96 KB
+monitor mww 0x5C002034 0x0197
+monitor mdw 0x5C002034
+
+# Set Flash, Bank0 size to 512 KB
+monitor mww 0x54000000 0xf
+
+load
+break main
+continue
+
+
+
+