Customer Reviews


10 Reviews
5 star:
 (6)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


6 of 8 people found the following review helpful:
5.0 out of 5 stars Just what I was looking for
This book is very easy to understand. If you are interested in learning about the Motorola 68HCXX family chips then this is a great book to start with. It help me to understand a lot of key concepts. The overview of C was also good and to the point. I definetly recommend this book to anyone, especially beginners like myself.
Published on June 1, 1999

versus
27 of 27 people found the following review helpful:
2.0 out of 5 stars Title Should Be: Programming Motorola Microcontrollers
This book is written by a retired Motorola guy and it shows. Van Sickle all but ignores other processors and all of his examples are based on Motorola controllers and C compilers. He's also a bit out of date in many areas.

Much of the book is centered around older (non-flash) Motorola parts. He mentions some of the newer ones here and there, but it's obvious the bulk...

Published on May 15, 2002


Most Helpful First | Newest First

27 of 27 people found the following review helpful:
2.0 out of 5 stars Title Should Be: Programming Motorola Microcontrollers, May 15, 2002
By A Customer
This review is from: Programming Microcontrollers in C, Second Edition (Embedded Technology Series) (Paperback)
This book is written by a retired Motorola guy and it shows. Van Sickle all but ignores other processors and all of his examples are based on Motorola controllers and C compilers. He's also a bit out of date in many areas.

Much of the book is centered around older (non-flash) Motorola parts. He mentions some of the newer ones here and there, but it's obvious the bulk of the author's experience and the first edition of the book pre-date the newer parts.

The book doesn't really go into a lot of detail in any one area, but instead tries to cover a lot of ground using assorted examples and code snipets. Many of the examples may or may not be useful depending on what you're trying to do.

The book isn't geared towards total novices, as it doesn't really start from ground zero. The author assumes you know the hardware side of things, how to run a development project and the basics of working in C. There are two chapters that sort of gloss over the C language, but they're not complete enough for a novice. Unfortunately, he doesn't go into many specifics in those chapters on how C applies to a embedded project so they're kind of a waste of ink.

All in all, I don't think this book is worth anywhere near its ...list price. If you're interested in the Motorola M68HC05, HC08, HC11, HC12 or HC16, however, it might be worthwhile for some readers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


26 of 29 people found the following review helpful:
1.0 out of 5 stars NOT a book about writing C code for microcontrollers, April 27, 2002
This review is from: Programming Microcontrollers in C, Second Edition (Embedded Technology Series) (Paperback)
This book starts out with 120 pages of fluff C - mediocre at best and NOT why I bought the book. Then it discusses briefly what microcontrollers are - seemed more like a bunch of scattered notes on the topic thrown together - again NOT why I bought the book. Then it dives into Motorola chips and spends many pages talking about them - NOT why I bought this book. Then the author uses really useless examples like sort routines (like that happens in microcontrollers a lot - better examples would have helped here) to illustrate whatever it was he was trying to illustrate. Over all the book had the feel that the author tossed a bunch of lecture notes together, some poor cut and paste C examples in the beginning and then just simply got lost in his mission to show us how to program microcontrollers in C. The reason I bought this book was to learn what I could and could not do with C. I wanted to find out where C ended and assembly code "had" to take over. I wanted good in-line programming techniques, addressing schemes, code techniques, the best ways to implement monitors, slick ways to manipulate registers.. This book was about Motorola chips and some strange examples of how to program them. The book should NOT be called Programming Microcontrollers in C - maybe something like, Some Touchy Feely Intro To C and Motorola Chips With Sort Functions.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 14 people found the following review helpful:
3.0 out of 5 stars Book's name should be Programming MOTOROLA Microcontrollers in C, November 9, 1998
By A Customer
This book is easy to read and understand. However, it is too specific to Motorola microcontrollers. At times it is difficult to determine whether a limitation or advantage listed is specific to the Motorola microntroller being referenced or whether it applies to microcontrollers in general
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 8 people found the following review helpful:
5.0 out of 5 stars Just what I was looking for, June 1, 1999
By A Customer
This book is very easy to understand. If you are interested in learning about the Motorola 68HCXX family chips then this is a great book to start with. It help me to understand a lot of key concepts. The overview of C was also good and to the point. I definetly recommend this book to anyone, especially beginners like myself.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Still the quintessential text on going from academically learned C to the embedded world, February 28, 2009
By 
John Bodnar (Cedar Park, TX) - See all my reviews
(REAL NAME)   
I may be a bit biased, as I learned this material directly from Ted Van Sickle when we were both at Motorola, but I cannot think of a better text to teach someone who has learned C from the computer science department how to use it on a small embedded processor.

Of course, this assumes that you've also actually learned assembly language for the processor architecture in question. If you haven't, then you shouldn't even bother trying to write code in C as you'll probably just write fat code like CS teachers/professors teach you to write. That won't work well when you're dealing with an 8-bit MCU that only has 16 Kbytes of flash and 2 Kbytes of SRAM.

So, if you have a reasonable grasp of the assembly language for your MCU's CPU architecture, and you know the academic basics of C, then Ted's book will simply teach you how you deal with assembly language-oriented concepts, like flipping bits in registers and setting I/O port pins, in C. Once you understand this, you can write efficient C for your small MCU.

And, despite what others have said, it doesn't matter that this book is based on Motorola (now Freescale processors). The same techniques apply. You could just as easily read this book and write efficient C code for a 80C51, a PIC, or an AVR. Sure, the tool sets (assemblers, compilers, and debuggers) for every processor architecture are different, but you still write the C code to do MCU-oriented tasks the same way.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 9 people found the following review helpful:
5.0 out of 5 stars New edition is great, May 14, 2001
By A Customer
This review is from: Programming Microcontrollers in C, Second Edition (Embedded Technology Series) (Paperback)
I have the first ed. of this book and just got the 2nd ed. It's much better, very up to date, clearly written wtih LOTS of helpful application code. This cD with this new edition is great, since it has the code on it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars C+ Programming, May 4, 2009
A Kid's Review
Receive item ask described and posted on the internet. I'm please to get what I was looking for.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 11 people found the following review helpful:
5.0 out of 5 stars A "user friendly" compendium of solid information, March 16, 2001
This review is from: Programming Microcontrollers in C, Second Edition (Embedded Technology Series) (Paperback)
Programming Microcontrollers In C is a "user friendly" compendium of solid information on the use of C to fully exploit the power of today's microcontrollers. Beginning with an excellent tutorial on C basics, the reader is introduced to microcontrollers with descriptions of their programming environment and tips on coding for microcontrollers. Expert Ted Van Sickle then goes on to describe techniques for obtaining maximum performance from code; the differences between 8-bit and larger microcontrollers (giving application examples and providing details on using different compilers); advanced information for programming embedded systems and RISC microcontrollers (using Motorola's MCORE as the example). Programming Microcontrollers In C offers a great many useful C routines and the accompanying CD-ROM. contains all of the software referenced in the text, as well as C compilers, a full set of Motorola's microcontroller documentation in hyperlinked PDF format, and a fully searchable Deluxe eBook version of the text. The latest title in LLH Technology Publishing's "Embedded Technology" series, Programming Microcontrollers In C is a very highly recommended and invaluable addition to the dedicated programmer's reference shelf.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 3 people found the following review helpful:
5.0 out of 5 stars New edition is great, May 14, 2001
By A Customer
This review is from: Programming Microcontrollers in C, Second Edition (Embedded Technology Series) (Paperback)
I have the first ed. of this book and just got the 2nd ed. It's much better, very up to date, clearly written wtih LOTS of helpful application code. This cD with this new edition is great, since it has the code on it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 20 people found the following review helpful:
1.0 out of 5 stars My Search is Over, January 15, 2000
By 
M E MATTHEW (Leicester, England) - See all my reviews
I am a student in my final year studying Computer Science BCS Hons at Demontfort University in Leicester England. I have been given the task to program a the MC68HC05 microcontroller or fail the degree, ha ha. What i know about the C language is not enough to complete this task, but as I continue to learn it by the means of the book, I will update my stars. So far i have been using the book C for Microprossor Engineering, by S. J. Cahill and i have basically hit a brickwall.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Programming Microcontrollers in C, Second Edition (Embedded Technology Series)
Used & New from: $117.53
Add to wishlist See buying options