build: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
[openocd.git] / testing / examples / STR912Test / prj / eclipse_ram.gdb
blob00a62d705f5ecfc281238ef9ee4e9404296906e7
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
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