T
T
Tema2015-04-28 17:12:38
Programming
Tema, 2015-04-28 17:12:38

IDE for microcontroller development?

Hello! Help me find a normal IDE for microcontroller development.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexander Semykin, 2015-04-29
@pro18

The choice entirely depends on what controllers you have to work with.
For example, Texas instruments have CodeComposer - a terrible (at least in older versions) thing that also costs a lot of money. Atmel
has AtmelStudio - for AVR and ARM architectures. As you might guess, it is tailored for the controllers of Atmel itself. The environment is good and free, although rather brooding and ponderous. There is Keil for the ARM architecture - an amazing thing with a lot of features and a convenient interface. What is especially nice, for projects less than 32 Kb, you can use it completely free of charge. I would definitely recommend her.
For the Cortex family , there is also a free CooCox - also a very nice and relatively light thing.
And if you have to work with STM32 , then you can’t help but mention the chic CubeMX tool - this is not a development environment, but an initialization code generator. Significantly simplifies life.

A
Antony, 2015-04-28
@RiseOfDeath

Under Arma take Keil or Coocox or IAR.
For AVR, take CodeVisionAVR or AVR studio

A
AlexLIn, 2015-04-28
@AlexLIn

I am using Atmel Studio
www.atmel.com/microsite/atmel_studio6

G
globuser, 2015-04-28
@globuzer

Each architecture and procedure uses its own development environment, well, if you consider the product "out of the box". Keil, intel, code-vision, avr-studio, etc...
One of the tips would be to use it for one or another percent, the environment that is applicable to it, which goes according to the datasheet to the protsyk that comes with the kit developer.
Colleagues had experience in changing development environments, it is known, but then they returned anyway under the kit with the processor, which comes as part of the boxed version.
You can also use universal development environments by connecting the appropriate compiler for the processor, setting up all libraries, drivers and modules.

V
Vladimir Martyanov, 2015-04-28
@vilgeforce

Keil for C167 is quite a suitable environment.

E
Eddy_Em, 2015-04-28
@Eddy_Em

I recommend geany.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question