Skip to main content
Visitor II
January 7, 2024
Question

STM32 ST-LINK Utility

  • January 7, 2024
  • 2 replies
  • 1421 views

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

    This topic has been closed for replies.

    2 replies

    Super User
    January 7, 2024

    Is there a question?

    Visitor II
    January 10, 2024

    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?
    Super User
    January 10, 2024

    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.

     

    Graduate II
    January 7, 2024

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