coding style: testing: remove empty lines at end of text files
[fw/openocd] / testing / examples / STR912Test / prj / eclipse_ram.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 sw_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