rtl8710_Raw_Packets/JLinkGDB-RdFullFlash.bat

7 lines
195 B
Batchfile
Raw Normal View History

2017-05-16 01:59:48 +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_rdflash.jlink
taskkill /F /IM JLinkGDBServer.exe