STM32CubeProgrammer CLI lack of options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 8:10 AM
1. How to specify to which one ST-link to connect using CLI? In the ST-link utility we had an option to specify a serial number. How to do it with a new STM32CubeProgrammer? I have tens of ST-links connected on the same PC.
2. How to skip flash erase before downloading hex to the MCU?
In the ST-link utility
we had an option 'ske'.#ske #cli #stm32cubeprogrammer #serial-number- Labels:
-
STM32CubeProgrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-14 4:46 AM
Bump.
Is there any progress regarding these questions? What is the development roadmap for cube programmer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-14 9:39 AM
you can use the parameter index to select the probe:
STM32_Programmer_CLI.exe -c port=SWD index=0
STM32_Programmer_CLI.exe -c port=SWD index=1
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-14 11:54 AM
Why is it better to use index than serial number? Indexes can change while serial number specifies exact hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-14 12:13 PM
>>
Why is it better to use index than serial number? Indexes can change while serial number specifies exact hardware.
Exactly, another indication that the people writing the tools are disconnected from the practical application and use of the tools. Picture Linus Torvalds, Steve Jobs, or Elon Musk shouting and throwing things at people...
Up vote any posts that you find helpful, it shows what's working..
