8051 Microcontroller and Embedded Systems, The: Pearson New International Edition

Author:   Muhammad Mazidi ,  Janice Mazidi ,  Rolin McKinlay
Publisher:   Pearson Education Limited
Edition:   2nd edition
ISBN:  

9781292026572


Pages:   640
Publication Date:   05 August 2013
Format:   Paperback
Availability:   In stock   Availability explained
We have confirmation that this item is in stock with the supplier. It will be ordered in for you and dispatched immediately.

Our Price $199.21 Quantity:  
Add to Cart

Share |

8051 Microcontroller and Embedded Systems, The: Pearson New International Edition


Add your own review!

Overview

Preface   Introduction   The Classical Period: Nineteenth Century Sociology Auguste Comte (1798-1857) on Women in Positivist Society Harriett Martineau (1802-1876) on American Women Bebel, August (1840-1913) on Women and Socialism Emile Durkheim (1858-1917) on the Division of Labor and Interests in Marriage Herbert Spencer (1820-1903) on the Rights and Status of Women Lester Frank Ward (1841-1913) on the Condition of Women Anna Julia Cooper (1858-1964) on the Voices of Women Thorstein Veblen (1857-1929) on Dress as Pecuniary Culture     The Progressive Era: Early Twentieth Century Sociology Georg Simmel (1858-1918) on Conflict between Men and Women Mary Roberts (Smith) Coolidge (1860-1945) on the Socialization of Girls Anna Garlin Spencer (1851-1932) on the Woman of Genius Charlotte Perkins Gilman (1860-1935) on the Economics of Private Household Work Leta Stetter Hollingworth (1886-1939) on Compelling Women to Bear Children Alexandra Kolontai (1873-1952) on Women and Class Edith Abbott (1876-1957) on Women in Industry     1920s and 1930s: Institutionalizing the Discipline, Defining the Canon Du Bois, W. E. B. (1868-1963) on the “Damnation” of Women Edward Alsworth Ross (1866-1951) on Masculinism Anna Garlin Spencer (1851-1932) on Husbands and Wives Robert E. Park (1864-1944) and Ernest W. Burgess (1886-1966) On Sex Differences William Graham Sumner (1840-1910) on Women’s Natural Roles Sophonisba P. Breckinridge (1866-1948) on Women as Workers and Citizens Margaret Mead (1901-1978) on the Cultural Basis of Sex Difference Willard Walter Waller (1899-1945) on Rating and Dating     The 1940s: Questions about Women’s New Roles Edward Alsworth Ross (1866-1951) on Sex Conflict Alva Myrdal (1902-1986) on Women’s Conflicting Roles Talcott Parsons (1902-1979) on Sex in the United StatesSocial Structure Joseph Kirk Folsom (1893-1960) on Wives’ Changing Roles Gunnar Myrdal (1898-1987) on Democracy and Race, an American Dilemma Mirra Komarovsky (1905-1998) on Cultural Contradictions of Sex Roles Robert Staughton Lynd (1892-1970) on Changes in Sex Roles     The 1950s: Questioning the Paradigm Viola Klein (1908-1971) on the Feminine Stereotype Mirra Komarovsky (1905-1998), Functional Analysis of Sex Roles Helen Mayer Hacker on Women as a Minority Group William H. Whyte (1917-1999) on the Corporate Wife Talcott Parsons and Robert F. Bales on the Functions of Sex Roles Alva Myrdal (1902-1986) and Viola Klein (1908-1971) on Women’s Two Roles Helen Mayer Hacker on the New Burdens of Masculinity

Full Product Details

Author:   Muhammad Mazidi ,  Janice Mazidi ,  Rolin McKinlay
Publisher:   Pearson Education Limited
Imprint:   Pearson Education Limited
Edition:   2nd edition
Dimensions:   Width: 21.60cm , Height: 3.80cm , Length: 27.20cm
Weight:   1.420kg
ISBN:  

9781292026572


ISBN 10:   129202657
Pages:   640
Publication Date:   05 August 2013
Audience:   College/higher education ,  Tertiary & Higher Education
Format:   Paperback
Publisher's Status:   Active
Availability:   In stock   Availability explained
We have confirmation that this item is in stock with the supplier. It will be ordered in for you and dispatched immediately.

Table of Contents

CHAPTER 0: INTRODUCTION TO COMPUTING 1Section 0.1: Numbering and coding systems 2Section 0.2: Digital primer 9Section 0.3: Inside the computer 13CHAPTER 1: THE 8051 MICROCONTROLLERS 23Section 1.1: Microcontrollers and embedded processors 24Section 1.2: Overview of the 8051 family 28CHAPTER 2: 8051 ASSEMBLY LANGUAGE PROGRAMMING 37Section 2.1: Inside the 8051 38Section 2.2: Introduction to 8051 Assembly programming 41Section 2.3: Assembling and running an 8051 program 44Section 2.4: The program counter and ROM space in the 8051 46Section 2.5: 8051 data types and directives 49Section 2.6: 8051 flag bits and the PSW register 52Section 2.7: 8051 register banks and stack 55CHAPTER 3: JUMP, LOOP, AND CALL INSTRUCTIONS 69Section 3.1: Loop and jump instructions 70Section 3.2: Call instructions 75Section 3.3: Time delay for various 8051 chips 80CHAPTER 4: I/OPORT PROGRAMMING 93Section 4.1: 8051 I/O programming 94Section 4.2: I/O bit manipulation programming 100CHAPTER 5: 8051 ADDRESSING MODES 109Section 5.1: Immediate and register addressing modes 110Section 5.2: Accessing memory using various addressing modes 112Section 5.3: Bit addresses for I/O and RAM 122Section 5.4: Extra 128-byte on-chip RAM in 8052 131CHAPTER 6: ARITHMETIC & LOGIC INSTRUCTIONSAND PROGRAMS 139Section 6.1: Arithmetic instructions 140Section 6.2: Signed number concepts and arithmetic operations 150Section 6.3: Logic and compare instructions 155Section 6.4: Rotate instruction and data serialization 161Section 6.5: BCD, ASCII, and other application programs 167CHAPTER 7: 8051 PROGRAMMING IN C 181Section 7.1: Data types and time delay in 8051 C 182Section 7.2: I/O programming in 8051 C 188Section 7.3: Logic operations in 8051 C 194Section 7.4: Data conversion programs in 8051 C 199Section 7.5: Accessing code ROM space in 8051 C 204Section 7.6: Data serialization using 8051 C 209CHAPTER 8: 8051 HARDWARE CONNECTION ANDINTEL HEX FILE 217Section 8.1: Pin description of the 8051 218Section 8.2: Design and test of DS89C4x0 trainer 224Section 8.3: Explaining the Intel hex file 232CHAPTER 9: 8051 TIMER PROGRAMMINGIN ASSEMBLY AND C 239Section 9.1: Programming 8051 timers 240Section 9.2: Counter programming 255Section 9.3: Programming timers 0 and 1 in 8051 C 260CHAPTER 10: 8051 SERIAL PORT PROGRAMMINGIN ASSEMBLY AND C 277Section 10.1: Basics of serial communication 278Section 10.2: 8051 connection to RS232 285Section 10.3: 8051 serial port programming in Assembly 287Section 10.4: Programming the second serial port 300Section 10.5: Serial port programming in C 306CHAPTER 11: INTERRUPTS PROGRAMMINGIN ASSEMBLY AND C 317Section 11.1: 8051 interrupts 318Section 11.2: Programming timer interrupts 322Section 11.3: Programming external hardware interrupts 326Section 11.4: Programming the serial communication interrupt 333Section 11.5: Interrupt priority in the 8051/52 337Section 11.6: Interrupt programming in C 340CHAPTER 12: LCD AND KEYBOARD INTERFACING 351Section 12.1: LCD interfacing 352Section 12.2: Keyboard interfacing 363CHAPTER 13: ADC, DAC, AND SENSOR INTERFACING 373Section 13.1: Parallel and serial ADC 374Section 13.2: DAC interfacing 398Section 13.3: Sensor interfacing and signal conditioning 403CHAPTER 14: 8051 INTERFACING TO EXTERNAL MEMORY 411Section 14.1: Semiconductor memory 412Section 14.2: Memory address decoding 422Section 14.3: 8031/51 interfacing with external ROM 425Section 14.4: 8051 data memory space 430Section 14.5: Accessing external data memory in 8051 C 440CHAPTER 15: 8051 INTERFACING WITH THE 8255 449Section 15.1: Programming the 8255 450Section 15.2: 8255 interfacing 458Section 15.3: 8051 C programming for the 8255 462CHAPTER 16: DS12887 RTC INTERFACINGAND PROGRAMMING 467Section 16.1: DS12887 RTC interfacing 468Section 16.2: DS12887 RTC programming in C 476Section 16.3: Alarm, SQW, and IRQ features of theDS12887 chip 479CHAPTER 17: MOTOR CONTROL: RELAY, PWM, DC,AND STEPPER MOTORS 491Section 17.1: Relays and optoisolators 492Section 17.2: Stepper motor interfacing 498Section 17.3: DC motor interfacing and PWM 507APPENDIX A: 8051 INSTRUCTIONS, TIMING, AND REGISTERS 523APPENDIX B: BASICS OF WIRE WRAPPING 563APPENDIX C: IC TECHNOLOGY AND SYSTEM DESIGN ISSUES 567APPENDIX D: FLOWCHARTS AND PSEUDOCODE 587APPENDIX E: 8051 PRIMER FOR X86 PROGRAMMERS 592APPENDIX F: ASCII CODES 593APPENDIX G: ASSEMBLERS, DEVELOPMENT RESOURCES,AND SUPPLIERS 594APPENDIX H: DATA SHEETS 596INDEX 617

Reviews

Author Information

Tab Content 6

Author Website:  

Customer Reviews

Recent Reviews

No review item found!

Add your own review!

Countries Available

All regions
Latest Reading Guide

lgn

al

Shopping Cart
Your cart is empty
Shopping cart
Mailing List