cancel
Showing results for 
Search instead for 
Did you mean: 

offline IDE setup for nucleo-stm32F401

allejp
Associate
Posted on May 17, 2014 at 12:12

Hi all, i tryed the online mbed compiler but it does not satisfied me and so i'm looking for an offline solution.

Can you help me to setup an offline IDE like eclipse, netbeans or visual studio?

Is this board like arduino (compile and debug via usb)?

Thanks

#nucleo #ide-debugger-eclipse
2 REPLIES 2
Posted on May 17, 2014 at 16:07

The board has an on-board ST-LINK/V2 debugger, and a virtual serial port connection attached via USB.

The debugger can be used directly from tool chains like Keil, and serial output view by standard terminal applications.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
rkijewski
Associate
Posted on July 21, 2014 at 23:39

Hi,

I'm using Eclipse and GCC ARM toolchain.

The setup is described here:

http://hertaville.com/2012/09/16/part-3-debugging-openocd-0-6-0/ (3 parts series)

Thanks,

Rafal