浏览代码

Added gdb script for semihosting debugging

Kevin Lee 7 年之前
父节点
当前提交
939ba6489e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      STM32L432KC_Template/CMSIS/Device/ST/STM32L4xx/Source/gdbscript

+ 6 - 0
STM32L432KC_Template/CMSIS/Device/ST/STM32L4xx/Source/gdbscript

@@ -0,0 +1,6 @@
+target remote localhost:3333
+monitor arm semihosting enable
+monitor reset halt
+load
+monitor reset init
+continue