cancel
Showing results for 
Search instead for 
Did you mean: 

Can there be created multiple workspaces in STMCubeIDE and choose which one to display?

Alden Kuljici
Associate III
 
4 REPLIES 4
TDK
Guru

You can create as many workspaces as you want. You choose the one to open on startup (unless you told it not to ask you anymore). You can't open more than one at a time, but you can run multiple STM32CubeIDE instances to open one workspace each.

There are also command line options that can be used to explicitly specify which workspace to open.

If you feel a post has answered your question, please click "Accept as Solution".

I obviously told the IDE not to ask me about which workspace to use anymore...So i tried opening a new STM23CubeIDE instance and know i have enabled the option to ask me about choosing my workspace. Thanks a lot

"There are also command line options that can be used to explicitly specify which workspace to open." - How do i do this? (currently using version 1.7.0)

This is inherited from Eclipse, so see:

https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html

You want the -data option, and give it the folder where your workspace is (ie, where the .metadata is)

https://stackoverflow.com/questions/209789/starting-eclipse-w-specific-workspace
If you feel a post has answered your question, please click "Accept as Solution".