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


Building Project takes long time

Hi,

I have imported a project from CubeMX.
When I build a project it takes very long time 3-4 minutes
But when I build the same project with CooCox it finishes within seconds!

why is that?

Hi

Try to enable parallel build in eclipse, it is not activate by default:
Project -> Properties -> CC++ Build
Then in “Behavior” tab check “Enable Parallel build” and leve the first option checked “use optimal jobs”.
This setting is for each configuration, “DEBUG” and “RELEASE”, it better before making the change change in the “Configuration” drop-box to “All Configurations” to apply for denug and release configuration.