|
|||||||||||||||||||||||||||||||||||
|
8 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
16 of 16 people found the following review helpful:
5.0 out of 5 stars
Outstanding book on the PIC32,
By
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
If you want to learn the PIC32, the is THE book to get.
For anyone familiar with any of the PIC line: PIC16, PIC18, PIC24 or dsPIC, this book makes learning the PIC32 a snap. After reading the book I was able to port an entire suite of my PIC24 apps over to the PIC32 in a matter of hours. This book makes moving from any of the other PICs to the PIC32 easy and straightforward. It does a great job of walking through the architecture, showing what the differences are, and how to use the new capabilities. For those new to the PIC architecture, this book does a very good job of describing the PIC32 microcontroller and how to program it. The examples used are interesting and well paced, and cover nearly every major feature of the PIC32. I almost never give out five star ratings to anything, but I gave this one five stars because it is worth it. Key thing to keep in mind if you do purchase the book, is that it expects you to already know the C programming language. No wasted space on trying to spoon feed C to newbies. So if you are new to C or have only used assembler in the past, it's time to get serious and learn C - download any of the free C compiler's from Microchip's Dev Tools web site, and then sit down and get ready to program a screaming fast machine.
12 of 12 people found the following review helpful:
5.0 out of 5 stars
Excellent, a must buy for anyone interested in the PIC32,
By ohmite "ohmite" (Western NY) - See all my reviews
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
This is an excellent companion to the PIC32 processor, the topics and software provided are perfect. Like his previous book on the PIC24, Di Jasio identified the key elements of the PIC32 and its peripherals and helps the reader through using them in practical, easy to understand terms that often build on previously learned information. If you are used to Microchip 8 bit processors, this is your book to step up to 32 bits, if you have experience with the 16 bit PIC24s, the PIC32 will feel very familiar.
It is a must buy for anyone who plans to use the PIC32 or the least bit curious about its capabilities.
8 of 8 people found the following review helpful:
4.0 out of 5 stars
Very nice resource,
By
Amazon Verified Purchase(What's this?)
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
I just finished reading through this book and found it to be an excellent learning guide. I've never played with microcontrollers before and wanted a book that would help me learn the basics and understand both practical and theoretical issues in working with them. While the book is written around a specific microcontroller, I felt like it did a great job of presenting the material in a sufficiently general fashion that you could easily apply the principles to devices from other families or even manufacturers. I also think that using a book that was focused on a specific device was helpful, because it can then show you exactly how to do things while you're first learning rather than having to use overly general descriptions that might leave you wondering how you apply the concepts in real life.
There are some typos here and there, but nothing that was terribly confusing. My only real complaint is that sometimes variables or constants used in the author's code snippets are not defined or described in the text or code comments and it can be a little cryptic trying to figure out what he's doing with them (he's a big fan of highly abbreviated variable names). Fortunately, I felt like the underlying concepts were explained well enough that I could still understand what was going on at a high level even if was difficult to figure out some of the specifics of his code. This mostly happened in the later chapters where he deliberately passes over some of the nitty gritty details in order to focus on how to effectively use some of the more advanced microcontroller features. I thought the presentation was very effective in that regard. Overall, an excellent read from a raw beginner's standpoint.
5 of 5 people found the following review helpful:
5.0 out of 5 stars
A Good Book For Those New To The PIC32/MIPS,
By D. Comer (Albuquerque, NM) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
A Good Book For Those New To The PIC32/MIPS
Lucio Di Jasio, Senior Applications Engineer, follows on his book, Programming 16-Bit PIC Microcontrollers in C: Learning to Fly the PIC 24 (Embedded Technology), with a similar look yet specific to the PIC32/MIPS 32-bit architecture. The style of this book departs from the previous in that the aeronautical theme "flying" has been nearly removed (there is still a debriefing section at the end of each chapter or "Day" as well as "checklists"). Other than those differences, the books are very much the same. So, if you enjoyed Lucio's first book, you will also enjoy this book. The "Tips & Tricks", "Notes for the C Experts", "Notes for the MIPS Experts" and "Notes for 8/16-bit PIC Microcontroller Experts" are similar to the previous book and are very useful. That said, this book will not teach you the MIPS architecture, but will teach you the PIC32 with mention of how the PIC32 designers adapted prior PIC innovations to the PIC architecture. To learn MIPS (Specifically, the MIPS 4K core) as well as the PIC32, you should also consider the book See MIPS Run, Second Edition (The Morgan Kaufmann Series in Computer Architecture and Design) and, to a lessor extent MIPS Assembly Language Programming (for the hard core assembly enthusiasts). If your goal is simply to learn the PIC32, this book will get you started. There are many interesting basic projects in the book including those dealing with the usual; interrupts, LCD, RS232, etc. The project ("Day 6: Memory") is of particular note as the MIPS memory architecture is unlike the classic PIC architecture (it is not a Harvard architecture). Nearly all aspects of the PIC32 are covered including the PMP, A/D converter, and timers/comparators. The final "Days" of the book include projects on File IO, Mass Storage, PWM playback of WAV files and even a simply video generation project. The book is slightly out of date due to updates in the C32 compiler (clearly the author cannot be held accountable for such changes), and a few missing mentions of defines required for some projects, and there are some rough spots where you really need to pay attention to the entire book to get a project to run (specifically the chapter or "Day 10: Glass = Bliss"). The project is well worth learning, but I found that in order to make sense of the code presented I needed to refer to the author's code (I generally like to type code and debug it as I go - your mileage may vary). The required files were a bit confusing. There are a few errors in the book, none that are serious, however, they is no mention on the errata page. Perhaps this is not an issue though as it does make you learn more about the PIC32 since you must refer to the data sheet and compiler include files to remedy the errors. So, to summarize, I'd recommend this book in an instant to the individual that wants a guided tour of the new PIC32, does not want to begin by reading the data sheet (you should definitely read the data sheet at some point including the PIC32 Family reference manual) and wants to have some fun learning along the way. If you are a hard core PIC programmer to start with, you may get some use of the book specifically when it comes to the MIPS specific material but I suspect you will know by simply reading the contents.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Best high end Microcontroller book on the market,
By
Amazon Verified Purchase(What's this?)
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
This is a must have for anyone building sophisticated applications for DsPic or Pic32. I found that most of what I wanted to learn was covered, and in a manner that was to the point coding wise and very easy to understand. I have programmed with Assembly and Basic for most of my Pic projects and yet jumping back into C was very easy with this book. I would highly recommend this to anyone interested in the 16 and 32 bit micros, even if you have limited C programming experience or limited understanding of the new PIC architectures.
This is by far the best out of the top 3 books I have purchased since 1991 when I got involved with industrial controls using micro-controllers. It's clear, concise and to the point. DiJasio does not ramble or go off on tangents as most books in this area do, and makes it very easy to just dive right in and start coding your own custom application based on his ideas.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
excellent overview,
Amazon Verified Purchase(What's this?)
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
This is a well written, enjoyable introduction to both the hardware and programming of PIC32's. It is written at an introductory to intermediate level and has broad coverage. If you are brand new to PICs, you may find it throws a lot at you fast, but you will be able to follow with a little work. If you are a veteran PIC user, but not necessarily a PIC32 veteran, you will get a lot out of this book. One thing to note: this book makes little use of the PIC32 peripheral library code in favor of developing its own mini-libraries. The good thing about this is that you learn more about the details of the peripheral hardware and the Special Function Registers. The drawback is that you are unlikely to program the PIC32 this way; you will probably use the peripheral libraries.
2 of 2 people found the following review helpful:
4.0 out of 5 stars
Nothing like it, but it sometimes isn't quite clear,
By
Amazon Verified Purchase(What's this?)
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
A good book, nothing else out there like it on programming PIC32 in C.
You should come to this with some experience in C, but it isn't absolutely necessary. I'm learning to program in C at the same time I'm going through this book. I'd give this five stars except it is sometimes lacking in explanations of new concepts. I'd give it 4.5 stars if that were possible. The chapter sample code on the CD isn't well commented. On the other hand, if you copy the chapter sample code to your hard drive to use it, you can comment it yourself as you learn.
2 of 3 people found the following review helpful:
3.0 out of 5 stars
Be aware of specific equipment requirements,
This review is from: Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) (Paperback)
I have been going through the lessons in this book over the last month or so.
The book focusses on using Microchip's Microstick, a development tool for two specific 16 bit devices and expects a level of proficiency. The early chapters deal entirely with software tools, without use of the Microstick. Later chapters expect you have Microchip's Explorer-16 Development board and Microchip's ICD-2 in-circuit-debugger. This requirement is not written up very well. I do not have these tools, so am left to figure out how to best implement the programs. |
|
Most Helpful First | Newest First
|
|
Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology) by Lucio Di Jasio (Paperback - April 17, 2008)
$64.95 $48.00
In Stock | ||