7 years, 9 months ago.

mbed with STM32F051R8T6TR

I intend to use STM32F051R8T6TR micro-controller with mbed. After looking through the github source files, I found out that this micro is already there. I was able to find the definitions for the same in these two locations:

mbed/hal/targets/cmsis/TARGET_STM/TARGET_STM32F0/

and

mbed/hal/targets/hal/TARGET_STM/TARGET_STM32F0/

However in platform section, I don't see this micro-controller or any board associated with it. As such how can I use mbed to develop code for STM32F051R8T6TR microcontroller?

Be the first to answer this question.