build: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
[openocd.git] / testing / examples / STR912Test / prj / eclipse_rom.gdb
blob58977cfcd8801c91f31595ac36a96d777e632259
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
8 # Set SRAM size to 96 KB
9 monitor mww 0x5C002034 0x0197
10 monitor mdw 0x5C002034
12 # Set Flash, Bank0 size to 512 KB
13 monitor mww 0x54000000 0xf
15 load
16 break main
17 continue