Books Item ID: #266




Microcontrollers: From Assembly Language to C Using the PIC24 Family



WAS $69.99 NOW $40

Product Information:

  • Author : Robert B. Reese
  • Author : J. W. Bruce
  • Author : Bryan A. Jones
  • Binding : Paperback
  • DeweyDecimalNumber : 621
  • EAN : 9781584505839
  • Edition : 1
  • ISBN : 1584505834
  • Label : Charles River Media
  • Languages :
  • ListPrice :
  • Manufacturer : Charles River Media
  • NumberOfItems : 1
  • NumberOfPages : 838
  • PackageDimensions :
  • ProductGroup : Book
  • ProductTypeName : ABIS_BOOK
  • PublicationDate : 2008-12-29
  • Publisher : Charles River Media
  • Studio : Charles River Media
  • Title : Microcontrollers : From Assembly Language to C Using the PIC24 Family

Item Description



“Microcontrollers : From Assembly Language to C Using the PIC24 Family” provides an introduction to microprocessors and microcontrollers for either the student or hobbyist. It begins by discussing simple microprocessor architecture concepts, moves to assembly language programming in a C language context, then covers fundamental hardware interfacing topics such as parallel IO, asynchronous serial IO, synchronous serial I/O (I2C and SPI), interrupt-driven IO, timers, analog-to-digital conversion, and digital-toanalog conversion. Programming topics are discussed using both assembly language and C, while hardware interfacing examples use C to keep code complexity low and improve clarity. This book?s C examples on hardware interfacing strive for code clarity first and optimization second, providing a gentle learning curve and ensuring understanding of the key concepts. The book?s numerous examples include complete schematics and working code to operate a number of useful peripherals, including temperature sensors, LCD displays, a robot, and a reflow oven, providing a good starting point for your designs. Numerous lab experiments are included in the appendices, while the companion CD-ROM includes complete source code for all book examples, which can be compiled using the freely available Microchip C compiler and development environment. Visit www.reesemicro.com to obtain supplementary information on the text, the latest version of the library and example code with accompanying documentation, and links to courses which use this text. In addition, an online discussion group promotes interaction with the authors and a forum to discuss PIC24-based projects.

Users electronic tags:

microcontrollers: from assembly language to c using the pic24 family

Customers Who Bought This Item Also Bought

  1. Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications
  2. Programming 32-bit Microcontrollers in C: Exploring the PIC32 (Embedded Technology)
  3. Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications
  4. Programming 16-Bit PIC Microcontrollers in C: Learning to Fly the PIC 24 (Embedded Technology)
  5. Running Small Motors with PIC Microcontrollers

Item Reviews

2 Responses to “Microcontrollers: From Assembly Language to C Using the PIC24 Family”

  1. Book Lion says:

    As a student of computer and control systems engineering, I am constantly looking for good books based on microcontrollers and electronics. Most of the books that I have seen, up to this point, have neglected to mention several important components regarding either the software or hardware portions of microcontrollers causing me to find another book to supplement the previous book. In all, I wind up having to use 5 or 6 different books to get a full understanding of the microcontroller theory and operation.

    However, I recently came across the “Microcontrollers From Assembly to C Using the PIC24 Family” by Professors Robert Reece, J.W. Bruce, and Bryan Jones. This book encompasses all of what 6 books did for me. I certainly wished that I had came across this book first!

    The one thing that really struck the home run for me on this book was that it has/uses excellent examples. It details what each instruction does and literally points out what its function is — and it does this in both C and assembly! And if that is not enough, it compares the C code to the assembly instruction. VERY IMPRESSIVE.

    The explanations of how microcontrollers work, specifically the PIC24 family, is such that a person with little to no experience can easily grasp the concepts. This book is also a fantastic reference for the more experienced microcontroller users. I personally have worked with the Atmel 8051 and Cypress’ PSoC. I got this book because I wanted to expand my knowledge of embedded systems.

    Whether you are a hobbyist, or a student dealing with microcontrollers, or an expert in the field, this book is a great tool to have regarding the understanding of the PIC24 microcontroller. I am very pleased. Thank you professors Reese, Bruce, and Jones for doing such a great job!

  2. Bandit Gangwere says:

    I have read fairly major parts of the book, and looked at a fair amount of the code.

    In general, the code is well-enough documented.

    The kernel code is pretty simple too – which is as it should be. You want an RTOS to be simple and stripped down.

    The book goes into a lot of detail that is useful to a beginner. You can learn a lot about embedded systems from this one book, but a knowledge of C and any assembly language would really help.

    Having actual device driver code is useful, too, both because you have running code and as examples of device drivers. You can compare the code to the hardware registers and better understand why specific choices are made in register bit selections.

    The only reason I have not yet used this RTOS is we are on a tight deadline on a PIC24 project and I do not have time until the project is done. I have over 34 years experience in the computer field, with the last 25 in embedded systems.

    If my actual experience with the running code is good, we are going to make this RTOS a basic toll in our toolbox. I also like the choice of the MPLAB C compiler, which is ANSI compliant, unlike the CCS compiler.

    The book could use a few more schematics, and deal with issues like power monitors (external supervisors), etc. These are the things that differentiate a standard embedded system from a really good one.

    The book also does not seem to take into account the errata for the various chips. It could have the errata on a few major chips, and talk about the work-arounds. This would give the reader a sense of the types of hardware bugs that can occur and how to deal with them. Beginners do not normally think about these types of problems, so some examples would be a good start.

Leave a Reply