mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-18 13:04:36 +10:00
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
target remote localhost:3333
|
|
monitor reset
|
|
monitor sleep 500
|
|
monitor poll
|
|
monitor soft_reset_halt
|
|
monitor arm7_9 force_hw_bkpts enable
|
|
monitor mww 0xA0000050 0x01c2
|
|
monitor mdw 0xA0000050
|
|
load
|
|
break main
|
|
continue |