8 years, 2 months ago.

mbed libraries vs. platform

I'm university teacher (Poland, AGH UST ). I prepare laboratory for object oriented software development for embedded systems. My question is: how to know if given board supports given mbed library or opposite ? For example if discovery STM32F429I-DISCO supports SDFileSystem ?

2 Answers

8 years, 2 months ago.

Not a real good platform since mot of the pins are used for memory and the LCD. Might want to look at ST Nucleo.

Accepted Answer
8 years, 2 months ago.

If it only uses standard functions which aren't very timing critical it should all work fine. SDFileSystem should work on every board.

Thanks for quick answer. Shall I consider all libraries listed on "https://developer.mbed.org/handbook/Homepage" as a "standard functions" ? To be more specific - does STM32F429I-DISCO support USB or networking libraries ?

posted by Miroslaw Zoladz 01 Feb 2016

I don't believe networking (does it have ethernet ports even?), I think it supports the USBDevice, but not 100% sure about that. Those are the ones where companies get too lazy to implement them.

posted by Erik - 01 Feb 2016