|Listed in category:
EXTRA 10% OFF 3+ ITEMSSee all eligible items and terms
Have one to sell?

Microcontrollers and Microcomputers : Principles of Software and

Free US Delivery | ISBN:0195110080
US $9.04
Condition:
Very Good
Former library book; may include library markings. Used book that is in excellent condition. May ... Read moreabout condition
Breathe easy. Returns accepted.
Shipping:
Free Economy Shipping. See detailsfor shipping
Located in: Mishawaka, Indiana, United States
Delivery:
Estimated between Fri, Jun 21 and Mon, Jun 24 to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days returns. Buyer pays for return shipping. See details- for more information about returns
Payments:
      
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:226145041545
Last updated on Jun 13, 2024 09:37:26 PDTView all revisionsView all revisions

Item specifics

Condition
Very Good
A book that does not look new and has been read but is in excellent condition. No obvious damage to the cover, with the dust jacket (if applicable) included for hard covers. No missing or damaged pages, no creases or tears, and no underlining/highlighting of text or writing in the margins. May be very minimal identifying marks on the inside cover. Very minimal wear and tear. See the seller’s listing for full details and description of any imperfections. See all condition definitionsopens in a new window or tab
Seller Notes
“Former library book; may include library markings. Used book that is in excellent condition. May ...
Features
EX-LIBRARY
Book Title
Microcontrollers and Microcomputers : Principles of Software and
ISBN
9780195110081
Subject Area
Computers, Technology & Engineering
Publication Name
Microcontrollers and Microcomputers : Principles of Software and Hardware Engineering
Publisher
Oxford University Press, Incorporated
Item Length
7.6 in
Subject
Automation, Software Development & Engineering / General, Microprocessors, Hardware / Personal Computers / General
Publication Year
1997
Type
Textbook
Format
Hardcover
Language
English
Item Height
0.7 in
Author
Fredrick M. Cady
Item Weight
22.9 Oz
Item Width
9.5 in
Number of Pages
272 Pages

About this product

Product Identifiers

Publisher
Oxford University Press, Incorporated
ISBN-10
0195110080
ISBN-13
9780195110081
eBay Product ID (ePID)
367926

Product Key Features

Number of Pages
272 Pages
Publication Name
Microcontrollers and Microcomputers : Principles of Software and Hardware Engineering
Language
English
Publication Year
1997
Subject
Automation, Software Development & Engineering / General, Microprocessors, Hardware / Personal Computers / General
Type
Textbook
Subject Area
Computers, Technology & Engineering
Author
Fredrick M. Cady
Format
Hardcover

Dimensions

Item Height
0.7 in
Item Weight
22.9 Oz
Item Length
7.6 in
Item Width
9.5 in

Additional Product Features

Intended Audience
College Audience
LCCN
96-023410
Reviews
"Excellent text! Covers the major aspects of software and hardware engineering."--David J. Waldo, Oklahoma Christian University
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
004.16
Table Of Content
PrefaceChapter 1: Introduction1.1. Computers, Microprocessors, Microcomputers, Microcontrollers1.2. Some Basic Definitions1.3. Notation1.4. Study PlanChapter 2: The Picoprocessor: An Introduction to Computer Architecture2.1. Introduction2.2. Computer Operation Codes2.3. Basic Computer Hardware2.4. Computer Timing2.5. More Instructions2.6. Control Instructions2.7. The Final Design2.8. Chapter Summary Points2.9. ProblemsChapter 3: Introduction to the CPU: Registers and Condition Codes3.1. Introduction3.2. CPU Register3.3. Register Transfers3.4. Your Real Processor's Registers3.5. The Condition Code Register3.6. The Programmer's Model3.7. Chapter Summary Points3.8. ProblemsChapter 4: Addressing Modes4.1. Introduction4.2. Addressing Terminology4.3. Memory Architectures4.4. Addressing Modes4.5. Stack Addressing4.6. Chapter Summary Points4.7. Your Own Processor's Addressing Modes4.8. ProblemsChapter 5: Assembly Language Programming and Debugging5.1. Introduction5.2. The Assembler5.3. The Code Location Problem5.4. The Linker5.5. The Librarian5.6. The Loader5.7. Assembly-Time, Link-Time, Load-Time, and Run-Time5.8. Your Assembler5.9. The Debugger5.10. Typical Assembly Language Program Bugs5.11. Tricks of the Trade5.12. Chapter Summary Points5.13. ProblemsChapter 6: Top-Down Software Design6.1. The Need for Software Design6.2. The Software Tree6.3. The Software Development Process6.4. Top-Down Design6.5. Design Partitioning6.6. Bottom-Up Design6.7. The Real-World Approach6.8. Types of Design Activity6.9. Design Tools6.10. Top-Down Debugging and Testing6.11. Structured Programming in Assembly Language6.12. Modular Design6.13. Interprocess Communication6.14. Software Documentation6.15. Chapter Summary Points6.16. ProblemsChapter 7: Computer Buses and Parallel Input/Output7.1. Introduction7.2. The Computer Bus7.3. I/O Addressing7.4. I/O Synchronization7.5. More Bus Ideas7.6. Simple I/O Devices7.7. Programmable I/O Devices7.8. More I/O Ideas7.9. Chapter Summary Points7.10. References and Other Reading7.11. ProblemsChapter 8: Interrupts and Real-Time Events8.1. Introduction8.2. Interrupt System Specifications8.3. Asynchronous Events and Internal Processor Timing8.4. Internal CPU Interrupt Hardware8.5. Multiple Sources of Interrupts8.6. Sequential and Nested Interrupts8.7. Simultaneous Interrupts - Priorities8.8. Transferring Control to the Interrupt Service Routine8.9. The Interrupt Service Routine8.10. Interrupt Routine Returns8.11. Other Interrupt Request Signals8.12. Conclusion and Chapter Summary Points8.13. Further Reading8.14. ProblemsChapter 9: Computer Memories9.1. Introduction9.2. Computer Types and Memory Maps9.3. Semiconductor RAM9.4. ROM Memory9.5. Memory Timing Requirements9.6. Putting it All Together9.7. Conclusion and Chapter Summary Points9.8. Further Reading9.9. ProblemsChapter 10: Serial Input/Output10.1. Introduction10.2. The Components of an Asynchronous Serial Communication System10.3. Standards for the Serial I/O Interface10.4. RS-232-C Interconnections10.5. Standard Electrical Signal Levels10.6. The UART10.7. ASCII Data and Control Codes10.8. Flow Control10.9. Debugging and Trouble Shooting10.10. Chapter Summary Points10.11. ProblemsChapter 11: Analog Input and Output11.1. Introduction11.2. Data Acquisition and Conversion11.3. Shannon's Sampling Theorem and Aliasing11.4. Analog-to-Digital Conversion11.5. Digital-to-Analog Conversion11.6. Other Analog I/O Methods11.7. Chapter Summary Points11,8. Further Reading11.9. ProblemsAppendix A: Binary CodesA.1. Binary Codes ReviewA.2. ProblemsSolutions to Chapter ProblemsIndex
Synopsis
There are a mind-boggling number of microcontrollers in use today. Hundreds of millions are shipped every year in products such as automobiles and coffee makers. In order to fully understand this technology, it is necessary to grasp current principles of microprocessor technology and their relationship to microcontrollers. Microcontrollers and Microcomputers: Principles of Software and Hardware Engineering is a top-down introductory treatment of microprocessors which provides students with an accessible and thorough overview of the key hardware and software engineering issues of today. The text begins with an explanation of the mystery of a stored-program computer, and goes on to explore the resources of the processor in a laboratory setting. Cady leads students step-by-step through examples that utilize various instructions. More difficult programming assignments are given as readers progress. These assignments demonstrate the need for techniques used in debugging, which is a critical step in developing software for microprocessors. A key chapter dedicated to software design presents top down design and promotes pseudocode. Ideal for use in microprocessor courses in electrical engineering and computer science, the text is accompanied by an instructor's manual which includes problem solutions and a course outline. A World Wide Web site provides an errata and other additional information: http: //www.coe.montana.edu/ee/cady/cadyhmpg.htm., There are a mind-boggling number of microcontrollers in use today. Hundreds of millions are shipped every year in products such as automobiles and coffee makers. In order to fully understand this technology, it is necessary to grasp current principles of microprocessor technology and their relationship to microcontrollers. Microcontrollers and Microcomputers: Principles of Software and Hardware Engineering is a top-down introductory treatment of microprocessors which provides students with an accessible and thorough overview of the key hardware and software engineering issues of today. The text begins with an explanation of the mystery of a stored-program computer, and goes on to explore the resources of the processor in a laboratory setting. Cady leads students step-by-step through examples that utilize various instructions. More difficult programming assignments are given as readers progress. These assignments demonstrate the need for techniques used in debugging, which is a critical step in developing software for microprocessors. A key chapter dedicated to software design presents top down design and promotes pseudocode. Ideal for use in microprocessor courses in electrical engineering and computer science, the text is accompanied by an instructor's manual which includes problem solutions and a course outline. A World Wide Web site provides an errata and other additional information: http://www.coe.montana.edu/ee/cady/cadyhmpg.htm., Microcontrollers and Microcomputers: Principles of Software and Hardware Engineering covers the general principles of microcontroller software and hardware design. Its general nature makes it useful in any course based on any processor as it can be used in conjunction with any other supplemental material such as a manufacturer's reference manual. A companion text, Software and Hardware Engineering: The Motorola M68HC11, is also available to accompany the text for those instructors who wish to use this popular microcontroller in their class. It is intended for use in a Microprocessor course in Electrical Engineering or Computer Science at the junior/senior undergraduate level. An instructor's manual with problems solutions and a course outline are also available. A World Wide Web site will provide an errata and other additional information .
LC Classification Number
TJ223.P76C33 1997
Copyright Date
1997
ebay_catalog_id
4

Item description from the seller

Better World Books

Better World Books

98.7% positive feedback
12.8M items sold
Joined Nov 2002

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
5.0
Communication
5.0

Seller feedback (4,100,665)

z***z (602)- Feedback left by buyer.
Past 6 months
Verified purchase
🏆 SUPER STAR 🤩 AMAZING PHOTOS 🎯 ACCURATE DESCRIPTION ✏️ GENUINE PRODUCTS 💎 HIGH QUALITY 🍯 SUPER PRICES 💰 EASY TO WORK WITH 🍰 ECONOMY HANDLING ⏱️ FAST SHIPPING 🚀 BUBBLE PACKAGE 📦 ARRIVED WITHIN DAYS 🌎 EXCEPTIONAL COMMUNICATION 🎙️ OUTSTANDING CUSTOMER SERVICE 🛎️ GREAT SENSE OF HUMOR 🍿 TOTAL ASSET TO THE EBAY-ECO SYSTEM 🥇 SAVED SELLER 🎱 PROMT REPLY FOR RETURNS 🎯 WOULD BUY FROM AGAIN 🧲 UNDER PROMISES OVER DELIVERS ⛳️ MADE ME VERY HAPPY 🌈 LEFT POSITIVE FEEDBACK 🌼 THANK YOU! 😇 A+++
e***n (416)- Feedback left by buyer.
Past 6 months
Verified purchase
Great prices. Book as described!! Quick processing and excellent communication. Great packaging and delivery to shipping!! Excellent choice in shipper!! Was able to track the progress of package ETA. Package actually arrived early!! THANK YOU!! AWESOME AAA+++ Service!!! Highly recommend this seller!! Will buy from you again!!
c***m (329)- Feedback left by buyer.
Past 6 months
Verified purchase
AAA+++; Excellent Service; Great Pricing; Fast Delivery-Faster Than Expected -1 Week to Hawaii!; 5 Hardcover Books in Great Condition--As Described ; TLC Packaging; Excellent Seller Communication, Sends updates . Highly Recommended!, Thank you very much!

Product ratings and reviews

No ratings or reviews yet
Be the first to write the review.