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


Include Paths from CubeMX are not pointing to the includes in the project

After creating a project in CubeMX the include paths are for example ../../../MiddleWares/Third_Party/LwIP/inc which points back to the home directory containing the workspace. Of course the include files are inside the home/name/workspace/project_name.

I am creating the project for SW4STM32 with Generate Under Root UNchecked.
The Code Generator Tab opy only the necessary library files checked.

Is some other setting I am missing? I don’t want to have to correct all the paths as there are many for the STM32F746-Disco board with all the IP checked.

France

Hi,

You should rather keep the “Generate under Root” checkbox checked; this is the way it should be. The other way is meant to be used only for generating example projects in the Cube distribution but for normal projects, keeping this checked will provide more natural behavior.

Also if you uncheck this, you should never check the “Copy files into workspace” checkbox when importing the project in System Workbench for STM32.

Bernard (Ac6)