how to import project to a different place from Cube without touching original files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-02 08:58 PM
I want to import all files related to one project , such as DCMI_snapshot to another place, so any modification I made will not touch the original ones. Is it possible to do it? thanks
- Labels:
-
STM32Cube MCU Packages
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-03 01:00 AM
Use File / Import / General / Existing projects into workspace, then check Copy projects into workspace.
To import files into an existing project, just copy them outside CubeIDE using the file manager of your choice, then select the root of your project in the Project explorer view, and hit F5 (Refresh).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-03 06:49 AM
thanks, imported the project. then found several C files are missing.:|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-03 06:54 AM
check in detail, found lot of C files are not copied. all the files under the folder STM32L4xx_HAL_Driver are missing. too bad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-03 07:44 AM
Then copy them manually and set the include paths in the project properties.