Skip to main content
Associate
July 7, 2026
Question

STM32CubeIDE and STM32CubeIDE for VS Code on one PC?

  • July 7, 2026
  • 3 replies
  • 50 views

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? 

3 replies

Graduate
July 8, 2026

Hi,

I guess it is possible, just make sure that each of your debug configurations has a unique server port and the correct serial number.

Best regards,

Elliot

ST Employee
July 21, 2026

@beru 

STM32CubeIDE Eclipse and STM32CubeIDE for VS Code can coexist without issues.

STM32CubeIDE for VS Code provides a feature that converts Eclipse projects to CMake. CMake project(s) are supported by both IDEs.

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
beruAuthor
Associate
July 21, 2026

Thanks a lot.