View previous topic :: View next topic |
Author |
Message |
alexz
Joined: 17 Sep 2004 Posts: 133 Location: UK
|
Understanding Embedded Systems book |
Posted: Wed Mar 23, 2005 2:54 am |
|
|
Has anybody got to recommend a good Embedded Systems book.
I am not new in embedded stuff, but I need a deeper understanding of how embedded systems work(NOT for the beginner, but advanced) _________________ Alex |
|
|
valemike Guest
|
|
Posted: Wed Mar 23, 2005 8:10 am |
|
|
Search the archives of Embedded Systems Programming magazine. www.embedded.com
Get a free subscription. That is the most up-to-date info than buying a book. A lot of the embedded systems books out there are overkill for 8-bit micro programming, since they talk about RTOSes, multitasking, etc., things you rarely see on low-end micro apps.
And if you want to know about A/D, interrupts, etc., you're better off reading app notes from Microchip than reading general info in a book. |
|
|
Will Reeve
Joined: 30 Oct 2003 Posts: 209 Location: Norfolk, England
|
|
Posted: Wed Mar 23, 2005 8:28 am |
|
|
"an introduction to the design of small-scale embedded systems" by Tim Wilmshurst is about the best there is IMHO .
Keep well,
Will |
|
|
newguy
Joined: 24 Jun 2004 Posts: 1907
|
|
Posted: Wed Mar 23, 2005 10:08 am |
|
|
I quite like "Embedded C Programming and the Microchip PIC" by Barnett, Cox & O'Cull. It's a pretty good mix of introductory stuff, and quite a bit of in-depth things too. The interrupt-driven rs-232 code example was worth the price (to me, anyway!) It also has a really good explanation of the timers, with lots of possible examples. |
|
|
valemike Guest
|
|
Posted: Wed Mar 23, 2005 11:51 am |
|
|
newguy wrote: | I quite like "Embedded C Programming and the Microchip PIC" by Barnett, Cox & O'Cull. It's a pretty good mix of introductory stuff, and quite a bit of in-depth things too. The interrupt-driven rs-232 code example was worth the price (to me, anyway!) It also has a really good explanation of the timers, with lots of possible examples. |
I agree with you on that book, i shouldn't have overlooked it. It's even geared towards the CCS compiler and PIC. So if it's embedded concepts, C, and the PIC you are interested in, this book best falls in that niche. |
|
|
|