Product DescriptionThis new book is carefully designed to teach C language programming as it applies to embedded microcontrollers and to fuel knowledge in the application of the Microchip® family of PIC® microcontrollers. Coverage begins with a step-by-step exploration of the C language showing readers how to create C language programs to solve problems. PIC processors are then studied, from basic architecture to all of the standard peripheral devices included in the microcontrollers. Numerous worked-out example programs demonstrate common uses for each of the peripherals. Readers are subsequently introduced to the built-in functions available in C, to help speed their programming and problem solving. Finally, readers are taken through use of the C Compiler, and learn to efficiently develop custom projects.
Customer Reviews
Average Rating:
Rating: - A rare tutorial for using C on the PIC
Unlike most PIC books which focus on coding in assembler, this book uses the CCS C compiler for all of its examples. It provides simple solid C examples that show what needs to be done. An embedded C tutorial in the front of the book reviews the language. Excercises (With some solutions in an appendix) at chapter end help you know what you understood and where you need more work. The appendix of library functions repeats what is available in the CCS help so I did not find it useful. Maybe it ... Read More
Rating: - Doesnt worth its price
Provided you have NO knowledge on C programming and microcontroller, otherwise you dont really need this book. I personally think that big portion of contents could be found in CCS's manual and sample code FREE.
Anyway, this book is more readable than the manual as it is more well-arranged, together with some explanation and diagram. This could be helpful to beginner with NO prior knowledge on embedded C programming.
Rating: - Excelent book for a Newbie!
For a Newbie on PIC C programming like me, this is really an excellent book. It teaches C language programming, helping the reader to create an entire program (step-by-step). Also, the reader can understand the PIC architecture and learn how use a C compiler (like CCS C). Finally, the reader can learn and try to implement a complete project using microcontrollers. I recommend this book to anyone who is thinking to make a travel through the field of microcontrollers and embedded programming.
Rating: - A very good Text Book
A very good textbook for undergraduate learning MCU programming. This book is based on CCS C complier, a step-by-step guide from basic C programming to project planning.