2026-03-23 6:01 AM - last edited on 2026-03-23 10:18 AM by Andrew Neil
Added dual-core to title - may be significant ...
Hello.
I've tried rename my project in the past, and this always generate a lot of errors due to the dependencies.
Which is the properly way?
I am working with STM32H755. Yes, dual-core.
Thanks!
Solved! Go to Solution.
2026-03-23 9:36 AM
Thank you so much!
Well, after reading here and there, I was able to follow these steps in this specific order, and the errors that were previously occurring no longer showed up.
2026-03-23 6:15 AM
Which dependencies?
ISTR the IOC file doesn't get properly renamed - but a manual rename fixes it.
Maybe also Debug/Run configurations?
2026-03-23 6:43 AM
Okay, I’ll write down what I did and the order I did it in. I haven’t touched this part again because it started breaking, but from what I remember, in the end it would generate warnings that didn’t appear at the beginning. I also got an error saying the linker was corrupted or something like that. And overall, it didn’t feel like a clean rename because some things weren’t updating properly.
At this point, I start getting redefinition errors.
2026-03-23 6:48 AM
I've never found it necessary to hack the .project file.
But I've only ever done it on single-core projects - so that might make a difference ...
2026-03-23 8:58 AM - edited 2026-03-24 12:07 AM
Hello @AraceliGuerrero
I believe there is no official, one-step rename feature for dual-core projects in STM32CubeIDE. I have raised this request #0060931 to the development team for a feasibility assessment.
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2026-03-23 9:36 AM
Thank you so much!
Well, after reading here and there, I was able to follow these steps in this specific order, and the errors that were previously occurring no longer showed up.