mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 05:55:41 +10:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
target remote localhost:3333
|
|
monitor reset
|
|
monitor sleep 500
|
|
monitor poll
|
|
monitor soft_reset_halt
|
|
monitor arm7_9 sw_bkpts enable
|
|
monitor mww 0xE01FC040 0x0002
|
|
monitor mdw 0xE01FC040
|
|
load
|
|
break main
|
|
continue |