The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
35 views

arduino mega end eclipse communication error

I have arduino mega and a working project on eclipse.I can not communicate with avrdude.I get error at the read of the mcu signature. I have used all programmers (arduino,stk500v1 and v2) at 57600 and ...
-2
votes
0answers
55 views

Build Environment ARM GCC stm32f2/4

You mentioned a way of setting up a ARM GCC build environment in Eclipse in this thread: STM32F2 build environment using: -Eclipse IDE for C/C++ Developers -CodeSourcery Lite (ARM processors EABI ...
0
votes
1answer
85 views

Segger J-Link GDB-Server / STM32100B-EVAL / Debugging hangs at first instruction

I'm using a J-Link and the corresponding Linux GDB-Server from Segger. When I start debugging with Eclipse the program is automatically halted at the first instruction in the startup assembler code. ...
4
votes
1answer
390 views

Unable to compile STM32F4 code sample with Eclipse

I'm trying to compile a simple STM32F4 sample using Eclipse with the GNU ARM Eclipse plugin from http://gnuarmeclipse.livius.net/blog/. I'm getting the following errors: and the structure is as ...
0
votes
1answer
636 views

Arduino Blink example does not run after upload from eclipse

I just started with my first Arduino project. I am trying out the Blink example. I have set up eclipse for arduino 1.0 and the code compiles without errors (both lib project and blink project). I used ...
2
votes
1answer
331 views

Arduino code compiles both on Eclipse and on AVR Studio 5, but only Eclipse version is functional

I'm trying to choose an IDE for arduino development. I installed both Eclipse and AVR Studio 5. And configured them using the instruction on the Arduino site (for Eclipse) and those two tutorials (AVR ...
1
vote
2answers
2k views

Troubleshooting Eclipse IDE for Arduino

I have been using Arduino IDE for sometime with my Arduino Uno. Recently I heard about Eclipse and I thought give it a shot. I downloaded the c++ version and installed the AVR plugin. Then I tried to ...
1
vote
1answer
850 views

Serial port monitor for Arduino in Eclipse (on Linux x64)

I like to program my Arduino using Eclipse. However, I still need the Arduino IDE to use the Serial port monitor. This is very inconvenient and breaks my work flow I tried to use RXTX but this would ...
4
votes
3answers
1k views

how to make the eclipse IDE to be compatible for PIC devices?

I am looking for a PIC development environment that is better than MPLab. Is it possible to to install and configure Eclipse to work with PIC microcontrollers?