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
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).
2020-05-03 06:49 AM
thanks, imported the project. then found several C files are missing.:|
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
2020-05-03 07:44 AM
Then copy them manually and set the include paths in the project properties.