Bild 1 von 1

Galerie
Bild 1 von 1

Embedded Systems programmieren: mit C- und GNU-Entwicklungstools, 2. Auflage-
US $100,00
Ca.EUR 86,30
Artikelzustand:
Neuwertig
Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine sichtbaren Gebrauchsspuren auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
2 verfügbar
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
US $4,50 (ca. EUR 3,88) USPS Media MailTM.
Standort: Albuquerque, New Mexico, USA
Lieferung:
Lieferung zwischen Do, 7. Aug und Di, 12. Aug nach 94104 bei heutigem Zahlungseingang
Rücknahme:
14 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
- Gratis Rückversand im Inland
- Punkte für jeden Kauf und Verkauf
- Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:267070147767
Artikelmerkmale
- Artikelzustand
- Title
- Programming Embedded Systems: With C and GNU Development Tools, 2
- Pages
- 301
- ISBN
- 9780596009830
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
0596009836
ISBN-13
9780596009830
eBay Product ID (ePID)
53565025
Product Key Features
Number of Pages
336 Pages
Language
English
Publication Name
Programming Embedded Systems : with C and Gnu Development Tools
Subject
Hardware / Peripherals, Hardware / General, General
Publication Year
2006
Features
Revised
Type
Textbook
Subject Area
Computers
Format
Perfect
Dimensions
Item Height
0.8 in
Item Weight
18.6 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2006-287300
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.26
Table Of Content
Dedication;Foreword;Preface; Why We Wrote This Book; Intended Audience; Organization; Conventions, Typographical and Otherwise; Obtaining the Examples Online; Using Code Examples; Comments and Questions; Safari® Enabled; Personal Comments and Acknowledgments;Chapter 1: Introduction; What Is an Embedded System?; Variations on a Theme; Embedded Design Examples; Life As an Embedded Software Developer; The C Language: The Lowest Common Denominator; A Few Words About Hardware;Chapter 2: Getting to Know the Hardware; Understanding the Big Picture; Hardware Basics; Examine the Landscape; Learn How to Communicate; Getting to Know the Processor; Study the External Peripherals; Initialize the Hardware;Chapter 3: Your First Embedded Program; Hello, World!; The Blinking LED Program; The Role of the Infinite Loop;Chapter 4: Compiling, Linking, and Locating; The Build Process; Building the Blinking LED Program; A Quick Look at Makefiles;Chapter 5: Downloading and Debugging; Downloading the Blinking LED Program; Remote Debuggers; Emulators; Other Useful Tools; Dig into the Hardware;Chapter 6: Memory; Types of Memory; Direct Memory Access; Endian Issues; Memory Testing; Validating Memory Contents; Using Flash Memory;Chapter 7: Peripherals; Control and Status Registers; The Device Driver Philosophy; Device Driver Design;Chapter 8: Interrupts; Overview; Interrupt Map; Interrupt Service Routine; The Improved Blinking LED Program; Summary of Interrupt Issues;Chapter 9: Putting It All Together; Application Overview; Working with Serial Ports; Command-Line Interface Processing;Chapter 10: Operating Systems; History and Purpose; The Scheduler; Tasks; Task Synchronization; Message Passing; Other Functionality; Interrupt Handling; Real-Time Characteristics; To Use or Not to Use an RTOS; Additional Resources;Chapter 11: eCos Examples; Introduction; Task Mechanics; Mutex Task Synchronization; Semaphore Task Synchronization; Message Passing; eCos Interrupt Handling;Chapter 12: Embedded Linux Examples; Introduction; Accessing Hardware in Linux; Task Mechanics; Mutex Task Synchronization; Semaphore Task Synchronization; Message Passing;Chapter 13: Extending Functionality; Common Peripherals; Networking for All Devices Great and Small;Chapter 14: Optimization Techniques; Increasing Code Efficiency; Decreasing Code Size; Problems with Optimizing Compilers; Reducing Memory Usage; Power-Saving Techniques; Limiting the Impact of C++;Appendix 1: The Arcom VIPER-Lite Development Kit;Appendix 2: Setting Up Your Software Development Environment; Windows Host Installation; Linux Host Installation; Example Code Installation;Appendix 3: Building the GNU Software Tools; Extracting the Source Files; Building the Toolchain;Appendix 4: Setting Up the eCos Development Environment; The eCos Build Environment;Appendix 5: Setting Up the Embedded Linux Development Environment; Linux Build Environment Setup; Embedded Linux Examples;
Edition Description
Revised edition
Synopsis
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 of people 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 with "Programming 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 book apply. 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 server computers Basic debugging techniques--a critical skill when working with minimallyendowed embedded systems Handling different types of memory Interrupts, and the monitoring and control of on-chip and external peripherals Determining whether you have real-time requirements, and whether your operating system and application can meet those requirements Task synchronization with real-time operating systems and embedded Linux 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 the latest generation of hand-held whatchamacalits, or managing the people who do, this book is for you. "Programming Embedded Systems" will help you develop the knowledge and skills you need 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, Authored by two of the leading authorities in the field, this guide offers readers the knowledge and skills needed to achieve proficiency with embedded software., 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 with Programming 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, 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 with"Programming 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 servercomputersBasic debugging techniques--a critical skill when working withminimally endowed embedded systemsHandling different types of memoryInterrupts, and the monitoring and control of on-chip and externalperipheralsDetermining whether you have real-time requirements, and whetheryour operating system and application can meet those requirementsTask synchronization with real-time operating systems and embeddedLinuxOptimizing embedded software for size, speed, and power consumptionWorking examples for eCos and embedded LinuxSo 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
LC Classification Number
TK7895.E42
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
Booque
99,7% positive Bewertungen•820 Artikel verkauft
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahrenMehr erfahren
Verkäuferbewertungen (150)
- g***i (72)- Bewertung vom Käufer.Letztes JahrBestätigter KaufPackage was a little slow in shipping initially, so I contacted the seller and they graciously upgraded the shipping to 2-day. The book got here quickly and it was in the "new" condition that was claimed.You often learn the most about people when they are challenged and have the opportunity to either rise to the challenge, or not. So in that respect, they passed the test with flying colors. All in all a good experience, thank you.sendmail, 4th Edition Costales, Bryan; Assmann, Claus; Jansen, George and Shapir (Nr. 256433747936)
- n***a (1109)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufExcellent Transaction. Pleasant Communication. Fast Delivery. Highly Recommend. A+++Shibumi (Nr. 256740503635)
- 5***1 (9)- Bewertung vom Käufer.Letztes JahrBestätigter KaufI actually had to return the item as the picture and the description did not match. There was nothing wrong with the item. It was just a different book than we thought it was. The seller was wonderful to work with. There was no hesitation to refund it when we figured out what went wrong. I would strongly recommend this seller.AISC Manual of Steel Construction: Load and Resistance Factor Design, Third Edit (Nr. 266891172622)
Noch mehr entdecken:
- Bücher 2-3 Jahre Sachbuch Ab 2010,
- 2-3 Jahre Belletristik-Bücher,
- Bücher Sachbuch 2-3 Jahre,
- Bücher unter 2 Jahren Sachbuch Adventskalender,
- Ravensburger Bücher Sachbuch 2-3 Jahre,
- Hörbücher und Hörspiele Kassette 2-3 Jahre,
- Kinder- & - Jugendliteratur-Unter - 2-Jahre Bücher,
- Kinder- & - Jugendliteratur-Ravensburger - 2-3 - Jahre Bücher,
- Belletristik-Bücher mit Märchen 2-3 Jahre,
- Kinder- & Jugendliteratur als Taschenbuch mit 2-3 Jahre Bücher