Embedded books
I am a book person (because I do not have patience to listen to lectures and also feel others are not very much upto the mark in knowledge ?). Anyway I always try to find my knowledge with books. And since buying the books requires money, travel and time, I always try to get them online.
Here are some sources you can always refer.
1> For 8051 microcontroller : A very good tutorial you will find in this site
http://www.8052.com/tut8051
2> For ARM : You can get pdfs for assembly language and architecture from ARM website
3> For C++ : Teach yourself C++ in 21 days
is a simple but good book which can be read online
Thinking in C++
covers everything like exception, templates etc.
C++ FAQ Lite
again is very good source on c++ faqs
4> For C : C faq -Steve summit has good collection of questions.
5> For Linux operating system : TLDP site has many of the free books
a> The Linux Kernel Module Programming Guide
b> The Linux Programmers' guide
There is another very good site to solve your doubts, http://www.stackoverflow.com/ which covers questions on many of the programming topics.
This is just the begining, as you explore the net, you will find that ask(google) and you will find it!!
Here are some sources you can always refer.
1> For 8051 microcontroller : A very good tutorial you will find in this site
http://www.8052.com/tut8051
2> For ARM : You can get pdfs for assembly language and architecture from ARM website
3> For C++ : Teach yourself C++ in 21 days
is a simple but good book which can be read online
Thinking in C++
covers everything like exception, templates etc.
C++ FAQ Lite
again is very good source on c++ faqs
4> For C : C faq -Steve summit has good collection of questions.
5> For Linux operating system : TLDP site has many of the free books
a> The Linux Kernel Module Programming Guide
b> The Linux Programmers' guide
There is another very good site to solve your doubts, http://www.stackoverflow.com/ which covers questions on many of the programming topics.
This is just the begining, as you explore the net, you will find that ask(google) and you will find it!!
Comments
Post a Comment