Skip to main content
Associate
July 16, 2024
Solved

Does STM32Cube IDE require internet to operate?

  • July 16, 2024
  • 6 replies
  • 2077 views

Once the IDE is installed, is connection to the internet required while using it ?

 

Thanks

    This topic has been closed for replies.
    Best answer by TDK

    No, you don't need the internet to build or run projects.

    You do need the internet to download firmware packages.

     

    2026 Edit: Things may have changed since this post. It's not clear to me what the current state is. With such a connected development ecosystem, I expect it will change in the future as well.

    6 replies

    Andrew Neil
    Super User
    July 16, 2024

    It depends what version you have!

    I think it was 1.15.x which introduced the requirement to login?

    That's why I've stuck with 1.13.0!

     

    Also depends on what you mean by "operate"; eg, when starting a new project, it might need to download a new firmware pack - but once that's done, it's done.

    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.
    RNK59Author
    Associate
    July 16, 2024

    Thank you for the reply.

    Latest version 1.16 is the one I am referring to.

    By operate I mean to build and run projects

     

    TDK
    TDKBest answer
    July 16, 2024

    No, you don't need the internet to build or run projects.

    You do need the internet to download firmware packages.

     

    2026 Edit: Things may have changed since this post. It's not clear to me what the current state is. With such a connected development ecosystem, I expect it will change in the future as well.

    "If you feel a post has answered your question, please click ""Accept as Solution""."
    RNK59Author
    Associate
    July 16, 2024

    Perfect, thank you!

    BarryWhit
    Lead
    July 16, 2024

    You do need the internet to download firmware packages.

    But it's possible to download them manually from the ST website as zip files(requires account ,grrrr) and then install them offline on another machine (via Help/Manage Embedded Software Packages/From Local). 

    "- If someone's post helped resolve your issue, please thank them by clicking ""Accept as Solution"".- Please post an update with details once you've solved your issue. Your experience may help others."
    RNK59Author
    Associate
    July 16, 2024

    Thank you Barry. So essentially, one can download everything needed and then once installed one can go off-line. Great stuff!