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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-11 12:21 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-11 1:00 AM
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-11 1:00 AM
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-11 1:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-11 3:32 AM
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,
#SpaceInPath
A complex system designed from scratch never works and cannot be patched up to make it work.
