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, 4 months ago.
mbed with STM32F051R8T6TR
I want to use mbed with STM32F051R8 chip. I took a look at the article which explains how to port mbed for a new target. After a little lurking on the mbed github, I found out that someone has already ported this micro-controller. I saw the definitions for this particular microcontroller in these two folders:
mbed/hal/targets/cmsis/TARGET_STM/TARGET_STM32F0/ and mbed/hal/targets/hal/TARGET_STM/TARGET_STM32F0/
However I don't see an option to select this microcontroller as my desired platoform, nor a nucleo board or a discovery board based on this part. As such what are my options if I intend to program the said microcontroller with mbed? Extending this question to a general case, what should I do if I want to want to start development on a new micro-controller using mbed? As far as I can think of, it won't be possible using online compiler if I intend to start it quickly. So, is there any offline way of doing it where I download the libraries, modify them and start using?