8 years, 3 months ago.

Classes of mbed - compatibility with targets

Hello,

I'm a little confused about the compatibility of mbed classes, for example, I was trying use the LowPowerTicker class in Nucleo-F411RE board and it not worked. But I used this same class in silicon Labs board it works perfectly.

My question is, how can I know if a class in mbed lib is compatible or avaliable for a specific platform? Is there a documentation for that or is just trying?

Thank you very much! Regards.

Question relating to:

1 Answer

8 years, 3 months ago.

There was a script to parse device header file to get those data what is available for a platform. The platform defines what is available in the device header file which is located in HAL. For F411RE https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/device.h

Accepted Answer

Yes!

posted by Martin Kojtal 20 Jan 2016

Perfect!

Thanks Martin, for your explanation and thanks Andy for the table, very helpful!

posted by Uilter Witte 20 Jan 2016