Skip to main content
Damiano
Associate II
April 8, 2020
Solved

Change the name of the project in STM32CUBEIDE

  • April 8, 2020
  • 2 replies
  • 6512 views

Hi,

it is possible to change the name of the project in STM32CUBEIDE?

The name is set by TouchGFX designer software by default.

When i tried to rename in STM32CUBEIDE i got an error.

This topic has been closed for replies.
Best answer by Martin KJELDSEN

Edit the name in the .project file. By default, the name is the root path of the application, but can be changed.

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>new_name</name>
	<comment/>
	<projects>
	</projects>

2 replies

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
April 8, 2020

Edit the name in the .project file. By default, the name is the root path of the application, but can be changed.

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>new_name</name>
	<comment/>
	<projects>
	</projects>

Damiano
DamianoAuthor
Associate II
April 8, 2020

Thanks, it works :thumbs_up:

Martin KJELDSEN
Principal III
April 8, 2020

Great! :)

PJR42
Associate
December 24, 2020

That looked like the perfect solution ... until I tried it and nothing happened :sad_but_relieved_face:

Using 1.5.1. Am I missing something?

PJR42
Associate
December 24, 2020

Just figured out how to do it but couldn't delete my post.

You have to do it before importing the project and change the folder name as well.