Skip to main content
DavePfz
Associate III
August 31, 2026
Question

How to move a project to a new directory?

  • August 31, 2026
  • 3 replies
  • 42 views

I would like to move the project from:

C:\ST\STM32Cube_FW_WB_V1.24.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRateFreeRTOS

to:

C:\Projects\Myproject

so that I can make modifications at will and not worry about corrupting the original code. At the same time, I want all the libraries, etc. to fall under the same directory as the new code will eventually be submitted to version control.

How can I do this?

Note: All my other projects under the C:\Projects directory were started with CubeMX and all seem to do as I want.

3 replies

TDK
August 31, 2026
"If you feel a post has answered your question, please click ""Accept as Solution""."
MM..1
Super User
August 31, 2026

I mean is more complicated as ​@TDK refer. But if you have space simply copy STM32Cube_FW_WB_V1.24.0 into your project folder completely and then remove unused parts. Example applications isnt so simple to clone. Second way is in MX choice example by name and export into new project if this same exist here.

MGogr.1
Senior
September 1, 2026

Simply copy your required projects into desired Folder C:\Projects\Myproject and then open from that folder and make changes as required. And then you can use that project in version control.

This will help you in preserving original project as well as making changes in version control projects.