cancel
Showing results for 
Search instead for 
Did you mean: 

Change the name of the project in STM32CUBEIDE

Damiano
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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>

View solution in original post

5 REPLIES 5
Martin KJELDSEN
Chief III

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>

Thanks, it works 👍

Great! 🙂

PJR42
Associate II

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?

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.