Forum: System Workbench for STM32

How to copy projects ?

Hi,

I tried some example ( e.g. example GPIO_EXTI ) from STM32Cube_FW_F4_V1.15.0 on my board STM32F407-Disc. I used System Workbench for STM32 ver. 1.14. It`s work well if it is in the original directory.

But I tried to copy this example to my Workspace directory. In window “Import Projects” I selected switch “Copy projects into workspace”. (I follow the instructions of UM1730 page 17). In “Project Explorer” is appeared required project. But it doesn`t work.
There was missing the main.c file and many other files.

Is it a mistake in System Workbench or should it be done in a different way?

Peter

When importing the examples, you cannot copy the projects into your workspace. The examples use relative paths for things like include directories and linked resources.