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