diff --git a/startOpenOCD.sh b/startOpenOCD.sh new file mode 100644 index 0000000..d04e804 --- /dev/null +++ b/startOpenOCD.sh @@ -0,0 +1,2 @@ +"/usr/bin/openocd" -f /usr/share/openocd/scripts/board/st_nucleo_f4.cfg -f /usr/share/openocd/scripts/interface/stlink-v2-1.cfg -c init -c "reset init" +