]> git.sur5r.net Git - openocd/blob - testing/examples/STR912Test/prj/eclipse_ram.gdb
56a7091fab609b69e510233aec24cb936fe35f3f
[openocd] / testing / examples / STR912Test / prj / eclipse_ram.gdb
1 target remote localhost:3333\r
2 monitor reset\r
3 monitor sleep 500\r
4 monitor poll\r
5 monitor soft_reset_halt\r
6 monitor arm7_9 sw_bkpts enable\r
7 \r
8 # Set SRAM size to 96 KB\r
9 monitor mww 0x5C002034 0x0197\r
10 monitor mdw 0x5C002034\r
11 \r
12 # Set Flash, Bank0 size to 512 KB\r
13 monitor mww 0x54000000 0xf\r
14 \r
15 load\r
16 break main\r
17 continue\r
18 \r
19 \r
20 \r
21 \r