mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-22 05:54:17 +00:00
4 lines
138 B
Batchfile
4 lines
138 B
Batchfile
|
@echo off
|
||
|
PATH=D:\MCU\SEGGER\JLink_V610a;%PATH%
|
||
|
start JLink.exe -Device CORTEX-M3 -If SWD -Speed 4000 flasher\RTL00ConsoleROM.JLinkScript
|