*banner
 

EECS 124

Contents
Home
Overview
Logistics
Technology

Lectures
Reading
Assignments
Project
Seminar

bSpace

Reading
References
Resources

Course Development
Wiki
CVS


Recommended References

Books

  1. M. Barr, Anthony Massa, Programming Embedded Systems, second edition, O'Reilly, 2006. Available on line at http://www.oreilly.com/catalog/embsys2/. Also on reserve in the Engineering Library.

    A practical, how-to book.

  2. G. C. Buttazzo, Hard Real-Time Computing Systems: Predictable Scheduling Algorithms and Applications, Second Edition, Springer, 2005.

    The book to read about RTOS scheduling (EDF and rate monotonic scheduling, for example). Buttazzo is the top expert in the field and excellent writer. On reserve in the Engineering Library.

  3. S. E. Derenzo, Practical Interfacing in the Laboratory: Using a PC for Instrumentation, Data Analysis and Control, Cambridge, 2003.

    Practical book on interfacing.

  4. A. Jantsch, Modeling Embedded Systems and SoCs - Concurrency and Time in Models of Computation: Morgan Kaufmann, 2003. On reserve in the Engineering Library.

    Emphasis on modeling, with various MoCs (synchronous, process networks, FSMs, ...) and discussion of heterogeneous mixtures. Describes ForSyDe, a Ptolemy-like framework for heterogeneous MoCs (timed models, synchronous models and untimed models).

  5. A. Burns and A. Wellings, Real-Time Systems and Programming Languages: Ada 95, Real-Time Java and Real-Time POSIX, 3d ed.: Addison-Wesley, 2001. On reserve in the Engineering Library.

    Practical orientation, with discussion of low-level concurrency management (shared variables, semaphores, message passing), programming languages, exception handling, resource control, real-time scheduling, etc. Good intro to real-time Java, albeit a bit dated.

Other References

Books

  1. A. S. Berger, Embedded Systems Design: An Introduction to Processes, Tools, \& Techniques: CMP Books, 2002.

    Very practical orientation, low level programming, ICE, JTAG, etc.

  2. Edgar H. Callaway, Jr., Wireless Sensor Networks: Architectures and Protocols: CRC Press, 2004.

    Focus on networking technology and power management.

  3. S. A. Edwards, Languages for Digital Embedded Systems: Kluwer Academic Publishers, 2000.

    Written by a Berkeley alumnus on the faculty at Columbia who teaches a course on embedded systems. Academic orientation, but translated in real practice in Edwards' Columbia course.

  4. Raj Kamal, Embedded Systems: Architecture, Programming, and Design: McGraw Hill, 2008.

    Practical orientation, but without details of real systems.

  5. P. Marwedel, Embedded System Design: Kluwer Academic Publishers, 2003.

    A European perspective, good buzzword-compliance (UML, SystemC, statecharts, speccharts). More oriented towards industry, perhaps, but not as nuts-and-bolts as some of the others.

  6. T. Noergaard, Embedded Systems Architecture: A Comprehensive Guide for Engineers and Programmers: Elsevier, 2005.

    Practical book oriented towards industrial practice. More emphasis on hardware.

  7. J. S. Parab, V. G. Shelake, R. K. Kamat, G. M. Naik, Exploring C for Microcontrollers, Springer, 2007.

    Hands-on book, tutorial on C programming for MCS-51 using Keil IDE.

  8. Gregory Pottie and William Kaiser, Principles of Embedded Networked Systems Design: Cambridge University Press, 2005.

    Physical layer communications, networking, energy management, databases, etc.

  9. David E. Simon, An Embedded Software Primer: Addison-Wesley, 2006.

    A practical book oriented towards industry practice. Includes a CD with an RTOS.

  10. Sabrie Soloman, Sensors Handbook, McGraw-Hill Professional, 1998.

    Comprehensive overview of sensor technology.

  11. W. Wolf, Computers as Components: Principles of Embedded Computer Systems Design: Morgan Kaufman, 2000.

    This book is about processor architectures and hardware, mainly, and much less about software.

  12. Karim Yaghmour, Building Embedded Linux Systems: Reilly, 2003.

    How-to book.

©2002-2018 Chess