Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

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 :-)