mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-02-22 17:26:21 +00:00
Empty lines at end of text files are useless. Remove them. Change-Id: Id05a7bd944edccaa03ed9eb48599b2e262664cf0 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5169 Tested-by: jenkins
18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
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
|