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


Importing STM32CubeMX Projects into an Eclipse Workspace

Does the menu item at “File => Import => General => Existing Projects into Workspace” cause an existing project to be brought into a workspace without copying or linking, does it copy all the project’s files into a new directory on the disk drive, or does it create links on the hard drive that appear in the Project Explorer?

Suppose I created a project using STM32CubeMX and imported it into Eclipse by following those directions:
http://www.openstm32.org/Importing+a+STCubeMX+generated+projectQuestion
and then, after doing the import, I were to update the STM32CubeMX project and regenerate the code. Would the updated code be in the Eclipse project? Or would copies of that code that is outside ot the Eclipse project be updated?

The need is for the updated STM32CubeMX generated code to be in the project.

What is the prefered way to add already written source code into this Eclipse project, if the files are already in branches of the project root on the hard drive, and it is not desired to create copies of them?

After looking at my project’s file structure in MS Windows Explorer it became apparent that Eclipse project importation is doing something other than what I originally expected. I have been reading about EFS and IResource, yet at this point I am still confused.