C
C
class_Human2017-08-10 15:08:55
Microcontrollers
class_Human, 2017-08-10 15:08:55

What are some good books on avr programming in C?

I need a book or lessons where in the C language they program avr microcontrollers step by step from blinking an LED to an electronic device.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Hoksmur, 2017-08-15
@Hoksmur

Do you want C or AVR? If language - then books. Try to write something console thread on a personal computer. Well, examples, examples, examples.
To switch from assembler, I can recommend caxapa.ru/lib/CwithoutC.html
If controllers - read the documentation to know what kind of peripherals are and what are not. The rest is like on a PC, with a bunch of "default" restrictions: no OS; no file system; no memory manager; standard input-output "out of the box" does not start.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question