offline IDE setup for nucleo-stm32F401
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-05-17 3:12 AM
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
Labels:
- Labels:
-
DEBUG
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-05-17 7:07 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-07-21 2:39 PM
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