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


mbed 5 on sw4stm32

Hello,

I wanted to import a mbed project to sw4stm32 but I am facing some issues.
The project is the blinky example for the stm32F429ZI board and I use the export tool from mbed to export for sw4stm32.
Once imported, I try to compile the project but there is always include problems. I tried to add the include path to the project settings but there are always more problems and it never end...
Did someone succeed to import an mbed 5 project to sw4stm32 ?

board: stm32F429ZI
OS: window 10
sw4stm32 version: 1.12.0.201612060912


Thanks,
Julien


Apart from being generally out-of-date - see http://www.openstm32.org/forumthread5355Question - it appears that the User Guide instructions for importing do not apply to mbed 5.

cry

The mbed-src library (which is now superseded by mbed-dev) mentioned in the User Guide - http://www.openstm32.org/Importing+an+mbed+programQuestion - is not for mbed 5

There does not seem to be a corresponding source library for mbed 5:

https://developer.mbed.org/questions/73250/mbed-OS-5-Source-Library/?c=27797Question

I tried following the instructions on that page, but the result would not even build in the online compiler!

mad


Hello,
Same here. Adding include paths is an endless nightmare. Did you find a solution?