7 years, 2 months ago.

STM32F407G-DISC1: Any future plans in place to support this platform in mbed?

The STM32F407G-DISC1 platform is not currently supported in mbed. I hope that somebody in authority from mbed can give an answer. The range of added peripherals makes this a great platform for projects.

I am aware of the Seeed Arch Max work around but prefer a solution from mbed.

1 Answer

7 years, 2 months ago.

Hi,

There is no plan for the moment to add this platform on mbed IDE.

I don't know if you're aware, but the DISCO_F407VG target SDK is already on GitHub: https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG

You can still use it but with mbed-cli commands.

Regards.

Accepted Answer

Won't be able to import directly from the location " https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG" Instead we need to use following URL for import "https://github.com/ARMmbed/mbed-os"

.i.e. Full command is "mbed import https://github.com/ARMmbed/mbed-os"

Not to mention Do write file main.cpp with some function (e.g. LED blinking ) and the compile

posted by Bhalchandra Jadhav 29 Mar 2017