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


Cannot find all items when installing from Eclipse

Hi,

Yes, this will install a separate Eclipse. On my system is installed on C:\Ac6\SystemWorkbench. Take a look to the attached screen-shoot.

Then you have few ways to create a project. I use to generate the project from STM32 Cube, then import the project on System Workbench then build and download/debug. STM32 Cube is a graphical configuration tool used to generate initialization code for the micro-controller - clock initialization, GPIO initialization and peripherals initialization. I think this is the easiest way to start with Cortex-M mcu’s.
You can find more about STM32Cube at this link: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533/PF259242?sc=stm32cubeQuestion

To import generated files in System Workbench, follow exactly what is described in this page (OpenSTM32 Community Site » Documentation » System Workbench for STM32 » User Guide » Importing a STCubeMX generated project):
http://www.openstm32.org/Importing+a+STCubeMX+generated+projectQuestion

I have successfully build and debug simple projects on two boards from ST using System Workbench:
- NUCLEO-L152RE: http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002?icmp=nucleo-ipf_pron_pr-nucleo_feb2014&sc=nucleoL152RE-prQuestion
- STM32F3Discovery: http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF254044Question

Good luck!