Book description
If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, detect enemy aircraft, and pilot UAVs. Communication satellites, deep-space probes, and many medical instruments would have been nearly impossible to create without embedded software.
The first edition of Programming Embedded Systems taught the subject to tens of thousands ofpeople around the world and is now considered the bible of embedded programming. This second edition has been updated to cover all the latest hardware designs and development methodologies.
The techniques and code examples presented here are directly applicable to real-world embedded software projects of all sorts. Examples use the free GNU software programming tools, the eCos and Linux operating systems, and a low-cost hardware platform specially developed for this book. If you obtain these tools along withProgramming Embedded Systems, Second Edition, you'll have a full environment for exploring embedded systems in depth. But even if you work with different hardware and software, the principles covered in this bookapply.
Whether you are new to embedded systems or have done embedded work before, you'll benefit from the topics in this book, which include:
- How building and loading programs differ from desktop or servercomputers
- Basic debugging techniques--a critical skill when working withminimally endowed embedded systems
- Handling different types of memory
- Interrupts, and the monitoring and control of on-chip and externalperipherals
- Determining whether you have real-time requirements, and whetheryour operating system and application can meet those requirements
- Task synchronization with real-time operating systems and embeddedLinux
- Optimizing embedded software for size, speed, and power consumption
- Working examples for eCos and embedded Linux
So whether you're writing your first embedded program, designing thelatest generation of hand-held whatchamacalits, or managing the peoplewho do, this book is for you. Programming EmbeddedSystems will help you develop the knowledge and skills youneed to achieve proficiency with embedded software.
Praise for the first edition:
"This lively and readable book is the perfect introduction for those venturing into embedded systems software development for the first time. It provides in one place all the important topics necessary to orient programmers to the embedded development process.--Lindsey Vereen, Editor-in-Chief, Embedded Systems Programming
Publisher resources
Table of contents
-
Programming Embedded Systems
- SPECIAL OFFER: Upgrade this ebook with OâReilly
- A Note Regarding Supplemental Files
- Foreword
- Preface
- 1. Introduction
- 2. Getting to Know the Hardware
- 3. Your First Embedded Program
- 4. Compiling, Linking, and Locating
- 5. Downloading and Debugging
- 6. Memory
- 7. Peripherals
- 8. Interrupts
- 9. Putting It All Together
- 10. Operating Systems
- 11. eCos Examples
- 12. Embedded Linux Examples
- 13. Extending Functionality
- 14. Optimization Techniques
- 1. The Arcom VIPER-Lite Development Kit
- 2. Setting Up Your Software Development Environment
- 3. Building the GNU Software Tools
- 4. Setting Up the eCos Development Environment
- 5. Setting Up the Embedded Linux Development Environment
- About the Authors
- SPECIAL OFFER: Upgrade this ebook with OâReilly
Product information
- Title: Programming Embedded Systems, 2nd Edition
- Author(s):
- Release date: October 2006
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596553289
You might also like
book
Software Engineering for Embedded Systems, 2nd Edition
Software Engineering for Embedded Systems: Methods, Practical Techniques, and Applications, Second Edition provides the techniques and …
book
Making Embedded Systems, 2nd Edition
Interested in developing embedded systems? Since they don't tolerate inefficiency, these systems require a disciplined approach …
book
Embedded Systems Architecture - Second Edition
Design safe and reliable software for embedded systems and explore the internals of device drivers, RTOS, …
book
Programming Embedded Systems in C and C++
Embedded software is in almost every electronic device designed today. There is software hidden away inside …