Skip to main content
Associate III
February 3, 2024
Solved

Problem with the Project.

  • February 3, 2024
  • 1 reply
  • 899 views

I got a problem when saving a TouchGFX project and open it with the CubeIDE.
The first time I opened a proyect from TouchGFX with the CubeIDE, it looked like this.
project one.png
But then, when I do new proyects they look like this.
project 2.png
 I can't do anything and I tried uninstalling both programs and reinstalling them but It does nothing.
I really need help.

 

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

Hello

I think your problem is caused the fact that CubeIDE cannot handle properly two project with same name. (This case it seem to be STM32F746G_DISCO)

Simplest solution is to delete first other project from workspace and then import the new one.

Other solution is manually rename the .project file and its content.

Here is some info, havent done it for a while:

https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/change-the-name-of-the-project-in-stm32cubeide/td-p/240407

https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/change-project-name-stm32cube-ide-with-touchgfx-desiner/td-p/599010

Or then its something else :D

Br JTP

1 reply

JTP1Best answer
Graduate II
February 3, 2024

Hello

I think your problem is caused the fact that CubeIDE cannot handle properly two project with same name. (This case it seem to be STM32F746G_DISCO)

Simplest solution is to delete first other project from workspace and then import the new one.

Other solution is manually rename the .project file and its content.

Here is some info, havent done it for a while:

https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/change-the-name-of-the-project-in-stm32cubeide/td-p/240407

https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/change-project-name-stm32cube-ide-with-touchgfx-desiner/td-p/599010

Or then its something else :D

Br JTP

ferdlfAuthor
Associate III
February 3, 2024

Thanks man, as you said, the name was the problem. I delete the others and made a new one and it worked.