
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows with Prime
Try Prime
and start saving today with fast, free delivery
Amazon Prime includes:
Fast, FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with Fast, FREE Delivery" below the Add to Cart button.
Amazon Prime members enjoy:- Cardmembers earn 5% Back at Amazon.com with a Prime Credit Card.
- Unlimited Free Two-Day Delivery
- Streaming of thousands of movies and TV shows with limited ads on Prime Video.
- A Kindle book to borrow for free each month - with no due dates
- Listen to over 2 million songs and hundreds of playlists
- Unlimited photo storage with anywhere access
Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership.
Buy new:
-12% $60.11$60.11
Ships from: Amazon.com Sold by: Amazon.com
Save with Used - Acceptable
$27.25$27.25
Ships from: Goodwill Industries of SWFL Sold by: Goodwill Industries of SWFL

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
Design Patterns for Embedded Systems in C 1st Edition
Purchase options and add-ons
- Design Patterns within these pages are immediately applicable to your project
- Addresses embedded system design concerns such as concurrency, communication, and memory usage
- Examples contain ANSI C for ease of use with C programming code
- ISBN-109781856177078
- ISBN-13978-1856177078
- Edition1st
- PublisherNewnes
- Publication dateOctober 7, 2010
- LanguageEnglish
- Dimensions7.5 x 1.06 x 9.25 inches
- Print length472 pages
Frequently bought together

Customers who viewed this item also viewed
Editorial Reviews
Review
About the Author
Product details
- ASIN : 1856177076
- Publisher : Newnes
- Publication date : October 7, 2010
- Edition : 1st
- Language : English
- Print length : 472 pages
- ISBN-10 : 9781856177078
- ISBN-13 : 978-1856177078
- Item Weight : 1.75 pounds
- Dimensions : 7.5 x 1.06 x 9.25 inches
- Best Sellers Rank: #1,286,632 in Books (See Top 100 in Books)
- #98 in Microprocessor Design
- #128 in Computer Hardware Embedded Systems
- #155 in C Programming Language
- Customer Reviews:
About the author

www.bruce-douglass.com
Although I was raised by wolves in the forests of Oregon, I got my doctorate in Neurocybernetics from the USD Medical School in 1984. In the old days, I played classical guitar, ran triathlons, fought as a light heavyweight in full-contact Tae Kwon Do (in which I have a black belt), and occasionally created mathematical methods for studying information processing in biological neural systems. Now I am the Senior Principal Agile Systems Engineer at the MITRE Corporation, spreading joy and technology as help our sponsors develop new and innovative systems. I've contributed to a number of standards - such as UML and SysML - and consult with high-tech embedded engineers all over the world building everything from cardiac pacemakers to next-generation space craft.
If you're interested in consulting, mentoring or training, feel free contact me. I can be followed on Twitter @IronmanBruce or you can visit my real-time and embedded web site at www.bruce-douglass.com .
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on December 18, 2014Within this book there are many 5-star worthy aspects as well as many 1-star aspects. Unfortunately, the 1-star aspects consisted of the majority of this book and took away from the delivery of the material. This major problems with this book can be summed up as follows: The author has an extremely high estimation of his other books and creations throughout his career and wants to reiterate those as often as possible. This created the following problems:
1. The first two chapters should be thrown out - a large portion of this section is describing how to make C an Object oriented language and promoting the author's other texts. It would be more helpful to put other texts in a reference section and just use C++, describing the features of C++ to avoid for embedded applications and why. Instead the author reinvents the wheel and wastes the reader's time in the process.
2. The extensive use of UML is overkill- the author helped develop UML standards so he uses it in all examples, even if it does not shed any more light on the design pattern in question. I do not like having to learn how to read a diagram in order to read a book. (e.g. I shouldn't have to read online about UML state diagrams when a simple state diagram with a legend will illustrate the point equally well in a fraction of the time) I should be able to just read the book and the diagrams should help facilitate that.
3. The book was written in PhD styling - The author will introduce some vocabulary in the middle of a point hes trying to make, which just makes it more difficult to understand.
In summary, I would not purchase this book again. If you are considering this book, look at "Real-Time Concepts for Embedded Systems" (ISBN-13: 978-1578201242 ISBN-10: 1578201241) instead. It covers all of the material in this book and then some.
- Reviewed in the United States on August 10, 2012Although I read the reviews about the book before my buying, I still made my purchase, and I was so excited when I received it. I started reading the "theory" about design patterns for few days and I was kind of happy. When it was the time to test the code I got very frustrated because the code doesn't compile (I tried the Observer's Pattern code at page 116). As other reviewers said, the book lacks of structure, no one took the time to compile and test the code, and needless to say that it's very hard to follow the code, even when you download it from the publisher site (it's in Word format, so I needed it to format into raw C text files). The UML diagrams are also hard to understand, and the code is incomplete.
There is an errata document, but it's also incomplete.
The book's title says "... An embedded software Engineering Toolkit". The book is far for being a toolkit. You will spend hours figuring out how to make the examples to work, and finally you'll release that you can't. Is that a toolkit? I guess it's not. I also think that using the object oriented approach is not really necessary for all the patterns. I found on-line an example of the observer pattern in pure C. Clean and clear, nothing about OOP.
No other book talks about design patterns in C for embedded systems, so in that context the book is very valuable. Nonetheless without examples to work with the book is almost useless.
My recommendation is that you DON'T BUY THIS BOOK until a new edition is ready, otherwise you'll complain as we've done. By the way, the publisher would give us a free copy of that newer edition for customers that actually bought this first one. (I live outside US, so I needed to pay shipment costs, taxes, currency parity, etc.)
- Reviewed in the United States on May 5, 2011I've been working in Java for the past 12 years and am now returning to C for some project work. C was always my first love and I wish I'd stuck with it.
This book struck the right chord for me since it focused on how to do object oriented work using C and not C++ or Objective C. It answered questions that I'd wondered about.
I'm used to design patterns books for getting the architectural outlines and best practices for software development so this book works for me in that regard as well. It is going to help me get the structures of my coming projects right.
- Reviewed in the United States on August 29, 2011I am going to have to agree with the points made in Vomkap Biskairo's 1-star review. It's hard to take a book seriously with so many coding typos, since it wastes your time and confuses you(example: pg 116 struct GasNotificationHandle declaration is incomplete). The (in my opinion) overly object oriented handling of every example detracts from key points and makes the code hard to read. Also adding to the difficulty is that there is no syntax highlighting to the code, and the filenames for each snippet appear ambiguously after the snippet equidistant from the next snippet. I also wish he covered singletons--even to a short extent.
This book does have some good concepts, but to deal with reading the code with typos and object rich format, I would recommend this book for someone who's very familiar with C and object patterns. If these problems were fixed, I wouldn't hesitate to give it 4 or 5 stars.
- Reviewed in the United States on March 22, 2015Good read. The kindle version is not well formatted if reading on android. Reading on the DX was fine. Don't look for a lot of code you can compile and run. The book focuses on architecture and design. Highly recommended.
Top reviews from other countries
- DiTBhoReviewed in Italy on March 24, 2013
5.0 out of 5 stars a good book about algorithmical methodology
if you need a book which tells you about methodology, this book is for you!
i am having a lot of answers about all my doubts, with examples given and pretty clear and exaustive discussions