mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2024-11-22 01:34:16 +00:00
5 lines
134 B
Batchfile
5 lines
134 B
Batchfile
|
@echo off
|
||
|
PATH=D:\MCU\SEGGER\JLink_V610a;%PATH%
|
||
|
start JLinkGDBServerCL.exe -device Cortex-M3 -if SWD -ir -endian little -speed 3500
|
||
|
|