cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 ST-LINK Utility

IbrahimSherwani
Associate

STM32 ST-LINK Utility support TCP IP to upgrade our chip using hex file framework 

4 REPLIES 4
Pavel A.
Evangelist III

Is there a question?

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..

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

yes 

The devices have already been installed, and I want to remotely upgrade the framework via TCP/IP.
Could you please provide me with the software link and documentation?

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.