RTL00_WEB/USDK/flasher/add_sample_bat/JLinkGDBServer.bat

7 lines
192 B
Batchfile
Raw Normal View History

2017-06-21 00:00:20 +00:00
@echo off
call paths.bat
start JLinkGDBServer.exe -device Cortex-M3 -if SWD -ir -endian little -speed 1000
arm-none-eabi-gdb.exe -x flasher/gdb_init.jlink
taskkill /F /IM JLinkGDBServer.exe