D
D
Daniel2021-03-26 10:07:59
Microcontrollers
Daniel, 2021-03-26 10:07:59

What are ida for programming microcontrollers?

Purely for reference, it's hard to google, I want advice.
It is important that it is possible to assemble a device diagram inside ida. There are all elements like Alu, flip-flops, registers, multiplexers, Or, NOT, AND elements. Or through the code, (I already implemented this myself).
Apply current, and watch how the light blinks inside the Editor, since there are no electronics. That is simulation or emulation.
Important, C++ language java c#. Priority c#. Performance is not important, it is important to understand the basics, or rather, to check knowledge.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
VT100, 2021-03-27
@VT100

"Horses mixed up in a bunch, people ..."
If you need to debug a microcontroller program, an IDE for the corresponding architecture is enough. Going down to the level of logical elements and triggers is useless.
If you develop the microcontroller itself, you will need something like Quartus, Vivado, Mentor, etc. They use the so-called. "hardware description languages" - Verilog, VHDL, System C.
And if you need to simulate the interaction of the MK program with external circuits - Proteus can be there and much more.
Describe the task in more detail.

V
Vladimir Kuts, 2021-03-26
@fox_12

Depends on the stack of equipment used:
For example, for AVR controllers, I used a bunch of Proteus + WinAVR
Under Arduino - Proteus + Arduino IDE
Under STM: something like Proteus + IAR Workbench can be used

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question