소스 검색

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