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


System Workbench Project Structure Question

Hi, I have a question about the using of System Workbench and projects.

When I download a firmware from ST website, usually I put the extracted folder in the System Workbench workspace, then click Import -> Existing Project Into Workspace (copy project into workspace uncheked).

It works well, but I obtain a project with relative path and liked resource, I mean that the structure of the files that I can see from Eclipse is not the real structure of the files of the folder project. I don’t like it, and it confuse me.
If I want to obtain a “normal” structure, I usually copy/paste manually all file in order to recreate the original structure, then I insert include path and symbol. But it is hard and some time leads to compiling errors.

There is a way to do it automatically and safely?