Higher Ed. and Vocational >> Engineering and Computer Science >> Computer Science >> C Programming


Embedded C

Embedded C

Author(s):
  • Michael Pont
  • Author: Michael Pont
    • ISBN:9788131715895
    • 10 Digit ISBN:8131715892
    • Price:Rs. 855.00
    • Pages:312
    • Imprint:AW Professional
    • Binding:Paperback
    • Status:Available
    • With   CD


    Ratings:

    For people who are about to write their first embedded program - or have been struggling to learn about this important area - this book will save weeks of effort.

    Table of Content

    1. Programming Embedded Systems in C
    2. Introducing the 8051 Microcontroller
    3. Hello, Embedded World
    4. Reading Port Pins and Mechanical Switches
    5. Adding Structure to Your Code
    6. Meeting Real-Time Constraints
    7. Creating an Embedded Operating System
    8. Using the Serial Interface
    9. Case study: Milk Pasteurization
    10. Case study: Washing Machine
    11. Case study: Remotely-Controlled Robot
    12. Case study: Intruder Alarm System
    13. Where Do We Go From Here?

    Salient Features

    • A copy of the Keil hardware simulator for the 8051 microcontroller is included on the CD, so that readers can try out all of the examples in the book -
    • All of the code is written entirely in C: no knowledge of assembly language is needed.
    • Programmers with experience of C, C++ or Java on a desktop PC or workstation will therefore be able to get up and running very quickly.
    • Key techniques required in all embedded systems are covered in detail, including the control of port pins and the reading of switches.
    • The book covers the microcontroller serial interface, widely used for debugging embedded systems, as well as for system maintenance and for data acquisition applications.
    • The book presents a complete embedded operating system which uses less than 1% of the available processor power in an 8-bit processor. All source code for the OS is provided in the book.