mbed, How to develop Nucleo board in Eclipse environment?

28 Mar 2014

Hi

I have question. I want to use Nucleo board in Eclipse environment. How to use it?

21 Jun 2014

Hi,

I develop for Nucleo F401RE and followed the tutorial on http://embeddedworldweb.blogspot.com/2013/08/mbed-gcc-with-eclipse-kl25z-part-1.html to configure Eclipse with GCC (then I configured OpenOCD for debugging). One change I made was the addition of Nucleo board to Platforms file (you can see in my GitHub: http://github.com/kijes/mbed_blink_offline/blob/master/Platforms).

Kijes

13 Feb 2015

Hello

Which Nucleo board are using?, check at my blog to assemble an eclipse environment to program ST ARM microcontrollers including Nucleo Boards. http://hotboards.org/index.php/es/blog But is in Spanish..... sorry.

and this my repo with an mbed ready project for Nucleo F072RB, in eclipse of course https://github.com/Hotboards/mbed_NucleoF072RB/tree/master

31 May 2015

Hi, I use Visual Studio Community plus this add-in to compile and debug on STM Nucleo http://visualgdb.com/tutorials/arm/stm32/nucleo411re/

VS Community is free for any individual developer and the add-in cost few euro

In term of functionality VS Community + VisualGDB seems to me equivalent to Keil for a single developer