Embedded Systems: Design and Applications with the 68hc12 and Hcs12

by Barrett, Steven F.; Pack, Daniel J. | PB | Good
ThriftBooks
(4149242)
Gewerblich
Angemeldet als gewerblicher Verkäufer
US $38,05
Ca.EUR 33,05
Artikelzustand:
Gut
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... Mehr erfahrenÜber den Artikelzustand
Ganz entspannt. Kostenloser Versand & Rückversand.
Versand:
Kostenlos Economy Shipping.
Lieferung zwischen Fr, 28. Nov und Di, 2. Dez nach 94104 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.
Standort: Aurora, Illinois, USA
Rücknahme:
30 Tage Rückgabe. Kostenloser Rückversand.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • 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.:375943594559
Zuletzt aktualisiert am 13. Nov. 2025 13:12:44 MEZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Gut
Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen aufrufenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
Binding
Paperback
Book Title
Embedded Systems
Weight
2 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780131401419
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0131401416
ISBN-13
9780131401419
eBay Product ID (ePID)
31009583

Product Key Features

Number of Pages
672 Pages
Language
English
Publication Name
Embedded Systems : Design and Applications with the 68hc12 and Hcs12
Publication Year
2004
Subject
Microprocessors, Computer Engineering
Type
Textbook
Subject Area
Computers
Author
Daniel J. Pack, Steven F. Barrett
Format
Hardcover

Dimensions

Item Height
1.1 in
Item Weight
39.6 Oz
Item Length
9.4 in
Item Width
7.2 in

Additional Product Features

Intended Audience
College Audience
LCCN
2004-054924
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
004.2/56
Table Of Content
(NOTE: Each chapter concludes with Summary, Further Reading, and Chapter Problems.) 1. Introduction to Embedded Systems 1.1 What is an Embedded System? 1.2 Special Challenges with Embedded Systems 1.3 Introduction to the 68HC12 and HCS12 Microcontroller 1.4 HCS12 Microcontroller 2. Microcontroller Programming and Structured Design 2.1 Why Program in a Higher Level Language (HLL)? 2.2 Advantages of Programming in Assembly Language 2.3 Advantages of Programming in HLL 2.4 Optimal Approach: Mixed C and Assembly Language 2.5 Structured Programming and Design 2.6 Laboratory Notebooks 2.7 Unified Modeling Language (UML) 2.8 Application: Retinal Laser Surgery System 3. C Microcontrollers Programming Skills 3.1 Introduction 3.2 Data Types in the C Language 3.3 Operators 3.4 Functions 3.5 Header File 3.6 Compiler Directives 3.7 C Programming Constructs 3.8 Loops 3.9 Decision Processing 3.10 Arrays and Strings 3.11 Pointers 3.12 Structures 3.13 Programming and Debugging Procedures 3.14 Compiler/Assembler Specifics 4. 68HC12/HCS12 System Description and Programming 4.1 The 68HC12 Hardware System 4.2 The HCS12 Hardware System 4.3 Modes of Operation 4.4 Hardware Pin Assignments 4.5 Register Block 4.6 Port System 4.7 The B32 Memory System 4.8 The HCS12 DP256 Memory System 4.9 Exception Processing-Resets and Interrupts 4.10 Reset and Exception Systems Aboard the 68HC12 4.11 68HC12 Interrupt Response 4.12 Writing Interrupt Service Routines in C 4.13 Clock Functions 4.14 The Timing System-The Standard Timer Module (TIM) 4.15 The Real Time Interrupt (RTI) 4.16 The Enhanced Capture Timer: MC68HC12BE32 and HCS12 Variants 4.17 Serial Communications-The Multiple Serial Interface 4.18 The 68HC12 Serial Communications Interface 4.19 SPI-Serial Peripheral Interface 4.20 Analog-to-Digital Conversion Background Theory 4.21 Analog-to-Digital Converter Technologies 4.22 The 68HC12 Analog-to-Digital (ATD) Conversion System 4.23 HCS12 Analog-to-Digital (ATD) Conversion System 4.24 The Pulse Width Modulation (PWM) System 4.25 Power Limiting Features 4.26 Application 5. Basic Input/Output Interfacing Concepts 5.1 68HC12 Voltage and Current Characteristics 5.2 Input Devices-Switches, DIP Switches, and Keypads 5.3 Output Devices-LEDs, Seven-Segment Displays, Tri-state Indicators 5.4 Programming Input and Output Devices 5.5 Advanced Input Device Concepts-Switch Debouncing 5.6 Advanced Output Device Concepts-Liquid Crystal Displays (LCDs) 5.7 Interfacing to Other Devices-Motor Example 5.8 Example-Combination Pin Lock 5.9 Transducer Interface Design 5.10 The RS-232 Interface 6. Welcome to the Real World! 6.1 Examples-"Horror Stories!" Case Studies of Design Failures 6.2 68HC12 Handling and Design Guidelines 6.3 Noise Considerations 6.4 Defensive Programming 6.5 Noise Testing Techniques 6.6 Power Management 7. Embedded Controller Systems 7.1 Wall-following Mobile Robot System 7.2 Laser Light Show 7.3 Digital Voltmeter 7.4 Motor Speed Control with Optical Tachometer 7.5 Flying Robot 7.6 Fuzzy-Logic-Based Security Systems 7.7 Sliding Puzzle Game 7.8 Application: Programming the Flash E
Synopsis
For a second microprocessor course for students enrolled in Electrical/Computer Engineering Microcontroller courses. Designed for a senior- or graduate-level embedded systems design course, Embedded Systems Design and Applications with the 68HC12 introduces readers to unique issues associated with designing, testing, integrating, and implementing microcontroller/microprocessor-based embedded systems., This guide helps readers acquire fundamental microcontroller-associated programming skills using both the C programming language and assembly language. Explains the functional hardware components of a microcontroller and helps readers gain the skills needed to interface various external devices with microcontrollers. Demonstrates the basics of system level programming through the advanced topics of real-time operating systems to distributed processing. Utilizes extensive tutorial information and numerous examples. Introduces structured systems design concepts early in the book. Reviews the C programming language, structured programming languages, and the 68HC12 microprocessor. Includes a detailed discussion of RTOS issues and multiprocessor systems. A useful reference for practicing engineers.
LC Classification Number
TK7895.E42B376 2004

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
EPR-Nummern (Extended Producer Responsibility):
Ein Verkäufer hat eine EPR-Nummer, wenn er sich bei der zuständigen Behörde als Hersteller einer bestimmten Art von Produkt angemeldet hat und die Verantwortung für die Entsorgung des durch dieses Produkt entstehenden Abfalls übernommen hat.

Info zu diesem Verkäufer

ThriftBooks

99,2% positive Bewertungen20,1 Mio. Artikel verkauft

Mitglied seit Mär 2015
Angemeldet als gewerblicher Verkäufer
Just Voted on Newsweek - ThriftBooks ranks #1 America's Best Online Shops 2025 in Office, Electronics & Media sector, Media category!!ThriftBooks is a fully independent seller of used books, having ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Verkäuferbewertungen (5.997.361)

Alle Bewertungenselected
Positiv
Neutral
Negativ
  • e***a (272)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    Ordered from USA and arrived to me in UK about 10 days later. Book appropriately packaged and mostly as described. Was missing the cd as listed but communication with the seller was friendly and polite if not a little confusing - partial refunds are only offered after you start the formal eBay return request process, they aren't capable of giving refunds after simple messaging to customer service. All in all though, great value and a positive transaction. Would interact again 👍
  • e***- (123)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Unfortunately I received a damaged book, the item and the package both were damaged and it was clearly evident its appearance that it happened during transit. The seller was very understanding and gave me a full refund for the damaged book, though it was no fault of their own. Other than the damage, the book was as described, the quality and condition aside from the damaged spot was like new. The cost of the book was reasonable. I would definitely purchase from the seller again.
  • 7***j (878)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    I recently purchased an item from this eBay seller, and I couldn't be happier with the experience. From the prompt communication to the fast shipping, everything was handled with utmost professionalism. The item arrived exactly as described and was well packaged to ensure its safety during transit. The seller was courteous and responsive, making the entire transaction smooth and hassle-free. I highly recommend this seller to anyone looking for quality products and excellent service.