summaryrefslogtreecommitdiffstats
path: root/uc_str912/prj_main_add/prj/eclipse_rom.gdb
blob: 3baf4fe1887eaa5e568f6939ed47517cf0443079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
target remote localhost:3333
monitor reset
monitor sleep 500
monitor poll
monitor soft_reset_halt
monitor arm7_9 force_hw_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

# needed for gdb 6.8 and higher
set mem inaccessible-by-default off

load
break main
continue




OpenPOWER on IntegriCloud