@@ -0,0 +1,3 @@
+@echo off
+
+C:\MCU\SEGGER\JLink\JLink.exe -CommanderScript 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