host-aprom/run.cmd
2024-06-29 21:17:34 +01:00

5 lines
158 B
Batchfile

@..\..\openocd-0.12.0-3\bin\openocd.exe -f interface/stlink-v2.cfg -f ..\..\nucxxx.cfg ^
-c "SysReset halt" ^
-c "SysReset aprom run" ^
-c "exit"