• Kapcsolat

  • Hírlevél

  • Rólunk

  • Szállítási lehetőségek

  • Prospero könyvpiaci podcast

  • Microprocessors and Interfacing

    Microprocessors and Interfacing by Kumar, N Senthil; Saravanan, M; Jeevananthan, S;

      • 10% KEDVEZMÉNY?

      • A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
      • Kiadói listaár GBP 24.99
      • Az ár azért becsült, mert a rendelés pillanatában nem lehet pontosan tudni, hogy a beérkezéskor milyen lesz a forint árfolyama az adott termék eredeti devizájához képest. Ha a forint romlana, kissé többet, ha javulna, kissé kevesebbet kell majd fizetnie.

        11 938 Ft (11 370 Ft + 5% áfa)
      • Kedvezmény(ek) 10% (cc. 1 194 Ft off)
      • Kedvezményes ár 10 745 Ft (10 233 Ft + 5% áfa)

    11 938 Ft

    db

    Beszerezhetőség

    Csak rendelésre kapható a kiadónál, kissé időigényes.

    Why don't you give exact delivery time?

    A beszerzés időigényét az eddigi tapasztalatokra alapozva adjuk meg. Azért becsült, mert a terméket külföldről hozzuk be, így a kiadó kiszolgálásának pillanatnyi gyorsaságától is függ. A megadottnál gyorsabb és lassabb szállítás is elképzelhető, de mindent megteszünk, hogy Ön a lehető leghamarabb jusson hozzá a termékhez.

    A termék adatai:

    • Kiadó OUP India
    • Megjelenés dátuma 2012. július 12.

    • ISBN 9780198079064
    • Kötéstípus Puhakötés
    • Terjedelem720 oldal
    • Méret 240x162x33 mm
    • Súly 996 g
    • Nyelv angol
    • Illusztrációk 400 diagrams (apprx)
    • 0

    Kategóriák

    Rövid leírás:

    Microprocessors and Interfacing is a textbook for undergraduate engineering students who study a course on various microprocessors, its interfacing, programming and applications.

    Több

    Hosszú leírás:

    Microprocessors and Interfacing is a textbook for undergraduate engineering students who study a course on various microprocessors, its interfacing, programming and applications.

    The book in eighteen chapters provides a very brief overview of 8085 processors, followed by a detailed discussion of 8086 architecture, programming and interfacing concepts. The book also provides a brief treatment of 8088 processors bringing out its architectural difference in relation to 8086. The thrust of this book is on 8086 processors. Subsequently, the book discusses the 8-bit 8051 and 16-bit 8096 microcontrollers. The last chapter on advanced processors briefs on 80186, 80286, 80386, 80486, Pentium, PowerPC, PIC, RISC& CISC, SUN SPARC and ARM microcontrollers.

    Providing a balance between theory and practice, the book is interspersed with complete ALP codes, review questions, programming and design based exercises.

    Több

    Tartalomjegyzék:

    Preface
    1. Microprocessors-Evolution and Introduction
    1.1 Introduction
    1.2 Explanation of Basic Terms
    1.3 Microprocessors and Microcontrollers
    1.4 Microprocessor-based System
    1.5 Origin of Microprocessors
    1.5.1 First generation (1971-1973)
    1.5.2 Second generation (1974-1978)
    1.5.3 Third generation (1978-1980)
    1.5.4 Fourth generation (1981-1995)
    1.5.5 Fifth generation (1995-till date)
    1.5.6 Timeline of microprocessor evolution
    1.6 Classification of Microprocessors
    1.7 Types of Memory
    1.8 Input and Output Devices
    1.9 Technology Improvements Adapted to Microprocessors and Computers
    1.10 Architecture and signals of 8085
    1.11 Instruction set of 8085
    1.12 Memory and I/O interfacing with 8085
    1.13 Interrupt structure of 8085
    2. Methods of data transfer and serial transfer protocols
    2.1 Data Transfer Mechanisms
    2.2 Memory-mapped and I/O-mapped Data Transfer
    2.3 Programmed Data Transfer
    2.4 Direct Memory Access
    2.5 Parallel Data Transfer
    2.5.1 PCI bus
    2.6 Serial Data transfer
    2.6.1 Introduction to RS-232 standard
    2.6.2 Introduction to RS-485 standard
    2.6.3 GPIB/IEEE 488 standards
    2.6.4 USB
    PART 1: INTEL 8086-16-BIT MICROPROCESSORS
    3. Intel 8086 Microprocessor architecture, features, and signals
    3.1 Introduction
    3.2 Architecture of 8086
    3.2.1 Execution unit
    3.2.2 Bus interface unit
    3.2.3 Differences between 8086 and 8088
    3.3 Accessing Memory Locations
    3.4 Pin Details of 8086
    3.4.1 Function of pins common to minimum and maximum modes
    3.4.2 Function of pins used in minimum mode
    3.4.3 Function of pins used in maximum mode
    4. Addressing modes, instruction set, and Programming of 8086
    4.1 Addressing Modes in 8086
    4.1.1 Register addressing mode
    4.1.2 Immediate addressing mode
    4.1.3 Data memory addressing modes
    4.1.4 Program memory addressing modes
    4.1.5 Stack memory addressing mode
    4.2 Segment Override Prefix
    4.3 Instruction Set of 8086
    4.3.1 Data transfer instructions
    4.3.2 Arithmetic instructions
    4.3.3 Logical instructions
    4.3.4 Flag manipulation instructions
    4.3.5 Control transfer instructions
    4.3.6 Shift/rotate instructions
    4.3.7 String instructions
    4.3.8 Machine or processor control instructions
    4.4 8086 Assembly Language Programming
    4.4.1 Writing 8086 programs using line assembler
    4.4.2 8086 Assembler directives
    4.4.3 Writing assembly language programs using MASM
    4.5 Program Development Process
    4.6 Modular Programming
    4.6.1 CALL Instruction:
    4.6.2 RET instruction
    4.6.3 MACRO
    4.6.3.1 Illustrative Example
    5. 8086 interrupts
    5.1 Introduction
    5.2 Interrupt Types in 8086
    5.3 Processing of Interrupts by 8086
    5.4 Dedicated Interrupt Types in 8086
    5.4.1 Type 00H or divide-by-zero interrupts
    5.4.2 Type 01H, single step, or trap interrupt
    5.4.3 type 02H or NMI interrupt
    5.4.4 Type 03H or one-byte INT interrupt
    5.4.5 type 04H or overflow interrupt
    5.5 Software Interrupts-Types 00h-FFH
    5.6 INTR Interrupts-Types 00h-FFH
    5.7 Priority among 8086 Interrupts
    5.8 Interrupt Service Routines
    5.9 Bios Interrupts or Function Calls
    5.9.1 INT 10H
    5.9.2 INT 11H
    5.9.3 INT 12H
    5.9.4 INT 13H
    5.9.5 INT 14H
    5.9.6 INT 15H
    5.9.7 INT 16H
    5.9.8 INT 17H
    5.10. Interrupt Handlers
    5.11 DOS Services: int 21h
    5.11.1 Example_1
    5.11.2 Example_2
    5.12 System Calls: BIOS Services
    5.12.1 Print Screen Service: INT 05h
    5.12.2 Video Services: INT 10h
    5.12.3 Keyboard Services: int 16h
    5.12.3.1 Example_1
    5.12.3.2 Example_2
    5.12.4 Printer Services: int 17h
    5.12.4.1 Example_1
    5.12.4.2 Example_2
    6. Basic Memory and I/O interfacing with 8086
    6.1 Physical Memory Organization in 8086
    6.2 Formation of System Bus
    6.3 Interfacing RAM and EPROM Chips using only Logic Gates
    6.4 Interfacing Ram/EPROM Chips using Decoder IC and Logic Gates
    6.5 I/O Interfacing
    6.5.1 I/O instructions in 8086
    6.5.2 I/O-mapped and memory-mapped I/O
    6.6 Interfacing 8-bit input device with 8086
    6.6.1 Assigning 8-bit address to 8-bit input device using address decoder having only logic gates
    6.6.2 Assigning 8-bit address to 8-bit input device using address decoder IC 74LS138
    6.6.3 Assigning 16-bit address to 8-bit DIP switch using address decoder having only logic gates
    6.7 Interfacing 8-bit Output Device with 8086
    6.8 Interfacing 8-bit and 16-bit I/O Devices or Ports with 8086
    7. Features and interfacing of programmable peripheral devices with 8086
    7.1 Intel 8255 Programmable Peripheral Interface
    7.1.1 Features of 8255
    7.1.2 Block diagram of Intel 8255
    7.1.3 Operating modes and control words of 8255
    7.1.4 Configuring examples
    7.1.5 Other programmable peripheral Interface ICs -8155 and 8755
    7.2 Interfacing Switches and LEDs
    7.3 Interfacing Seven-segment Displays
    7.4 Traffic Light Control
    7.5 Interfacing Analog-to-digital Converters
    7.6 Interfacing Digital-to-analog Converters
    7.6.1 Square wave generation
    7.6.2 Staircase waveform generation
    7.6.3 Ramp waveform generation
    7.6.4 Waveform generation using stored data
    7.7 Interfacing Stepper Motors
    7.8 Interfacing Intelligent LCDs
    7.9 Keyboard and Display Interface IC 8279
    7.9.1 Matrix keyboard
    7.9.2 Multiplexed display
    7.9.3 Features, block diagram, and pin details of 8279
    7.9.4 Programming of 8279
    7.9.5 Display interface using 8279
    with 8086
    7.9.6 Keyboard interface using 8279 with 8086
    7.10 Intel Timer IC 8253
    7.10.1 Features of IC 8253
    7.10.2 Block diagram of IC 8253 and pin details
    7.10.3 Operating modes and control word of IC 8253
    7.10.4 Interfacing IC 8253 with 8086
    7.11 Introduction to Serial Communication
    7.11.1 Features and details of 8251 USART
    7.11.2 Control words
    7.11.3 Interfacing 8251 with 8086
    7.12 8259 Programmable Interrupt Controller
    7.12.1 Features and architecture of 8259
    7.12.2 Pin diagram and details of 8259
    7.12.3 Initialization of 8259
    7.12.4 Operation of 8259
    7.12.5 Interfacing 8259 with 8086
    7.13 8237 DMA Controller
    7.13.1 Features, pin details, and architecture of 8237
    7.13.2 DMA initialization and operation
    7.13.3 Operation of 8237 with 8086
    7.14 Interfacing Printer with 8086
    7.15 Interfacing CRT Terminal with 8086
    529
    8. Multiprocessor configuration
    8.1 Introduction
    8.2 Multiprocessor System-Need and Advantages
    8.3 Different Configurations of Multiprocessor System
    8.3.1 Coprocessor and closely-coupled configurations
    8.3.2 Loosely-coupled configuration
    8.4 Bus Arbitration in Loosely-coupled Multiprocessor System
    8.4.1 Daisy chaining
    8.4.2 Polling
    8.4.3 Independent requesting
    8.5 Interconnection Topologies in a Multiprocessor System
    8.5.1 Shared bus architecture
    8.5.2 Multi-port memory
    8.5.3 Linked input/output
    8.5.4 Crossbar switching
    8.6 Physical Interconnections between Processors in a Multiprocessor System
    8.6.1 Star configuration
    8.6.2 Ring or loop configuration
    8.6.3 Completely-connected configuration
    8.6.4 Regular topology
    8.6.5 Irregular topology
    8.7 Operating System Used in a Multiprocessor System
    8.8 Typical Multiprocessor System having 8086 and 8087
    8.8.1 Architecture of 8087
    8.8.2 Pin details of 8087
    8.8.3 Interconnection of 8087 with 8086
    8.8.4 Data types of 8087
    8.9 Typical Multiprocessor System having 8086 and 8089
    8.9.1 Pin details of 8089
    8.9.2 Local and remote operation of 8089
    8.9.3 8089 (IOP) architecture
    8.9.4 Communication between CPU (8086) and IOP (8089)
    9. 8086-BASED SYSTEMS
    9.1 Introduction
    9.2 8086 in Minimum Mode Configuration
    9.2.1 Formation of separate address bus and data bus in 8086
    9.2.2 Formation of buffered address bus and data bus in 8086
    9.2.3 Connection of 8284A with 8086
    9.3 8086 in Maximum Mode Configuration
    9.4 8086 System Bus Timings
    9.4.1 Timing diagrams for general bus operation in minimum mode
    9.4.2 Timing diagrams for general bus operation in maximum mode
    9.4.3 Interrupt acknowledgement (INTA) timing
    9.4.4 Bus request and bus grant timing
    9.5 Design of Minimum Mode 8086-based System
    PART 2: INTEL 8051 MICROCONTROLLERS
    10. Introduction to 8051 Microcontrollers
    10.1 Introduction
    10.2 Intel's MCS-51 Series Microcontrollers
    10.3 Intel 8051 Architecture
    10.4 Memory Organization
    10.5 Internal RAM Structure
    10.5.1 Special function registers
    10.5.2 Processor status word
    10.6 Power Control in 8051
    10.6.1 Idle mode
    10.6.2 Power down mode
    10.7 Stack Operation
    11. 8051 instruction set and programming
    11.1 Introduction
    11.2 Addressing Modes of 8051
    11.2.1 Immediate addressing
    11.2.2 Register direct addressing
    11.2.3 Memory direct addressing
    11.2.4 Memory indirect addressing
    11.2.5 Indexed addressing
    11.3 Instruction Set of 8051
    11.3.1 Data transfer instructions
    11.3.2 Arithmetic instructions
    11.3.3 Logical instructions
    11.3.4 Branching instructions
    11.3.5 Bit manipulation instructions
    11.4 Some Assembler Directives
    11.5 Programming Examples using 8051 Instruction Set
    12. Hardware features of 8051
    12.1 Introduction
    12.2 Parallel Ports in 8051
    12.2.1 Structure of port 1
    12.2.2 Structure of ports 0 and 2
    12.2.3 Structure of port 3
    12.3 External Memory Interfacing in 8051
    12.3.1 Program memory interfacing
    12.3.2 Data memory interfacing
    12.3.3 Timing diagram for external program and data memory access
    12.4 8051 Timers
    12.4.1 Timer SFRs
    12.4.2 Timer operating modes
    12.4.3 Timer control and operation
    12.4.4 Using timers as counters
    12.4.5 Programming examples
    12.5 8051 Interrupts
    12.5.1 Interrupt sources and interrupt vector addresses
    12.5.2 Enabling and disabling of interrupts
    12.5.3 Interrupt priorities and polling sequence
    12.5.4 Timing of interrupts
    12.5.5 Programming examples
    12.6 8051 Serial Ports
    12.6.1 Serial port control Sfrs
    12.6.2 Operating modes
    12.6.3 Programming serial port
    13. Interface examples
    13.1 Interfacing 8255 with 8051
    13.2 Interfacing of Push Button Switches and LEDs
    13.3 Interfacing of Seven-segment Displays
    13.4 Interfacing ADC Chip
    13.5 Interfacing DAC Chip
    13.5.1 Square wave generation
    13.5.2 Staircase wave generation
    13.5.3 Ramp wave generation
    13.5.4 Sine wave generation
    13.6 Interfacing Matrix Keypad
    13.7 Interfacing Stepper Motor with 8051
    13.8 Interfacing LCD with 8051
    13.9 Interfacing DC Motors/Servomotors
    13.10 Microcontroller Application Example-Stopwatch
    13.11 Microcontroller Application Example-Traffic light control
    13.12 Microcontroller Application Example-Thermometer
    13.13 RTC Interfacing using I2C Standard
    13.13.1 Details of I2C bus
    13.13.2 8051 Subroutines used to implement I2C bus
    13.13.3 DS1307-Serial I2C real-time clock IC
    13.14 Washing Machine control
    13.15 Elevator / Lift interface
    PART 3: INTEL 8096-16-BIT MICROCONTROLLERS
    14. OVERVIEW OF INTEL 8096 MICROCONTROLLERS
    14.1 Introduction
    14.2 Features of Intel 8096 Microcontroller
    14.3 Functional Block Diagram of Intel 8096 Microcontroller
    14.3.1 CPU section
    14.3.2 8096 CPU buses
    14.3.3 Register arithmetic and logical unit
    14.3.4 Temporary register
    14.3.5 Register file
    14.3.6 Program status word
    14.3.7 Memory controller
    14.3.8 Internal timing
    14.3.9 I/O section
    14.4 Memory Structure of 8096
    14.5 Power Down Mode of CPU
    15. 8096 INSTRUCTION SET AND PROGRAMMING
    15.1 8096 Operand Types
    15.2 Addressing Modes
    15.2.1 Register direct addressing
    15.2.2 Indirect addressing
    15.2.3 Indirect addressing with auto increment
    15.2.4 Immediate addressing
    15.2.5 Short-indexed addressing
    15.2.6 Long-indexed addressing
    15.2.7 Zero register addressing
    15.2.8 Stack pointer register addressing
    15.3 Classification of Instructions
    15.3.1 Data transfer instructions
    15.3.2 Arithmetic and logical instructions
    15.3.3 Shift/rotate instructions
    15.3.4 Branching instructions
    15.4 Complete 8096 Instruction Set
    15.5 Programming Examples using 8096 Instruction Set
    16. HARDWARE FEATURES OF 8096
    16.1 Parallel Ports in 8096 and their Structure
    16.1.1 Port 0
    16.1.2 Port 1
    16.1.3 Port 2
    16.1.4 Port 3 and Port 4
    16.2 Control and Status Registers
    16.2.1 Input/output control register 0
    16.2.2 Input/output control register 1
    16.2.3 Input/output status register 0
    16.2.4 Input/output status register 1
    16.3 Timers
    16.3.1 Timer 1
    16.3.2 Timer 2
    16.4 Interrupts
    16.4.1 Interrupt sources
    16.4.2 Polling routine
    16.4.3 Vectored interrupt
    16.4.4 Interrupt control
    16.4.5 Interrupt pending register
    16.4.6 Interrupt mask register
    16.4.7 Global disable
    16.4.8 Program status word (PSW)
    16.5 Serial Ports
    16.5.1 Operating modes of serial port
    16.5.2 Serial port control/status registers
    16.5.3 Determining baud rate
    16.5.4 Program for serial port data reception
    16.6 Analog-to-digital Converter
    16.7 Digital-to-analog Converter
    16.8 High Speed Input Unit
    16.8.1 HSI interrupts
    16.8.2 Programming HSI
    16.9 High Speed Output Unit
    16.9.1 HSO status
    16.10 Memory Expansion
    16.10.1 Single chip mode
    16.10.2 Expanded mode
    16.10.3 Choice of bus width
    16.10.4 Bus control
    16.10.5 ROM/EPROM lock
    PART 4: ADVANCED TRENDS
    17. MICROPROCESSOR SYSTEM DEVELOPMENTS AND RECENT TRENDS
    17.1 Introduction
    17.2 Microcontroller Features and Developments
    17.3 Microprocessor Development Systems
    17.3.1 In-system programming
    17.3.2 Debugger
    17.3.3 Emulator
    17.4 Cross Compiler for 8051
    17.5 Programming 8051 in C Language
    18. ADVANCED MICROPROCESSORS AND MICROCONTROLLERS
    18.1 Introduction
    18.2 80186 Microprocessor
    18.2.1 Architecture
    18.2.2 Instruction set of 80186
    18.3 80286 Microprocessor
    18.3.1 Architecture
    18.3.2 Register organization and real or protected addressing in 80286
    18.3.3 Privilege levels in protected mode of operation
    18.3.4 Descriptor cache or program-invisible registers
    18.3.5 Accessing memory using GDT and LDT
    18.3.6 Multitasking in 80286
    18.3.7 Addressing modes and new instructions in 80286
    18.3.7 Flag register
    18.4 80386 Microprocessor
    18.4.1 Architecture of 80386
    18.4.2 Register organization in 80386
    18.4.3 Instruction set of 80386
    18.4.4 Addressing memory in protected mode
    18.4.5 Physical memory organization in 80386
    18.4.6 Paging mechanism in 80386
    18.5 80486 Microprocessor
    18.6 Pentium Microprocessor
    18.6.1 Architecture of Pentium
    18.6.2 Protected mode operation of Pentium
    18.6.3 Addressing modes in Pentium
    18.6.4 Paging mechanism in Pentium
    18.7 Other Versions of Pentium
    18.7.1 Pentium pro processor
    18.7.2 Pentium II processor
    18.7.3 Pentium III processor
    18.7.4 Pentium 4 processor
    18.8 Operating Modes of Advance Processors
    18.9 Mode Transition
    18.10 Memory management in Protected Mode
    18.11 Segment Descriptor
    18.12 Protection: Purpose
    18.12.1 Type checking
    18.12.2
    Limit checking/Restriction of addressable domain
    18.12.3 Privilege Levels:
    18.12.3.1 Check for Data Access in Data Segment
    18.12.3.2 Check for Data Access in Code Segment
    18.12.3.3 Check for Control Transfers
    18.12.3.4 Stack Switching
    18.13 Protected Mode Instructions
    18.14 Multitasking
    18.14.1 Time Slice Scheduling
    18.14.2 Bit Permission Map
    18.14.3 Priority Based Scheduling:
    18.14.4 Task Switching in Protected Mode
    18.14.4.1 Task-State Segment (TSS)
    18.14.4.2 TSS Descriptor
    18.14.4.3 Task gate Descriptor
    18.14.4.4 Context/ TASK SWITCHING
    19 EMBEDDED SYSTEMS
    19.1 Introduction
    19.1.1 Characteristics of Embedded Systems
    19.1.2 Design metric
    19.1.3 Evolution of Embedded System
    19.1.4 Design Technology
    19.1.4.1 Compilation/Synthesis
    19.1.4.2 Libraries/IP
    19.1.4.3 Test/Verification
    19.2 Classification of Embedded Systems
    19.3 Embedded Processor Architectures
    19.3.1 RISC and CISC Architectures
    19.3.2 SISD/SIMD
    19.3.3 e200z6 Core
    19.3.4 Cell microprocessor
    19.3.5 Power PC Architecture
    19.3.6 Overview of PowerPC
    19.3.6.1 PowerPC family members
    19.3.6.2 Features of PowerPC 601 (MPC601)
    19.3.7.PIC16F877 Microcontroller
    19.3.7.1 Features of PIC16F877
    19.3.7.2 Pin diagram and block diagram of PIC16F877
    19.3.7.3 Instruction set of PIC16F877
    19.3.7.4 Memory organization in PIC16F877
    19.3.7.5 Assembly language programming of PIC16F877
    19.3.8 ARM Microcontrollers
    19.3.8.1 ARM core Architecture
    19.3.8.2 Basic ARM Instructions
    19.3.8.3 Versions of ARM processors and feature
    19.4 Software Embedded in to System
    19.4.1 Co design
    19.5 Bus Architectures
    19.5.1 Parallel Bus Protocols
    19.5.2 Serial Bus Protocols
    19.5.3 Serial Wireless Protocols
    19.6 Memory
    19.6.1 Memory Technologies
    19.6.2 Memory Hierarchy
    19.6.3 Memory Interfacing
    19.7 I/O Interfacing
    19.8 Smart Card Design
    19.8.1 Vertical (Concurrent) Codesign
    19.8.2 Horizontal (Serial) Codesign
    19.8.3 Security Extension
    CHAPTER 20 HYBRID PROGRAMMING TECHNIQUES USING AMS & C/C++
    20.1 Combining ASSEMBLY LANGUAGE WITH C/C++
    20.2 Calling Conventions
    20.2.1 CDECL calling convention
    20.2.2 STDCALL calling convention
    20.2.3 FASTCALL calling convention
    20.3 Passing Parameter Techniques
    20.4 Techniques for 16 Bit ALP Microsoft C/C++ for DOS.
    20.4.1 Inline Assembly
    20.4.2 Linked assembly
    20.5 Using ALP with C/C++ for 32-Bit Applications
    20.6 32-Bit Windows Programming
    20.6.1 Consol functions
    20.6.2 Win32 Application Programming Interface (API).
    20.7 Program Development Methods
    20.7.1 graphical User Interface
    20.7.2 Creating the Hybrid _prj Project ( MSVC6.0)
    20.7.3 Creating the Hybrid _prj Project (using Microsoft Visual Studio)
    Appendix A: 8085 Instruction Set
    Appendix B: 8051 Instruction Set
    Appendix C: 8086 Instruction Set
    Appendix D: 8096 Instruction Set
    Appendix E: Case studies
    Appendix F: Multiple choice questions on 8085, 8086 and 8051
    Bibliography

    Több
    0