2013-03-18 03:09 AM
I have a project with STM32F1, which is well programmed with the 2.2.0 version of
STMFlashLoader.exe, but with the versions 2.5.0 and 2.6.0 the system gives message: bad parameter [files\STMicroelectronics\Software''Flash Loader Demonstrator\STMFlashLoader.exe] I need the new versions to support F3 and F4. How to solve the problem? Thanks Varuzhan2013-03-19 02:12 AM
Partially problem solved, when I added STMFlashloader.exe path to the system path variable, but now it replies:
This version is not intended to support the <STM32_Med-density_128K> target, while such the target file exists in the MAP directory.2013-03-19 10:51 AM
I have tested with both Windows XP and 7, and came a conclusion, that the command line
parser of the command line version by mistake as a first argument takes ''files\STMicroelectronics\Software''Flash Loader Demonstrator\STMFlashLoader.exe''. I want to ask the expert from the ST team check the situation. Thanks in advance2013-03-20 02:36 AM
You need to specify exactly how you are calling it -- what arguments etc. If you are using a batch file then please supply it. Otherwise we are guessing.
2013-03-20 03:51 PM
2013-03-21 04:06 AM
Here if contents of my .bat file
c:\''Program files''\STMicroelectronics\Software\''Flash Loader Demonstrator''\STMFlashLoader.exe ^ -c --pn %1 --br %2 -Rts --Hi -Dtr --Hi -Dtr --Lo -i %3 -e --all -d --fn %4 ^ -Rts --Lo -Dtr --Hi -Dtr --Lo 1>>&2 2>>&1 0<enter.txt Today I found the flash loader demonstrator v.2.4.0. It works fine, but v2.5.0 and v.2.6.0 give the error message, mentioned in my first post. Thanks