We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666c780 commit 81745f6Copy full SHA for 81745f6
win/serial_upload.bat
@@ -8,7 +8,7 @@ cd %~dp0
8
rem: the two line below are needed to fix path issues with incorrect slashes before the bin file name
9
set str=%4
10
set str=%str:/=\%
11
-stm32flash -g 0x8000000 -b 115200 -w %str% %1
+stm32flash.exe -g 0x8000000 -b 115200 -w %str% %1
12
rem: C:\Python27\python.exe stm32loader.py -e -w -p %1 -g -b 115200 %str%
13
14
rem: ------------- use STM's own uploader
0 commit comments