diff --git a/win/serial_upload.bat b/win/serial_upload.bat index 7252d835..22af94e0 100644 --- a/win/serial_upload.bat +++ b/win/serial_upload.bat @@ -8,7 +8,7 @@ cd %~dp0 rem: the two line below are needed to fix path issues with incorrect slashes before the bin file name set str=%4 set str=%str:/=\% -stm32flash -g 0x8000000 -b 115200 -w %str% %1 +stm32flash.exe -g 0x8000000 -b 115200 -w %str% %1 rem: C:\Python27\python.exe stm32loader.py -e -w -p %1 -g -b 115200 %str% rem: ------------- use STM's own uploader