R
R
Rudtoha2019-01-20 19:27:40
linux
Rudtoha, 2019-01-20 19:27:40

Eclipse for embedded systems?

Hello! I'm trying to find a suitable IDE for programming microcontrollers on Linux. Most often I sit option: Eclipse + plugins + gdb server. But, unfortunately, I can’t find a clear tutorial anywhere on how to set it all up.
Thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
vanyamba-electronics, 2019-01-20
@vanyamba-electronics

1. Install AVR-GCC
2. Install AVRDUDE
3. Install Eclipse For C/C++
4. Install AVR plugin for Eclipse
Next, create a new project. The application type is selected from the AVR templates. In the template settings, select the type of microcontroller and the frequency of F_CPU. If you do not need it, then you will need to manually register it in the Makefile.
We compile the program by choosing the Make target.
We flash the microcontroller using ARVDUDE. If you are using some advanced programmer like the AVR-MkII, then you can set up Eclipse to flash in it, but personally I use either 5 wires on the printer port, or the AVR-USB USB programmer and AVRDUDE on the command line.
To communicate with the board via the serial port, you can use the USB-UART adapter and the SCREEN utility.

V
Vladimir T, 2019-01-20
@32bit_me

Atollic True Studio (for stm32)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question