blob: e953fd32a05c8c7e0fd0e800666405cc3fc0f473 [file] [log] [blame]
source [find interface/ftdi/olimex-arm-usb-ocd-h.cfg]
transport select jtag
source [find board/olimex_stm32_h103.cfg]
adapter_khz 1000
adapter_nsrst_delay 100
jtag_ntrst_delay 100
reset_config srst_only srst_nogate
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset halt
gdb_breakpoint_override hard
}
$_TARGETNAME configure -event gdb-detach {
echo "Debugger detaching: resuming execution"
resume
}