host-aprom/run.cmd

5 lines
158 B
Batchfile
Raw Permalink Normal View History

2024-06-29 20:17:34 +00:00
@..\..\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"