cancel
Showing results for 
Search instead for 
Did you mean: 

I have a strange issue with the STM32_Programmer_CLI.exe for cube programmer. It looks like that it handles the path different that I type it (see attached picture). Do I do something wrong?

DLang.4
Associate II
1 ACCEPTED SOLUTION

Accepted Solutions
Mike_ST
ST Employee

Hello,

try to put the file name within quotation marks.

-d "you file path/your file name"

and you should write "hardRst" instead of "hardRsth"

View solution in original post

3 REPLIES 3
Mike_ST
ST Employee

Hello,

try to put the file name within quotation marks.

-d "you file path/your file name"

and you should write "hardRst" instead of "hardRsth"

DLang.4
Associate II

Yes, you are right. The problem is the space in the file path name. Replace the space with a underscore can also solve it. Thank you.

Another example of why spaces (and other "special" characters) are a Really Bad Idea in file (including folder) names.

This came up twice just last week; eg,

https://community.st.com/s/question/0D53W00001ewLYRSA2/stm32cubeprogrammer-2100-and-2110-external-loader-bug-if-the-els-filename-has-more-tha-one-dot-one-dot-only-for-its-extension-name-stm32cubeprogrammer-goes-in-error

 #SpaceInPath

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.