Parcourir la source

JLink support.

Vladimir N. Shilov il y a 2 ans
Parent
commit
fdc839dfa2
2 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 3 0
      flash.cmd
  2. 8 0
      flash.jlink

+ 3 - 0
flash.cmd

@@ -0,0 +1,3 @@
+@echo off
+
+C:\MCU\SEGGER\JLink\JLink.exe -CommanderScript flash.jlink

+ 8 - 0
flash.jlink

@@ -0,0 +1,8 @@
+if swd
+speed 4000
+device stm32f030k6
+loadfile build\El12.hex
+#loadfile MDK-ARM\OUT\El12.hex
+r
+g
+q