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


Error retrieving content description for resource

Hello,

I tried to import a project from the Cube repository (FaFS with RTOS for SDCard) for the F4x9 Eval I board. I imported with the ‘Existing projects into workspace’ feature. After it looks like a successful import neither the compile nor the opening of any file works. It looks like that the files has not been copied to the workspace nor linked to it. The error message:
Error retrieving content description for resource
appears if I like to open a file that is shown in the project explorer.

Open and close of Eclipse did not change anything.

Hopefully must be something simple.

Best Regards
Markus

Hello Markus,

Did you check the option “Copy projects into workspace” when importing the project ?

When importing a CubeMX project, you must ensure that this option is unchecked (see the menu “Documentation” => “System Workbench for STM32” => “Importing a Cube MX project”).

Best Regards,

Pascale

Hi Pascale,

thanks for the hint - seems to work.
Two addional questions on that.

  1. Are the *.ioc files for all the demos in the Cube repository also availalbe?
  2. Can I simply copy the source files that are linked from my workspace to the Cube repository into my a source folder in my project to work with them as a starting point or is there something that can do this automatically?


Best Regards
Markus