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


Setting SW4STM32 to debug an external project (created without CubeMX)?

France

Hi,

It seems that, for the second screenshot, you do not create an Ac6 System Workbench project, but a standard Eclipse project, perhaps a Makefile CDT project, where you set up the compiler manually in the Makefile and debug configuration.

Please follow the tutorial on Getting started with System Workbench for STM32 to create your first project, it will be simpler.

Regarding the project definition files, their names are “.project” and “.cproject”, meaning they are hidden files on Linux. To see them you should either use the “-a” option of “ls” on the command line or parameterize the file explorer to show hidden files. In the project explorer view of System Workbench for STM32, open the “View Menu”, select “Customize view” and deselect “.* resources”. 2017 10 01 211435

Bernard (Ac6)