Вы находитесь на странице: 1из 5

Muhammad Mazidi - 0-13-197089-5 - Pearson Education Schweiz AG - Der Fachverlag fuer Bildungsmedien 第 1 頁,共 5 頁

Kontakt | AGB | Jobs | Warenkorb Log

Home Schnellsuche:

Home > 8051 Microcontroller and Embedded Systems, The:(International Edition)

8051 Microcontroller and Embedded Systems, The:(International Seite senden!


Edition) 2nd Edition - paper Informatik

Neu: Video Training DVD's


8051 Microcontroller and Embedded Systems, The:(International Edition) 2nd Anwendung Office
Titel:
Edition - paper Audio, Video, Photo, CD, DVD
Reihe: Prentice Hall
Author: Muhammad Mazidi Betriebssysteme
Verlag: Prentice Hall Datenbanken
Einband: Softcover Grafik, Photoshop, DTP, CAD
8051 Microcontroller and
Auflage: 2
Embedded Systems, The: Grundwissen
Sprache: Englisch
(International Edition) 2nd
Erschienen: Oktober 2005 Hardware
Edition - paper
Grosses Bild EAN: 9780131970892 Internet & Web-Design
Features ISBN: 0-13-197089-5
Microsoft Server, WebSphere,
New to this Edition Bestellen Notes, SAP
Table of Contents ISBN Artikel Verlag S Preis SFr Verfügbar Macintosh
Author 8051 Microcontroller and Embedded Netzwerke & Wireless
Prentice
0-13-197089-5 Systems, The:(International Edition) E 111.00 ca. 7-9 Tage Programmiersprachen
Hall
2nd Edition - paper Prof. Softwareentwicklung
Informatik
Sicherheit & Network Security
Addison-Wesley (D) Unterhaltung/Spiele
8051 Microcontroller and Embedded Systems, The:(International Edition) 2nd
Addison-Wesley (E) Edition - paper Zertifizierte IT Ausbildung
Adobe Press
bloc notes publishing
Features
Business
Brady Games A systematic, step-by-step approach is used to cover various aspects of 8051 C and Assembly language
Campus Press programming and interfacing. Many examples and sample programs are given to clarify the concepts and provide
students with an opportunity to learn by doing. Review questions are provided at the end of each section to reinforce Higher Education
Cisco Press the main points of the section.
Edition Oracle
IBM Software Press Language Teaching

Integrata
Lynda.com Chapter 0 covers number systems (binary, decimal, and hex), and provides an introduction to basic logic gates and Software
Macromedia Press computer terminology. This is designed especially for students, such as mechanical engineering students, who have
not taken a digital logic course or those who need to refresh their memory on these topics.
Manning
Markt+Technik
Chapter 1 discusses the history of the 8051 and features of other 8051 family members such as the 8031, 8751,
metys verlag 89C51, DS5000, and DS89C4x0. It also provides a list of various producers of 8051 chips.
New Riders
Novell Press Chapter 2 discusses the internal architecture of the 8051 and explains the use of an 8051 assembler to create
Peachpit Press ready-to-run programs. It also explores the stack and the flag register.
Pearson Studium
Prentice Hall In Chapter 3 the topics of loop, jump, and call instructions are discussed, with many programming examples.
Prentice Hall PTR
Chapter 4 is dedicated to the discussion of I/O ports. This allows students who are working on a project to start
QUE Publishing
experimenting with 8051 I/O interfacing and start the project as soon as possible.
Sams Publishing
Sunsoft Press Chapter 5 covers the 8051 addressing modes and explains how to use the code space of the 8051 to store data, as
video2brain well as how to access data.

Business Chapter 6 is dedicated to arithmetic, logic instructions, and programs.

The C programming of the 8051 is covered in Chapter 7.


Higher Education

In Chapter 8 we discuss the hardware connection of the 8051 chip.


Language
Teaching
Chapter 9 describes the 8051 timers and how to use them as event counters.

Software
Chapter 10 is dedicated to serial data communication of the 8051 and its interfacing to the RS232. It also shows
8051 communication with COM ports of the IBM PC and compatible computers. In addition, the second serial port of
the DS89C4x0 is also covered.

Chapter 11 provides a detailed discussion of 8051 interrupts with many examples on how to write interrupt handler
programs.

Chapter 12 shows 8051 interfacing with real-world devices such as LCDs and keyboards.

Chapter 13 shows 8051 interfacing with real-world devices such as DAC chips, ADC chips, and sensors.

In Chapter 14 we cover 8031/51 interfacing with external memories, both ROM and RAM.

Chapter 15 addresses the issue of adding additional ports to the 8031/51 using an 8255 chip.

Chapter 16 shows how to connect and program the DS12887 real-time clock chip.

Finally, Chapter 17 shows basic interfacing to relays, optoisolators, and motors.

The appendices have been designed to provide all reference material required for the topics covered in the book.

Appendix A describes each 8051 instruction in detail, with examples. Appendix A also provides the clock count for
instructions, 8051 register diagrams, and RAM memory maps. Appendix B describes basics of wire wrapping.
Appendix C covers IC technology and logic families, as well as 8051 I/O port interfacing and fan-out. Make sure you

http://www.pearson.ch/1469/0131970895/8051Microcontrollerand.aspx 1/2/2006
Muhammad Mazidi - 0-13-197089-5 - Pearson Education Schweiz AG - Der Fachverlag fuer Bildungsmedien 第 2 頁,共 5 頁
study this before connecting the 8051 to an external device. In Appendix D, the use of flowcharts and psuedocode is
explored. Appendix E is for students familiar with x86 architecture who need to make a rapid transition to 8051
architecture. Appendix F provides the table of ASCII characters. Appendix G lists resources for assembler
shareware, and electronics parts. Appendix H contains data sheets for the 8051 and other IC chips.

New to this Edition


The biggest change in this new edition is the addition of 8051 C programming

throughout the book. While Chapters 1 through 6 use Assembly language

exclusively, starting with Chapter 7, we have both Assembly and C language programs

for all the topics discussed. The second edition includes the following new

features:

A new chapter on 8051 C programming (Chapter 7)

A new section on the 8051 C programming of timers (Section 9.3)

A new section on the second serial port of the DS89C4x0 chip (Section 10.4)

A new section on the 8051 C programming of the second serial port (Section 10.5)

A new section on the 8051 C programming of interrupts (Section 11.6)

Programming of the 1KB SRAM of the DS89C4x0 chip (Section 14.4)

A new section on the 8051 C programming of external memory (Section 14.5)

A new chapter on the DS12887 RTC (real-time clock) chip (Chapter 16)

A new chapter on motors, relays, and optoisolators (Chapter 17)

Table of Contents
CHAPTER 0: INTRODUCTION TO COMPUTING 1

Section 0.1: Numbering and coding systems 2

Section 0.2: Digital primer 9

Section 0.3: Inside the computer 13

CHAPTER 1: THE 8051 MICROCONTROLLERS 23

Section 1.1: Microcontrollers and embedded processors 24

Section 1.2: Overview of the 8051 family 28

CHAPTER 2: 8051 ASSEMBLY LANGUAGE PROGRAMMING 37

Section 2.1: Inside the 8051 38

Section 2.2: Introduction to 8051 Assembly programming 41

Section 2.3: Assembling and running an 8051 program 44

Section 2.4: The program counter and ROM space in the 8051 46

Section 2.5: 8051 data types and directives 49

Section 2.6: 8051 flag bits and the PSW register 52

Section 2.7: 8051 register banks and stack 55

CHAPTER 3: JUMP, LOOP, AND CALL INSTRUCTIONS 69

Section 3.1: Loop and jump instructions 70

Section 3.2: Call instructions 75

Section 3.3: Time delay for various 8051 chips 80

CHAPTER 4: I/OPORTPROGRAMMING 93

Section 4.1: 8051 I/O programming 94

Section 4.2: I/O bit manipulation programming 100

CHAPTER 5: 8051 ADDRESSING MODES 109

Section 5.1: Immediate and register addressing modes 110

Section 5.2: Accessing memory using various addressing modes 112

Section 5.3: Bit addresses for I/O and RAM 122

http://www.pearson.ch/1469/0131970895/8051Microcontrollerand.aspx 1/2/2006
Muhammad Mazidi - 0-13-197089-5 - Pearson Education Schweiz AG - Der Fachverlag fuer Bildungsmedien 第 3 頁,共 5 頁

Section 5.4: Extra 128-byte on-chip RAM in 8052 131

CHAPTER 6: ARITHMETIC & LOGIC INSTRUCTIONS

AND PROGRAMS 139

Section 6.1: Arithmetic instructions 140

Section 6.2: Signed number concepts and arithmetic operations 150

Section 6.3: Logic and compare instructions 155

Section 6.4: Rotate instruction and data serialization 161

Section 6.5: BCD, ASCII, and other application programs 167

CHAPTER 7: 8051 PROGRAMMING IN C 181

Section 7.1: Data types and time delay in 8051 C 182

Section 7.2: I/O programming in 8051 C 188

Section 7.3: Logic operations in 8051 C 194

Section 7.4: Data conversion programs in 8051 C 199

Section 7.5: Accessing code ROM space in 8051 C 204

Section 7.6: Data serialization using 8051 C 209

CHAPTER 8: 8051 HARDWARE CONNECTION AND

INTEL HEX FILE 217

Section 8.1: Pin description of the 8051 218

Section 8.2: Design and test of DS89C4x0 trainer 224

Section 8.3: Explaining the Intel hex file 232

CHAPTER 9: 8051 TIMER PROGRAMMING

IN ASSEMBLY AND C 239

Section 9.1: Programming 8051 timers 240

Section 9.2: Counter programming 255

Section 9.3: Programming timers 0 and 1 in 8051 C 260

CHAPTER 10: 8051 SERIAL PORT PROGRAMMING

IN ASSEMBLY AND C 277

Section 10.1: Basics of serial communication 278

Section 10.2: 8051 connection to RS232 285

Section 10.3: 8051 serial port programming in Assembly 287

Section 10.4: Programming the second serial port 300

Section 10.5: Serial port programming in C 306

CHAPTER 11: INTERRUPTS PROGRAMMING

IN ASSEMBLY AND C 317

Section 11.1: 8051 interrupts 318

Section 11.2: Programming timer interrupts 322

Section 11.3: Programming external hardware interrupts 326

Section 11.4: Programming the serial communication interrupt 333

Section 11.5: Interrupt priority in the 8051/52 337

Section 11.6: Interrupt programming in C 340

CHAPTER 12: LCD AND KEYBOARD INTERFACING 351

Section 12.1: LCD interfacing 352

http://www.pearson.ch/1469/0131970895/8051Microcontrollerand.aspx 1/2/2006
Muhammad Mazidi - 0-13-197089-5 - Pearson Education Schweiz AG - Der Fachverlag fuer Bildungsmedien 第 4 頁,共 5 頁
Section 12.2: Keyboard interfacing 363

CHAPTER 13: ADC, DAC, AND SENSOR INTERFACING 373

Section 13.1: Parallel and serial ADC 374

Section 13.2: DAC interfacing 398

Section 13.3: Sensor interfacing and signal conditioning 403

CHAPTER 14: 8051 INTERFACING TO EXTERNAL MEMORY 411

Section 14.1: Semiconductor memory 412

Section 14.2: Memory address decoding 422

Section 14.3: 8031/51 interfacing with external ROM 425

Section 14.4: 8051 data memory space 430

Section 14.5: Accessing external data memory in 8051 C 440

CHAPTER 15: 8051 INTERFACING WITH THE 8255 449

Section 15.1: Programming the 8255 450

Section 15.2: 8255 interfacing 458

Section 15.3: 8051 C programming for the 8255 462

CHAPTER 16: DS12887 RTC INTERFACING

AND PROGRAMMING 467

Section 16.1: DS12887 RTC interfacing 468

Section 16.2: DS12887 RTC programming in C 476

Section 16.3: Alarm, SQW, and IRQ features of the

DS12887 chip 479

CHAPTER 17: MOTOR CONTROL: RELAY, PWM, DC,

AND STEPPER MOTORS 491

Section 17.1: Relays and optoisolators 492

Section 17.2: Stepper motor interfacing 498

Section 17.3: DC motor interfacing and PWM 507

APPENDIX A: 8051 INSTRUCTIONS, TIMING, AND REGISTERS 523

APPENDIX B: BASICS OF WIRE WRAPPING 563

APPENDIX C: IC TECHNOLOGY AND SYSTEM DESIGN ISSUES 567

APPENDIX D: FLOWCHARTS AND PSEUDOCODE 587

APPENDIX E: 8051 PRIMER FOR X86 PROGRAMMERS 592

APPENDIX F: ASCII CODES 593

APPENDIX G: ASSEMBLERS, DEVELOPMENT RESOURCES,

AND SUPPLIERS 594

APPENDIX H: DATA SHEETS 596

INDEX 617

Author

Muhammad Ali Mazidi went to Tabriz University and holds Masters degrees from both Southern Methodist University
and the University of Texas at Dallas. He is currently a.b.d. on his Ph.D. in the Electrical Engineering Department of
Southern Methodist University. He is co-author of a widely used textbook, The 80x86 IBM PC and Compatible
Computers, also available from Prentice Hall. He teaches microprocessor-based system design at DeVry University
in Dallas, Texas.

Janice Gillispie Mazidi has a Master of Science degree in Computer Science from the University of North Texas. She
has several years of experience as a software engineer in Dallas. She has been chief technical writer and production
manager, and was responsible for software development and testing of a widely used textbook, The 80x86 IBM PC
and Compatible Computers, also available from Prentice Hall.

http://www.pearson.ch/1469/0131970895/8051Microcontrollerand.aspx 1/2/2006
Muhammad Mazidi - 0-13-197089-5 - Pearson Education Schweiz AG - Der Fachverlag fuer Bildungsmedien 第 5 頁,共 5 頁

Rolin McKinlay has a BSEET from DeVry University. He is currently working on his Masters degree and PE license
in the state of Texas. He is currently self-employed as a programmer and circuit board designer, and is a partner in
MicroDigitalEd.com.

© 2006 Pearson Education Schweiz AG, Chollerstrasse 37, CH - 6300 Zug, Schweiz
Telefon: ++41 (0)41 747 47 47, Fax: ++41 (0)41 747 47 77, Email:mailbox@pearson.ch

http://www.pearson.ch/1469/0131970895/8051Microcontrollerand.aspx 1/2/2006

Вам также может понравиться