Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Files not copied to workspace when importing a project

Hey guys,
I’m just getting started with OpenSTM32.
I’m planing on buying a STM32F4429I Discovery Board (http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f429idiscovery.html)

So I downloaded the “STM32Cube_FW_F4_V1.13.0”.

I’d like to import the “STM32F429I-Discovery” Project. However although “copy projects into workspace is selected, the files are not copied.

After importing the prject, the c and h files are listed in eclipse (see attachement) but when i acually browse to the workspace using the windows explorer there are no files

Is this a bug or did i do something wrong?

greets Julian

Hi Julian,
You have done everything right.
You are right : it is a bug.
Workarounds :
- copy manually the files from the STM32Cube_FW_F4_V1.13.0 into the “ST32F429I-Discovery” Project;
or
- Import the CubeMX project without the “copy projects into workspace” option;


Hi,
i was afraid you might say that.
I’d follow your recommendation and uncehcked the “copy projects into workspace option” and it seems to work. Thank you :-)