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


Is it possible to "clone" projects successfully?

Hi,
I’m using System Workbench for STM32 - OpenOCD (for Linux 64bits) Version: 1.14.0.201705091103 in Ubuntu 16.04.

In the older IDE version when i wanted to clone a project into the current workspace all i had to do was copying it, paste it on the workspace, change it’s name, and then rebuild the index to resolve warnings and errors about eclipse not finding some files.

I tried the same with the new IDE and i can’t solve the errors, when pasting the project into the workspace Eclipse ask me about the new name and the project location, i leave this option marked as default (it places the new project into the workspace directory as expected).

Is there a “easier” way to clone projects into the current workspace?

Thanks in advance

Hello,
I have the same request.
I have not found a way to do it properly. Any advise appreciate.

Bertrand

I’m not sure that I had understood your request.
Did you ever tried the actions of “export”, “import”, “Open Projects from File System” under menu “File” ?

Thank you for your reply and sorry for the late feedback:
Yes, I can save file by exporting whole project & I can import it again.
But, my wish will be to change “easily” the name of the project
A command like “save project as” but by updating & cloning all the file with the same project name. i.e “project_name”.ioc, “project_name”.cfg

Bertrand


To clone a project click the .ioc file to open Cubemx. In Cubemx do a save as and choose a new name. Generate a new project and import in SW6. Now delete all files in the .inc and .scr directory. Copy the files from your old project and the project is cloned.

Hi,

To clone a project I proceeded as follows (hope it will be helpful):

  1. Right click on the project folder on the left side pane → Copy
  2. Paste → this opens a pop up window that let you choose the name of the project (of course choose a different name).


Regards,
Simon