RTL00_WEB/USDK/flasher/add_sample_bat/JLinkGDBServer.bat

7 lines
197 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
2018-04-20 07:53:32 +00:00
arm-none-eabi-gdb.exe -x USDK/flasher/gdb_init.jlink
2017-06-21 00:00:20 +00:00
taskkill /F /IM JLinkGDBServer.exe