|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

Eingebettete C-Programmierung und der Atmel AVR

by Barnett, Richard; Cox, Sarah;... | PB | Acceptable
Letzter Artikel
Artikelzustand:
Akzeptabel
Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ... Mehr erfahrenÜber den Artikelzustand
Letzter Artikel / 2 verkauft
Preis:
US $7,46
Ca.CHF 6,75
Versand:
Kostenlos Economy Shipping. Weitere Detailsfür Versand
Standort: Aurora, Illinois, USA
Lieferung:
Lieferung zwischen Di, 21. Mai und Fr, 24. Mai nach 43230 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahmen:
30 Tage Rückgabe. Verkäufer zahlt Rückversand. Weitere Details- Informationen zu Rückgaben
Zahlungen:
     

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. 

Angaben zum Verkäufer

Angemeldet als gewerblicher Verkäufer
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:144893541704
Zuletzt aktualisiert am 18. Mär. 2024 21:58:37 MEZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Akzeptabel
Buch mit deutlichen Gebrauchsspuren. Der Einband kann einige Beschädigungen aufweisen, ist aber in seiner Gesamtheit noch intakt. Die Bindung ist möglicherweise leicht beschädigt, in ihrer Gesamtheit aber noch intakt. In den Randbereichen wurden evtl. Notizen gemacht, der Text kann Unterstreichungen und Markierungen enthalten, es fehlen aber keine Seiten und es ist alles vorhanden, was für die Lesbarkeit oder das Verständnis des Textes notwendig ist. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
1401812066
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Embedded C Programming and the Atmel AVR
Author
Sarah Cox, Larry O'cull, Richard H. Barnett
Item Length
9.4in
Publisher
Delamr Cengage Learning
Item Width
7.5in
Item Weight
30.5 Oz
Number of Pages
520 Pages

Über dieses Produkt

Product Information

Enter the world of embedded programming and microcontroller applications! One of the only books available today that uses the increasingly popular and cost-effective Atmel AVR embedded controller as the platform and application for learning, Embedded C Programming and the Atmel AVR is the perfect choice for novices. Featuring a host of fully-functional example applications, this highly innovative book enables users to adopt a "learn by doing" approach as they develop the knowledge and skills needed to achieve proficiency. Following an introduction to Atmel AVR RISC processors, readers are launched immediately into an embedded C language tutorial. Here, they'll experiment with variables and constants, operators and expressions, control statements, pointers and arrays, memory types, preprocessor directives, real-time methods, and more! In addition to a comprehensive library functions reference, an entire chapter on the CodeVision AVR C Compiler provides clear, step-by-step instruction in IDE installation and operation, mixing Assembler with C, and using the Code Wizard Code Generator. Use of peripherals - such as keypads, LCD displays, and other common embedded microcontroller-related devices - is also explored fully in this all-inclusive, state-of-the-art programmer's how-to and reference manual.

Product Identifiers

Publisher
Delamr Cengage Learning
ISBN-10
1401812066
ISBN-13
9781401812065
eBay Product ID (ePID)
2300444

Product Key Features

Author
Sarah Cox, Larry O'cull, Richard H. Barnett
Publication Name
Embedded C Programming and the Atmel AVR
Format
Trade Paperback
Language
English
Publication Year
2002
Type
Textbook
Number of Pages
520 Pages

Dimensions

Item Length
9.4in
Item Width
7.5in
Item Weight
30.5 Oz

Additional Product Features

Lc Classification Number
Qa76.73.C15b378 2003
Table of Content
Acknowledgments. Table of Contents. 1. Introduction. 2. The Atmel AVR RISC Processors. 2.1. Architectural Overview. 2.2. Registers and the Register File. 2.3. Memory Inside and Out. 2.4. Reset, Watchdog, and Interrupt Handling. 2.5. I/O Ports. 2.6. Timers, Counters, Pulse Width Modulators. 2.7. Serial Peripheral Interface ? SPI. 2.8. Universal Asynchronous Receiver Transmitter ? UART. 2.9. Analog Converter and Comparator. 2.10. The AVR RISC Instruction Set. 3. Embedded C Language Tutorial. 3.1. Beginning Concepts. 3.2. Variables and Constants. 3.2.1. Variable Types. 3.2.2. Variable Scope. 3.2.3. Constants. 3.2.4. Numeric Constants. 3.2.5. Character Constants. 3.2.6. Enumerations. 3.2.7. Storage Classes. 3.2.8. Type Casting. 3.3. Operators and Expressions. 3.3.1. Assignment and Arithmetic Operators. 3.3.2. Bitwise Operators. 3.3.3. Logical and Relational Operators. 3.3.4. Increment, Decrement and Compound Assignment. 3.3.5. The Conditional Expression. 3.3.6. Operator Precedence. 3.4. Control Statements. 3.4.1. While-Loop. 3.4.2. Do/While-Loop. 3.4.3. For-Loop. 3.4.4. If/Else. 3.4.5. Switch/Case. 3.4.6. Break, Continue and Goto. 3.5. Functions. 3.5.1. Prototyping and Function Organization. 3.5.2. Functions that Return Values. 3.5.3. Recursion. 3.6. Pointers and Arrays. 3.6.1. Pointers. 3.6.2. Arrays. 3.6.3. Multidimensional Arrays. 3.6.4. Pointers to Functions. 3.7. Structures and Unions. 3.7.1. Structures. 3.7.2. Arrays of Structures. 3.7.3. Pointers to Structures. 3.7.4. Unions. 3.7.5. typedef Operator. 3.7.6. Bits and Bitfields. 3.7.7. sizeof Operator. 3.8. Memory Types. 3.8.1. Constants and Variables. 3.8.2. Pointers. 3.8.3. Register Variables. 3.8.4. sfrb and sfrw. 3.9. Standard I/O. 3.9.1. Output Functions. 3.9.2. Input Functions. 3.10. Preprocessor Directives. 3.10.1. The #include Directive. 3.10.2. The #define Directive. 3.10.3. The #ifdef, #ifndef, #else and #endif Directives. 3.10.4. The #pragma Directive. 3.10.5. Other Macros and Directives. 3.11. Real Time Methods. 3.12. Program Planning, Elements and Structure. 4. The CodeVisionAVR C Compiler. 4.1. Introduction. 4.2. IDE Installation and Operation. 4.3. Compiler Preprocessor Directives. 4.4. Mixing Assembler with C. 4.5. Using the Code Wizard Code Generator. 5. Library Functions Reference. 6. Programming Examples. 6.1. 'Hello World' with a Blinky Light. 6.2. An RS232 LCD Display Driver. 6.3. Getting Another UART with Software. 6.4. Getting More Real Time Using Interrupt Handlers. 6.4.1. Timers. 6.4.2. Analog to Digital Converters and PWMs. 6.4.3. UART. 6.5. Accessing I2C and SPI Devices. 6.6. Program Control Using Pointers to Functions. 6.7. A Simple Boot Strap Loader. 7. Appendices. 7.1. Writing Smaller Code. 7.2. Getting Started with CodeVisionAVR and the Atmel STK500; by Pavel Haiduc. 7.3. ASCII Table. 8. Index. 9. CDROM. 9.1. Example Programs from Text. 9.2. CodeVisionAVR IDE and C Compiler Evaluation Installation.
Copyright Date
2003
Target Audience
College Audience
Topic
Microprocessors, General, Electrical, Programming Languages / C, Computer Engineering
Lccn
2002-727167
Dewey Decimal
005.13/3
Dewey Edition
21
Illustrated
Yes
Genre
Computers, Technology & Engineering

Artikelbeschreibung des Verkäufers

ThriftBooks

ThriftBooks

99% positive Bewertungen
17.6 Mio. Artikel verkauft
Shop besuchenKontakt
Antwortet meist innerhalb 24 Stunden

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten

Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9
Angemeldet als gewerblicher Verkäufer

Verkäuferbewertungen (5'185'742)

e***t (552)- Bewertung vom Käufer.
Vor über einem Jahr
Bestätigter Kauf
correct book. came fast. good condition
Alle Bewertungen ansehen