mirror of
https://github.com/pvvx/RTL00ConsoleROM.git
synced 2024-11-22 02:04:14 +00:00
4 lines
132 B
Batchfile
4 lines
132 B
Batchfile
|
@echo off
|
||
|
PATH=D:\MCU\SEGGER\JLink_V610a;%PATH%
|
||
|
start JLink.exe -Device CORTEX-M3 -If SWD -Speed 1000 flasher\RTL_Reset.JLinkScript
|