blob: 048d725d9ded4e5d9496a1a1c92e4e214b5d552a [file] [log] [blame]
source [find interface/stlink.cfg]
# Work-area size (RAM size) = 20kB
set WORKAREASIZE 0x5000
source [find target/stm32f1x.cfg]
$_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
}