Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 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, 10 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
You mean this? https://developer.mbed.org/media/uploads/Sissors/supported_NnZtQEm.htm
posted by 20 Jan 2016