flash.cmd 220 B

123456789
  1. @echo off
  2. SET STLINK_CLI="C:\MCU\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK Utility\ST-LINK_CLI.exe"
  3. %STLINK_CLI% -c SWD -P build\Skid.hex -Rst
  4. exit 0
  5. C:\MCU\SEGGER\JLink\JLink.exe -CommanderScript flash.jlink