aboutsummaryrefslogtreecommitdiff
path: root/testing/examples/STR912Test/prj/eclipse_ram.gdb
blob: 67def3c4f5a204113d951f18800a2772933df830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
target remote localhost:3333
monitor reset
monitor sleep 500
monitor poll
monitor soft_reset_halt
monitor arm7_9 sw_bkpts enable

# Set SRAM size to 96 KB
monitor mww 0x5C002034 0x0197
monitor mdw 0x5C002034

# Set Flash, Bank0 size to 512 KB
monitor mww 0x54000000 0xf

load
break main
continue