Skip to main content
BArsl.1
Associate
April 15, 2023
Solved

How can I change the project name in STM32CubeMX

  • April 15, 2023
  • 1 reply
  • 2784 views

Hi,

I have an issue, I can't change the project in STM32CubeMX. I wrote the project name V04 at the beginning of the project now I would like to change how can I do it. I don't touch even the textbox.

Thank you
_legacyfs_online_stmicro_images_0693W00000biA5RQAU.png

This topic has been closed for replies.
Best answer by Pavel A.

Open the .ioc in a (decent) text editor and edit the line:

ProjectManager.ProjectName=...

1 reply

Pavel A.
Pavel A.Best answer
Super User
April 16, 2023

Open the .ioc in a (decent) text editor and edit the line:

ProjectManager.ProjectName=...

BArsl.1
BArsl.1Author
Associate
April 17, 2023

Thank you for your support