This commit is contained in:
pvvx 2017-02-02 10:05:13 +03:00
parent 10a49b3995
commit afcadda20e
20 changed files with 38 additions and 15 deletions

View file

@ -1,5 +1,5 @@
@echo off
PATH=D:\MCU\GNU_Tools_ARM_Embedded\5.2_2015q4\bin;D:\MCU\SEGGER\JLink_V610a;%PATH%
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