Skip to main content
Visitor
July 2, 2026
Question

Two versions of STM32CubeIDE on one PC?

  • July 2, 2026
  • 1 reply
  • 21 views

1. 

Is it possible to install two versions of STM32CubeIDE (e.g., 1.9.0 and 1.19.0 or 1.19.0 and 2.2.0) on one PC (Windows)? 
  If so, can I run both versions simultaneously?
    If so, can I program two microcontrollers simultaneously with two programmers?
2.
Is it possible to install STM32CubeIDE and STM32CubeIDE for VS Code on one PC (Windows)? 

  If so, can I run both versions simultaneously?
    If so, can I program two microcontrollers simultaneously with two programmers? 

1 reply

Andrew Neil
Super User
July 2, 2026

You can install any number of different versions of CubeIDE on one PC, and use them all at once.

You will need a separate workspace for each version.

 

You can even run the same version multiple times - but that requires a separate workspace for each running instance.

 

I don’t know about VSCode.

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.
beruAuthor
Visitor
July 2, 2026

Good news! Thanks a lot.