From 02bbe4147d5fd460d6134d9d1d7b0cc279d68625 Mon Sep 17 00:00:00 2001 From: mifi Date: Sat, 1 Mar 2008 14:01:53 +0000 Subject: - added str912 test example, and test result git-svn-id: svn://svn.berlios.de/openocd/trunk@410 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- testing/examples/STR912Test/prj/eclipse_rom.gdb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testing/examples/STR912Test/prj/eclipse_rom.gdb (limited to 'testing/examples/STR912Test/prj/eclipse_rom.gdb') diff --git a/testing/examples/STR912Test/prj/eclipse_rom.gdb b/testing/examples/STR912Test/prj/eclipse_rom.gdb new file mode 100644 index 00000000..87d1abc0 --- /dev/null +++ b/testing/examples/STR912Test/prj/eclipse_rom.gdb @@ -0,0 +1,21 @@ +target remote localhost:3333 +monitor reset +monitor sleep 500 +monitor poll +monitor soft_reset_halt +monitor arm7_9 force_hw_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 + + + + -- cgit v1.2.3