Skip to main content
FZhen.3
Associate II
February 20, 2024
Solved

can you open source your STLINK-V3MINIE?

  • February 20, 2024
  • 4 replies
  • 5685 views

Can you open source your STLINK-V3MINIE?  

All hardware and codes,  

Your design is not easy to use.

This topic has been closed for replies.
Best answer by Peter BENSCH

@FZhen.3 What you show in the double-inserted picture is not an open source tool, but an illegally manufactured and incomplete clone of the ST-LINK/V2, with which there are meanwhile massive problems due to its incompatibility. STMicroelectronics does not support such counterfeits, nor does it make any variant of the ST-LINK available as open source - because otherwise we would no longer be able to guarantee compatibility and interoperability.

Regards
/Peter

 

4 replies

TDK
Super User
February 20, 2024

ST isn't going to open source ST-Link.

What's hard to use about it? Likely someone can help if you describe what problem you are having.

"If you feel a post has answered your question, please click ""Accept as Solution""."
FZhen.3
FZhen.3Author
Associate II
February 21, 2024

@TDK  

 

Thanks for your advice,

Then can you design a new version of STLINK-V3MINIE  like this?

Look at the picture in attachments 

 

Screenshot_72.jpg

Andrew Neil
Super User
February 21, 2024

@FZhen.3 there's no need to post the same thing twice in two separate replies - everyone can see all posts!

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.
STTwo-32
Technical Moderator
February 20, 2024

Hello @FZhen.3 

As suggested by @TDK , you can ask any question about this product and the community members will try to help. You can also refer to the UM2910 for details about using this product. 

If you have any special needs on this product, you can reach to our sales & marketing teams, to our FAEs or to the online support services.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
FZhen.3
FZhen.3Author
Associate II
February 21, 2024

@STTwo-32  

Screenshot_72.jpg

Thanks for your advice,

Then can you design a new version of STLINK-V3MINIE  like this?

Look at the picture in attachments 

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
February 21, 2024

@FZhen.3 What you show in the double-inserted picture is not an open source tool, but an illegally manufactured and incomplete clone of the ST-LINK/V2, with which there are meanwhile massive problems due to its incompatibility. STMicroelectronics does not support such counterfeits, nor does it make any variant of the ST-LINK available as open source - because otherwise we would no longer be able to guarantee compatibility and interoperability.

Regards
/Peter

 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
FZhen.3
FZhen.3Author
Associate II
February 21, 2024

@Peter BENSCH  

Illegally manufactured, incomplete clone, maybe.   

But massive problems are not.  works very well acctually.

I am not support illegally manufactured product , But they really consider issues from the perspective of users!

Maybe a large company like ST,   should Put aside your arrogance and learn something from those illegal manufacturers, Their illegal  products can beat your legal products in the market not only because their Low price.

but because really convenient for users.

Your STLINK is ugly and sucks.

Andrew Neil
Super User
February 21, 2024

@FZhen.3 wrote:

Can you open source your STLINK-V3MINIE?  


ST has never open-sourced any ST-Link hardware or software - why would they start now?

But there are open-source debug adaptors available; eg,

https://black-magic.org/index.html

https://os.mbed.com/handbook/CMSIS-DAP

https://flirc.tv/products/flirc-jeffprobe?variant=43085036585192

 


@FZhen.3 wrote:

Your design is not easy to use.


Why not? In what way(s), specifically, do you find it "not easy" ?

As the others have said, if you describe the problem(s) then people can probably help you to overcome them...

 

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.
FZhen.3
FZhen.3Author
Associate II
February 21, 2024

@Andrew Neil   Thanks, I‘m using CMSIS-DAP,  works well.

But STLINK has some unique features,  like programming  Option Bytes of stm32XX. 

other debug adaptors can't.

Associate III
June 9, 2026

But STLINK has some unique features,  like programming  Option Bytes of stm32XX

The option byte programming feature is actually not a feature of the STLINK, it’s a feature of the STM32CubeProgrammer. I understood STM32CubeProgrammer also supports debug adapters other than STLINK (or you can, e.g., use the UART bootloader to not require an STLINK at all), and with the “--verbosity 3” option of “STM32_Programmer_CLI” you can find out what to do to achieve the option byte programming with other debug adapters like CMSIS-DAP.