Loading...
 
Skip to main content

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/forumthread5355 - it appears that the User Guide instructions for importing do not apply to mbed 5.

😢

The mbed-src library (which is now superseded by mbed-dev) mentioned in the User Guide - http://www.openstm32.org/Importing+an+mbed+program - 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=27797

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

😧


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