Questions tagged [eclipse]

The Eclipse is an IDE. It contains a base workspace and an extensible plug-in system for customizing the environment.

The Eclipse is an IDE. It contains a base workspace and an extensible plug-in system for customizing the environment.

47 questions
6
votes
1 answer

How to put "printf" on console Debug QEMU on Eclipse STM32F4

I create a blinky project to test a qemu simulator, but my printf`s not showing in the debug console. I create a project like official tutorial GNU MCU Eclipse. int main(int argc, char* argv[]) { // By customising __initialize_args() it is…
Augusto
  • 191
  • 2
  • 6
6
votes
3 answers

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?
Rafael
  • 61
  • 1
  • 2
5
votes
1 answer

Unit testing with Eclipse System Workbench (STM32)

Although this is a pure software question, other Stack fora are not suitable since the application problem is only occuring for microprocessor usage. I installed Eclipe System Workbench for developing STM32 applications which works ok. However, now…
Michel Keijzers
  • 13,867
  • 18
  • 69
  • 139
5
votes
1 answer

GNU ARM Eclipse - flash and run without debug

I have successfully installed and configured Eclipse for ARM development according to this excellent tutorial: http://gnuarmeclipse.github.io/ Almost all the tutorials (including the one above) I have seen provide instructions on how to set up…
Honza Vojtěch
  • 465
  • 6
  • 13
4
votes
1 answer

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 follows: and the source code from main.c #include…
josef.van.niekerk
  • 3,600
  • 7
  • 44
  • 63
4
votes
1 answer

Better procedure for 'recovering'an STM32F103C8T6?

I have a STM32F103C8T6 (aka blue pill) and worked with it. Sometimes - due a reason I don't understand - after debugging it (using Eclipse), the connection is lost and I cannot start a new debug session. The only thing to do is the following time…
Michel Keijzers
  • 13,867
  • 18
  • 69
  • 139
3
votes
2 answers

STM32 software IDE

After a two year experience of ATMEL's SAM mcu I decided to move on STM32 microcontrollers. I choosed to begin with STM32F410RB. After a lot search on the internet I found two free IDE, Atollic TrueSTUDIO and SW4STM32. I've both installed them and I…
MrBit
  • 1,973
  • 4
  • 27
  • 54
2
votes
1 answer

How do I visualise the variables in OpenSTM32? Is it like in Open STM Studio?

I am programming a standard STM32F407 board under Linux. And I'm looking for a way to visualize the variables on a graph in an OpenSTM32 environment. How do I visualize the variables in OpenSTM32. Is it like in Open STM Studio?
2
votes
1 answer

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 Freaks, EngBlaze) for the AVR Studio. I've…
Leeron
  • 41
  • 1
  • 2
2
votes
2 answers

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 configure it following instructions from here:…
0xakhil
  • 2,225
  • 7
  • 35
  • 33
2
votes
1 answer

Flashing and debugging with Eclipse (without jtag)

I'm a beginner in embedded system development and wonder if I really need JTAG emulator(?) or JTAG cable. Previously I learned stuffs using STM32-discovery and now would move to Sabre Lite. It uses freescale's I.MX6quad MCU. But I wonder how I could…
SD11
  • 553
  • 2
  • 8
  • 25
2
votes
2 answers

STM32F103 GPIO not working

I am programming for LPC microcontrollers (mostly LPC1769), for the past few months with success. I decided though to give STM32 series a try. I just received a no-name board using an STM32F103C8 MCU like the pictured one. I am using Eclipse to…
Fotis Panagiotopoulos
  • 1,760
  • 18
  • 23
2
votes
1 answer

Eclipse and OpenOCD works only, if I program the MCU on Discovery board

I'd like to program and debug an STM32F030 MCU with Eclipse, OpenOCD and ST-link. I have an STM32F4 Discovery board that includes an ST-link debugger. Programming the STM32F4 MCU on the discovery board works very well. I use Eclipse, OpenOCD and the…
szemaster
  • 79
  • 1
  • 7
1
vote
1 answer

Debug and View Registers

I would like to view and analyze the registers in STM32 Embedded Cards(For Ex. STM32F407DISK) in STM32CubeIDE. As far as I know from the user manual and my own experience in CubeIDE, I did see my expressions in the Live Expression section in Debug…
OJazz
  • 158
  • 1
  • 11
1
vote
1 answer

STM32CubeIDE .ld files font colors

On STM32CubeIDE (IDE based on eclipse, from ST), i don't find any options to change the font color for some files like linker scripts (for C/C++ Files it's ok). It's very difficult to read the file and i would like to use the dark theme. Maybe one…
Volt
  • 169
  • 9
1
2 3 4