diff --git a/miosix/config/Makefile.inc b/miosix/config/Makefile.inc index 2a7fc54ffb73255c2c3be37d182941199bf71554..c8664648957324fa16700a89d42272998fe3d7c6 100644 --- a/miosix/config/Makefile.inc +++ b/miosix/config/Makefile.inc @@ -1734,7 +1734,7 @@ else ifeq ($(ARCH),cortexM4_stm32f4) ## The command must provide a way to program the board, or print an ## error message saying that 'make program' is not supported for that ## board. - PROGRAM_CMDLINE := qstlink2 -cqewV ./main.bin + PROGRAM_CMDLINE := dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D main.bin ##------------------------------------------------------------------------- ## End of board list