go.bat 289 B

123456789
  1. @echo off
  2. set jlink_path="D:\SEGGER\JLink"
  3. :: download rom
  4. %jlink_path%\JLink.exe -autoconnect 1 -device LEOPARD_FPGA -if swd -speed 4000 -commandfile .\download_rom.jlink
  5. ::run
  6. %jlink_path%\JLink.exe -autoconnect 1 -device LEOPARD_FPGA -if swd -speed 4000 -commandfile .\go.jlink