STM32 ST-LINK Utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-07 02:47 AM
STM32 ST-LINK Utility support TCP IP to upgrade our chip using hex file framework
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-07 03:50 AM
Is there a question?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-07 06:28 AM
ST-LINK Utilities have been deprecated for several years, don't expect any updates or features.
You could create your own Ethernet based IAP to update firmwares.
You might look at how you can use GDB Server to access an ST-LINK remotely over a TCP/IP link.
Alternatively explain with some clarity what it is you are looking to do..
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-09 11:35 PM
yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-10 01:23 PM
Hi @IbrahimSherwani , As @Tesla DeLorean replied, you can create your own Ethernet based In-App Programming. Basically this will be a program that copies the update over the network, converts from hex (or whatever format you prefer) to binary and replaces the current firmware with this update. Examples are available on Github and other places, please use your time to browse. If you prefer to outsource this task to someone else, here you can find helping hands.