STM32 custom board with stlink binary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-21 11:47 PM
Hi,
We want to incorporate the STLink firmware binary provided by STMicroelectronics here onto our custom STM32 board with stlink circuit. However, we would like to seek clarification on whether this usage would allow us to sell our custom board commercially.
We kindly request your assistance in understanding the implications of the license agreement when binary is distributed via inside the chip and any potential limitations or permissions for commercial usage of STLink firmware on a custom board. Thanks
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-22 11:40 PM
If necessary, you can look at OpenOCD to see if it can be used for your application.
If the problem is solved, please mark this thread as answered by selecting Accept as Solution, as also explained here. This will help other users find that answer faster.
Good luck!
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-22 12:20 AM
The Terms of Use of tools such as ST-LINK/V2 or ST-LINK/V3, which are not Open Source, do not allow the firmware to be used in own systems/replicas, nor do they allow productive use:
[...] The Evaluation Board offers limited features and is conceived to be used only to evaluate and test ST products in a research and development setting. [...] The Evaluation Board shall not be, in any case, directly or indirectly assembled as a part in any production of Yours as it is solely developed to serve evaluation an d testing purposes and has no direct function and is not a finished product. [...]
Is there a specific reason that your custom board should also include an ST-LINK?
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-22 10:20 PM
Thank you Peter,
Is there a specific reason that your custom board should also include an ST-LINK?
We want our customers to have a flasher and debugger on the board itself. Do you know any open-source project for usb to swd debugging as Stlink does. ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-22 11:40 PM
If necessary, you can look at OpenOCD to see if it can be used for your application.
If the problem is solved, please mark this thread as answered by selecting Accept as Solution, as also explained here. This will help other users find that answer faster.
Good luck!
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-22 11:43 PM
maybe, you like : Black Magic Probe
free, open source. debug probe ->
https://black-magic.org/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-27 12:08 AM
Thank you @AScha.3 @Peter BENSCH
