blob: b27b059fc6527ca9ebc9cb3ab55a9b2c72a5a7d1 [file] [log] [blame]
source [find interface/stlink-v2.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
}