Afbeelding 1 van 1

Galerij
Afbeelding 1 van 1

Hebt u iets om te verkopen?
Programming Embedded Systems: With C and GNU Development Tools, 2nd Edition
US $100,00
OngeveerEUR 85,14
Objectstaat:
Vrijwel nieuw
Een boek dat er als nieuw uitziet, maar al wel is gelezen. De kaft is niet zichtbaar beschadigd en het eventuele stofomslag zit nog om de harde kaft heen. Er ontbreken geen bladzijden en er zijn geen bladzijden beschadigd. Er is geen tekst onderstreept of gemarkeerd en er is niet in de kantlijn geschreven. Er kunnen zeer minimale identificatiemerken aan de binnenzijde van de kaft zijn aangebracht. De slijtage is zeer minimaal. Bekijk de aanbieding van de verkoper voor de volledige details en een beschrijving van gebreken.
2 beschikbaar
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Verzendkosten:
US $4,50 (ongeveer EUR 3,83) USPS Media MailTM.
Bevindt zich in: Albuquerque, New Mexico, Verenigde Staten
Levering:
Geschatte levering tussen wo, 24 sep en di, 30 sep tot 94104
Retourbeleid:
14 dagen om te retourneren. Koper betaalt voor retourzending Als u een eBay-verzendlabel gebruikt, wordt dit in mindering gebracht op het terugbetalingsbedrag.
Betalingen:
Winkel met vertrouwen
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:267070147767
Specificaties
- Objectstaat
- Title
- Programming Embedded Systems: With C and GNU Development Tools, 2
- Pages
- 301
- ISBN
- 9780596009830
Over dit product
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
Objectbeschrijving van de verkoper
Over deze verkoper
Booque
99,7% positieve feedback•833 objecten verkocht
Geregistreerd als particuliere verkoperDus de consumentenrechten die voortvloeien uit EU-wetgeving voor consumentenbescherming zijn niet van toepassing. eBay-kopersbescherming geldt nog steeds voor de meeste aankopen.
Feedback verkoper (152)
- i***6 (44)- Feedback gegeven door koper.Afgelopen maandGeverifieerde aankoopGood book, as described.
- k***k (1459)- Feedback gegeven door koper.Afgelopen 6 maandenGeverifieerde aankoopAccurate description, arrived in a reasonable time.
- e***i (373)- Feedback gegeven door koper.Afgelopen 6 maandenGeverifieerde aankoopFast shipping. Great sellerJFK : The Dead Witnesses Roberts, Craig *Signed* (#266702108862)