2025-02-21 12:04 AM - last edited on 2025-02-21 02:22 AM by mƎALLEm
I'm new to STM32, currently using STM32F746G_DISCO I need to learn TouchGFX and CubeIDE, however, when I try to launch the .cproject file I just meet the message
"A project 'STM32F746G_DISCO' already exist into the workspace:
This C:\\TouchGFXProjects\Projects\MyApplication\MyApplication\STM32CubeIDE
Their C:\\TouchGFXProjects\Projects\MyApplication\MyApplication-1\STM32CubeIDE
Would you like to remove it and import the new version?"
Pressing no aborts the import and I cannot work on it, pressing yes will delete my old project or overwrite it, I don't know, but why can't I work on two TouchGFX projects at once on CubeIDE, at least changing the TouchGFX import file name to something else would do it, right? Surely there is a sensible workaround to this, right?
2025-02-21 02:21 AM - edited 2025-02-21 02:39 AM
Hello @Simecrafter and welcome to the community,
That's because the project name is the same: "STM32F746G_DISCO" for both workspaces.
Each time you switch from a project to another, remove the previous one from the CubeIDE workspace (don't remove it from your hard drive) and open the new one.
2025-02-21 04:49 AM
Hello @Simecrafter ,
As mƎALLEm said, you can just "delete" the previous project.
Just make sure to NOT check the square saying "delete from hard drive", this way, it just removes it from the workspace.
Also, you could change the name of the STM32CubeIDE project to avoid conflicts.
Here is a video about how to do it as well as a thread about it and another thread about it .
Regards,