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.
6 years, 9 months ago.
How can I work with a board if it is not available in the online compiler?
Hi,
I've just got myself a STM32F4DISCOVERY but it's page on the mbed site says that there isn't yet online support for it, and gives the following github link as an alternative:
My question is what I am supposed to do with these 4 source files to get code running on the board?
Thanks in advance!
3 Answers
6 years, 9 months ago.
Can you be more specific about which board you have? Some of the processors are cousins and the mbed board *may* work. Otherwise it will require cloning the mbed-os source from github and changing the target processor pin definition files (and possibly more). Once you post up the response can be clarified.
6 years, 9 months ago.
Hi
Check https://os.mbed.com/docs/v5.7/tools/index.html
And in particular Arm Mbed CLI part
Regards,
6 years, 9 months ago.
It is going to be far easier if you just use a board that is already supported. Adding a new target is for the most part non-trivial.