Where to start

Irv

Jun 7, 2017
112
Joined
Jun 7, 2017
Messages
112
Interesting that someone who is "just getting started in microcomputers" is being urged to dive right into writing device drivers in ASM. Most beginners would be more encouraged by seeing something useful happen, then get into the guts of how it all works much later in their career.
 

Electric-T

Jun 4, 2017
212
Joined
Jun 4, 2017
Messages
212
Im learning C. Just teaching yourself seems so daunting. I just want to be able to program the uC to do something cool or useful. But i know i have to start simple. Any resources that could help me with C? I would appreciate it.
 

kellys_eye

Jun 25, 2010
6,512
Joined
Jun 25, 2010
Messages
6,512
There are hundreds of online resources with beginners information - websites dedicated to it and, of course, good books. I find that a book is by far the best resource - something along the lines of 'Learn C Programming in 28 Days' (not sure if that's a real title but it sounds familiar!) - there are, literally, hundreds like it.

Try this:

http://www.learn-c.org/
 

Electric-T

Jun 4, 2017
212
Joined
Jun 4, 2017
Messages
212
There are hundreds of online resources with beginners information - websites dedicated to it and, of course, good books. I find that a book is by far the best resource - something along the lines of 'Learn C Programming in 28 Days' (not sure if that's a real title but it sounds familiar!) - there are, literally, hundreds like it.

Try this:

http://www.learn-c.org/
Thank you.
 
Top