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


You are viewing a reply to export cube mx project  

export cube mx project

Hi huegene,

The Export-to-archive feature in System Workbench should always work if the “Generate Under Root” CubeMx option was checked before code generation.
Cubemx Genroot

If not, Driver sources and headers are stored from outside System Workbench workspace, case visible from the ProjectExplorer:
Linked Resources

And are not part of default Export configuration:
Unresolved Export

Note that even if “Resolve and export linked resources” is checked the Export will still not contain the header files... You will have to manually copy them separatly from your archive, and place them in the parent folder of SW workspace. This is a workaround for a known issue, that’s why I could only suggest you to correctly setup your CubeMx project before generating it if you want to share it among environements.