H. Huang Transparency No.5-1 The 68HC11 Microcontroller Chapter 5: Operation Modes and Memory Expansion The 68HC11 Microcontroller Han-Way Huang Minnesota.

Slides:



Advertisements
Similar presentations
ECE 353 Introduction to Microprocessor Systems
Advertisements

Parul Polytechnic Institute
VHDL 8 Practical example
Chapter 5 Internal Memory
Khaled A. Al-Utaibi 8086 Bus Design Khaled A. Al-Utaibi
Memory Devices and Interfacing – (Chapter 9)
1 Homework Reading –Tokheim, Chapter 12-1 through 12-4 Machine Projects –MP4 due at start of next class Labs –Continue with your assigned section.
Microprocessor System Design. Outline Address decoding Chip select Memory configurations.
Hardware interfacing  Supplying Clock & Power  Buses and bridges  DC/AC analysis  Timing analysis  Design considerations  Design for worst case.
LOGIC GATES ADDERS FLIP-FLOPS REGISTERS Digital Electronics Mark Neil - Microprocessor Course 1.
The 8085 Microprocessor Architecture
Microprocessor and Microcontroller
Chapter 9 Memory Basics Henry Hexmoor1. 2 Memory Definitions  Memory ─ A collection of storage cells together with the necessary circuits to transfer.
ENGIN112 L30: Random Access Memory November 14, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 30 Random Access Memory (RAM)
Chapter 10. Memory, CPLDs, and FPGAs
Memory Interface Dr. Esam Al_Qaralleh CE Department
Overview Memory definitions Random Access Memory (RAM)
Registers  Flip-flops are available in a variety of configurations. A simple one with two independent D flip-flops with clear and preset signals is illustrated.
CS 151 Digital Systems Design Lecture 30 Random Access Memory (RAM)
68000 Interface Timing Diagrams Outline –68000 Read Cycle –68000 Write Cycle Goal –Understand bus cycles –Learn how to attach memory, peripherals.
Memory Devices Wen-Hung Liao, Ph.D..
1 EE365 Read-only memories Static read/write memories Dynamic read/write memories.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
1 The 8051 Microcontroller and Embedded Systems CHAPTER INTERFACING TO EXTERNAL MEMORY.
University of Tehran 1 Microprocessor System Design Omid Fatemi Memory Interfacing
EKT 221 Digital Electronics II
Khaled A. Al-Utaibi Memory Devices Khaled A. Al-Utaibi
University of Tehran 1 Interface Design Memory Modules Omid Fatemi
Address Decoding Memory/IO.
The 8253 Programmable Interval Timer
EKT 221 : Digital 2 Memory Basics
Memory interface Memory is a device to store data
Logic and Computer Design Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
FPGA-Based System Design: Chapter 3 Copyright  2004 Prentice Hall PTR Topics n Latches and flip-flops. n RAMs and ROMs.
Memory and Storage Dr. Rebhi S. Baraka
Memory System Unit-IV 4/24/2017 Unit-4 : Memory System.
Memory Interface A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
 Seattle Pacific University EE Logic System DesignMemory-1 Memories Memories store large amounts of digital data Each bit represented by a single.
Memory Read only memory (ROM) – nonvolatile
University of Tehran 1 Microprocessor System Design Memory Timing Omid Fatemi
AT91 Memory Interface. 2 Features –Up to 8 programmable chip select lines –Remap Command allows dynamic exception vectors –Glue-less for both 8-bit and.
Computer Architecture Lecture 24 Fasih ur Rehman.
Introduction to Microprocessors - chapter3 1 Chapter 3 The 8085 Microprocessor Architecture.
ECE 371 Microprocessor Interfacing
Digital Circuits Introduction Memory information storage a collection of cells store binary information RAM – Random-Access Memory read operation.
1 Expanded Modes, Bus, External Memory Today: First Hour: Expanded Modes, Bus, Timing –Section of Huang’s Textbook –In-class Activity #1 Second.
1 KU College of Engineering Elec 204: Digital Systems Design Lecture 22 Memory Definitions Memory ─ A collection of storage cells together with the necessary.
Memory 2 ©Paul Godin Created March 2008 Memory 2.1.
Memory Systems 3/17/ Memory Classes Main Memory Invariably comprises solid state semiconductor devices Interfaces directly with the three bus architecture.
3/19/  Differentiate the class of memory  List the type of main memory  Explain memory architecture and operation  Draw memory map  Design.
Objectives : At the end of this lesson, students should be able to : i.Identify the types of memory chip and their functions. ii.Define the difference.
Computer Architecture Chapter (5): Internal Memory
AHMEDABAD INSTITUTE OF TECHNOLOGY
발표자 : 이재신 발표 일시 : Chapter 2 Hardware Fundamentals for the Software Engineer The embedded-systems software engineer must often understand.
MICROPROCESSOR BASED SYSTEM DESIGN BY PROF. DR. B. S. CHOWDHRY Lecture #
Memory Interface EEE 365 [FALL 2014] LECTURER 12 ATANU K SAHA BRAC UNIVERSITY.
Homework Reading Tokheim, Chapter 12-1 through 12-4.
The 8085 Microprocessor Architecture
Memory Interfacing.
9S12C Multiplexed Bus Expansion
Memory Systems 7/21/2018.
The 8085 Microprocessor Architecture
Interfacing 64Kb EPROM with 8085
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Chapter 11 Sequential Circuits.
Interfacing Memory Interfacing.
AT91 Memory Interface This training module describes the External Bus Interface (EBI), which generatesthe signals that control the access to the external.
MICROPROCESSOR MEMORY ORGANIZATION
The 8085 Microprocessor Architecture
Presentation transcript:

H. Huang Transparency No.5-1 The 68HC11 Microcontroller Chapter 5: Operation Modes and Memory Expansion The 68HC11 Microcontroller Han-Way Huang Minnesota State University, Mankato

H. Huang Transparency No.5-2 The 68HC11 Microcontroller The 68HC11 Operation Modes -Single chip mode: a mode in which the 68HC11 functions without external address and data buses. The 68HC11 has 5 I/O ports (A, B, C, D, and E) to use in this mode. -Expanded mode: a mode in which the 68HC11 has the capability to access a 64KB address space. In this mode, port B is used as the upper address signals (A15-A8) and port C is used as time-multiplexed address/data bus (A7/D7-A0/D0). Only three I/O ports are available for direct use. -Special test mode: mainly used by Motorola in fabrication testing. -Special Bootstrap mode: a mode in which a bootstrap ROM is enabled. The bootstrap ROM contains a loader program that will be executed after the RESET signal is going high and this program will load in a 256-byte program from the SCI subsystem to the on-chip SRAM and then transfer the CPU control to that loaded program. Establishment of the operation mode On the rising edge of the RESET, the voltage levels on pins MODA and MODB are latched into the HPRIO register, which determines the operation mode of the 68HC11.

H. Huang Transparency No.5-3 The 68HC11 Microcontroller Memory Technologies and Terminology 1.Nonvolatile and volatile memories: differentiated by whether a memory component will lose its contents when the power is removed. 2.ROMs and RAMs: differentiated by whether a a memory component can be read/write from/into for roughly the same amount of time. 3.Dynamic and Static RAMs: differentiated by whether a RAM requires periodic refresh operation in order to maintain its stored information. 4.Memory capacity: the total number of bits that a memory chip contains. 5.Memory organization: describes the number of bits that can be accessed from a memory chip in one operation. The organization is specified as m  n, where m is the total number of locations and n is the number of bits in each location.

H. Huang Transparency No.5-4 The 68HC11 Microcontroller Example 5.1 Using the following memory chips, how many SRAM chips will be needed to build a 512KB, 16-bit memory system for a 16-bit microprocessor? a. 256K × 1 SRAM b. 256K × 4 SRAM c. 256K × 8 SRAM d. 64K × 8 SRAM Solution: a. Sixteen SRAM chips with × 1 organization are needed to construct a 16-bit memory system K × 1 chips are required to build a 512KB 16-bit memory system. b. Four SRAM chips with × 4 organization are needed to construct a 16-bit memory system. Four 256K × 4 SRAM chips are needed to construct a 512 KB 16-bit memory system. c.Two SRAM chips with × 8 organization are needed to construct a 16-bit memory system. Two 256K × 8 SRAM chips are needed to construct a 512 KB 16-bit memory system. d.Two SRAM chips with × 8 organization are needed to construct a 16-bit memory system. Eight 64K × 8 SRAM chips are needed to construct a 512 KB 16-bit memory system.

H. Huang Transparency No.5-5 The 68HC11 Microcontroller Reposition 68HC11 on-chip SRAM and I/O registers -The upper four bits of the INIT register reposition the on-chip SRAM to the beginning of any 4KB page -The lower four bits of the INIT register reposition the I/O registers to the beginning of any 4KB page. -The repositioning of SRAM and I/O registers can only be done within 64 E clock cycles after reset. Example 5.2 Reposition the 68HC11 on-chip SRAM to $2000-$20FF and remap I/O registers to $3000-$303F. Solution: Set the upper four bits and lower four bits of the INIT register to $2 and $3, respectively. SRAMequ$20; value to remap SRAM to $2000-$20FF IOREGequ$03; value to remap I/O registers to $3000-$303F remapequSRAM+IOREG INITequ$1030 ldab#remap staaINIT …

H. Huang Transparency No.5-6 The 68HC11 Microcontroller External Memory Expansion Issues address space assignment address decoding timing consideration Address space assignment -only unallocated memory space should be assigned to external memory components -memory space is often allocated in the unit of 2 n KB (n is an integer) for 8-bit microcontrollers -address decoder can be simplified if memory space is divided into blocks of the same size. Allocated space for the 68HC11A8 $0000-$00FF:SRAM $1000-$103F:I/O registers $B600-B7FF:EEPROM $E000-$FFFF:ROM

H. Huang Transparency No.5-7 The 68HC11 Microcontroller Example 5.3 Assign the 68HC11 memory space using a block size of 4KB. Solution: The 64KB memory space can be divided into 16 4KB blocks.

H. Huang Transparency No.5-8 The 68HC11 Microcontroller Example 5.4 Assign the 68HC11 memory space using a block size of 8KB. Solution: The 64 KB space can be divided into eight 8KB blocks. Block number Address range $0000-$1FFF $2000-$3FFF $4000-$5FFF $6000-$7FFF $8000-$9FFF $A000-$BFFF $C000-$DFFF $E000-$FFFF Address decoding methods -partial-decoding: each addressable location responds to more than one address on the system bus -full-decoding: each addressable location responds only to one specific address on the system bus

H. Huang Transparency No.5-9 The 68HC11 Microcontroller TTL Decoder Chips :a 3-to-8 decoder :dual 2-to-4 decoder

H. Huang Transparency No.5-10 The 68HC11 Microcontroller Example 5.5 Use a full decoding scheme to design an address decoder for a computer that has the following address space assignments: SRAM1:$2000-$3FFF ROM1:$4000-$5FFF E 2 PROM:$6000-$7FFF SRAM2:$A000-$BFFF ROM2:$C000-$DFFF Solution: Each memory component is 8KB. A 3-to-8 decoder 74LS138 can be used as the address decoder. The highest 3 address bits will be used as the address inputs to the decoder. The highest three address bits for each component are: SRAM1:001 ROM1:010 E 2 PROM:011 SRAM2:101 ROM2:110 The decoder circuit is:

H. Huang Transparency No.5-11 The 68HC11 Microcontroller Example 5.6 Design an address decoder for a 68HC11-based product that has 2KB of external E 2 PROM and 2KB of external SRAM using partial decoding method. Solution: -Use the dual 2-to-4 decoder as the address decoder. -Divide the 64KB address space of the 68HC11 into four 16 KB blocks. -Use the two highest address signals A 15 A 14 as the address inputs to the decoder. -Assign the address space $4000-$7FFF to E 2 PROM. -Assign the address space $8000-$BFFF to SRAM.

H. Huang Transparency No.5-12 The 68HC11 Microcontroller Example 5.7 Make space assignment for an 8-bit microcontroller-based system with 2 external 8KB SRAM chips, 2 8KB EPROM chips, 1 8KB flash memory chip, and 8 I/O devices. After making space assignment, design a decoder for it. Solution: Use a two-level space assignment and two to perform addressing decoding. The level one and level two space assignments are:

H. Huang Transparency No.5-13 The 68HC11 Microcontroller The decoding circuitry is as follows:

H. Huang Transparency No.5-14 The 68HC11 Microcontroller Conventions of Timing Diagrams -Ideal signals have 0 rise and fall times -A real signal has nonzero rise and fall times

H. Huang Transparency No.5-15 The 68HC11 Microcontroller -Normal signal representation -Unknown signals (when they are changing) representation

H. Huang Transparency No.5-16 The 68HC11 Microcontroller Floating signal representation -A floating signal is represented by a level half way between logic high and low.

H. Huang Transparency No.5-17 The 68HC11 Microcontroller Signal causal relationships

H. Huang Transparency No.5-18 The 68HC11 Microcontroller The 68HC11 Bus Cycle Timing Diagrams -A 68HC11 external bus cycle can only be performed in expanded mode and controlled by the E clock signal. -All read and write bus cycles take one E clock cycles to complete. -All timing parameters use 20% and 70% of the power supply voltage as reference points. (Motorola is using this convention) -Most timing parameters are measured relative to the rising and falling edges of the E clock signal. -The phrase before the rising edge of the E clock uses the time when the magnitude of the E clock signal is 0.2V DD as a reference point. -The phrase after the rising edge of the E clock uses the time when the magnitude of the E clock signal is 0.7V DD as a reference point. -The phrase before the falling edge of the E clock uses the time when the magnitude of the E clock signal is 0.7V DD as a reference point. -The phrase after the falling edge of the E clock uses the time when the magnitude of the E clock signal is 0.2V DD as a reference point.

H. Huang Transparency No.5-19 The 68HC11 Microcontroller MC68HC11 Read Bus Cycle Timing Diagram

H. Huang Transparency No.5-20 The 68HC11 Microcontroller For the 2 MHz E clock signal and the 68HC11 read bus cycle timing diagram -PW EL is the E clock low pulse width (227 ns) -PW EH is the E clock high pulse width (222 ns) -A15-A8 and R/W signals are valid t AV (94ns) before the rising edge of E clock -A15-A8 and R/W signal remain valid for t AH (30 ns) after the falling edge of E clock -A7-A0 and D7-D0 are multiplexed on the same PC7-PC0 pins -PC7-PC0 are used as A7-A0 when E clock is low -PC7-PC0 are used as D7-D0 when E clock is high -A7-A0 are valid t AVM (86 ns) before the rising edge of E clock -Read data must be valid for t DSR (30 ns) before the falling edge of E clock so that 68HC11 can read it correctly -Read data must remain valid for t DHR (0-83ns) after the falling edge of E clock so that 68HC11 can read it correctly -The falling edge of the AS signal is often used by the address latch to latch A7-A0 and A7-A0 remain valid for t AHL (26 ns) after AS falls -Multiplexed address delay is t MAD (83 ns) after the falling edge of E clock.

H. Huang Transparency No.5-21 The 68HC11 Microcontroller 68HC11 Write Bus Cycle Timing Diagram

H. Huang Transparency No.5-22 The 68HC11 Microcontroller For the 2 MHz E clock and the 68HC11 Write bus cycle timing diagram, most signals are identical to those in read bus cycle timing diagram except -the 68HC11 drives the data bus when E clock is high -the 68HC11 drives D7-D0 t DDW (128 ns) after the rising edge of the E clock until t DHW (33 ns) after the falling edge of the E clock

H. Huang Transparency No.5-23 The 68HC11 Microcontroller Adding an 8KB SRAM HM6264A to the 68HC11 -The HM6264A has 13 address pins to address each of the 8192 locations on the chip. -The HM6264A uses × 8 organization. -There are two chip enable signals: one (CS1) is active low, the other (CS2) is active high. -The active low signals WE and OE control the data in and out from the chip.

H. Huang Transparency No.5-24 The 68HC11 Microcontroller The HM6264A Read Cycle Timing Diagrams There are four access times: 1.Address access time (t AA ) 2.CS1 access time (t CO1 ) 3.CS2 access time (t CO2 ) 4.OE access time (t OE )

H. Huang Transparency No.5-25 The 68HC11 Microcontroller HM6264A Write Cycle Timing diagram - Write data must be valid for t DW before WE goes high and remain valid for at least t DH after WE goes high -the pulse width of WE must be at least t WP

H. Huang Transparency No.5-26 The 68HC11 Microcontroller Interfacing the HM6264A-12 with the 2 MHz 68HC11 -Address space assigned to the HM6264A-12 is $4000-$5FFF -The 74F138, having a propagation delay of 8 ns, is used as the address decoder -The 74F373, having a propagation delay of 11.5 ns, is used as the low address latch -The WE signal is generated by NANDing the E clock and the inverting copy of R/W. -The NAND gate has a propagation delay of 15 ns. -The inverter that is used to invert the R/W signal has a propagation delay of 15 ns -The circuit connection is in Figure 5.17 of the next slide

H. Huang Transparency No.5-27 The 68HC11 Microcontroller

H. Huang Transparency No.5-28 The 68HC11 Microcontroller Read Access Timing Analysis -Timing verification is illustrated using an overlapped 68HC11 and HM6264A timing diagram in Figure The time when the data outputs from the HM6264A become valid is determined by the last asserted input signal -- CS1 in this example -A15-A8 are valid 94 ns before E rises -A7-A0 are latched into the 74F373 at 41.5 ns before the rising edge of E clock The lower address signals A7-A0 are latched by the AS signal The AS signal falls to 0.7 V DD at 53 ns before the rising edge of E clock The 74F373 has a propagation of 11.5 ns A7-A0 is valid at 41.5 ns ( ) before E rises -WE is high for a read cycle -E3 is the last asserted input signal for 74F138 and hence dictates the output valid time -O2 is asserted 8 ns after the rising edge of E clock -Data output from the HM6264A is valid 128 ns after the rising edge of the E clock or 94 ns ( ) before the rising edge of the E clock -- this satisfies the 68HC11 read data setup time (30 ns)

H. Huang Transparency No.5-29 The 68HC11 Microcontroller

H. Huang Transparency No.5-30 The 68HC11 Microcontroller -The data hold time is the smaller one (8ns - 43ns) of the following two values: 1. The output hold time from address change (t OH = 10 ns). Address inputs become invalid 33 ns after the E clock falls. Therefore, it holds up to 43 ns after E falls. 2. Chip selection CS1 to output in high impedance time t HZ1 : ns. -The data hold time requirement (0 to 83 ns) is violated. However, the data is held valid by the capacitance of the printed circuit board until other component drives the multiplexed address/data bus -- the earliest time is 138 ns after the falling edge of the E clock (or 53 ns before the rising edge of the next E clock cycle). - Both the read data setup and hold times are satisfied for the 68HC11. -The analysis about the PCB capacitance holds data valid follows:

H. Huang Transparency No.5-31 The 68HC11 Microcontroller Analysis on the duration of the data holding time by PCB capacitance -Each data pin (D7-D0) and the PCB ground plane form a capacitor -After memory chip stops driving data pins, the charge across the capacitor leaks away via 1. input leakage current into the 68HC11 data pin (on the order of 10  A) 2. input leakage current into the memory chip (on the order of 2  A) 3. other leakage paths on the printed circuit board -Let  V = voltage change required for a data bus signal to change from 1 to 0 and is 2.5V for a 5V power supply  t = the time that it takes the voltage across the capacitor to drop by  V I = total leakage current C = the capacitance on the PCB. C is 20 pF/ft for a typical PCB Assume the data bus signal path is 1 foot long Then  t = C  V ÷ I = 20 pF × 2.5 V ÷ 12  A = 4  s Even if the leakage current is ten times larger, the PCB capacitance can still hold the data for up to 400 ns.

H. Huang Transparency No.5-32 The 68HC11 Microcontroller Write Bus Cycle Timing Analysis -Timing verification is illustrated using an overlapped 68HC11 and HM6264A timing diagram in Figure The following timing parameters must be satisfied: 1.write cycle time (120 ns min.) 2.write pulse width (70 ns min.) 3.address setup time (0 ns min.) 4.address valid to end of write (85 ns min.) 5.data valid to end of write (50 ns min.) 6.data hold time (0 ns min.) 7.write recovery time (0 ns min.)

H. Huang Transparency No.5-33 The 68HC11 Microcontroller

H. Huang Transparency No.5-34 The 68HC11 Microcontroller Calculation of Write Cycle Time Write cycle time is the period during which the address inputs to the HM6264A are valid and is equal to the sum of the following parameters: -Address inputs (A12-A0) to the HM6264A valid time before the rising edge of the E clock (A7-A0 become valid later than A12-A8). -E clock rise time (20 ns at 2 MHz) -Pulse width when the E clock is high -E clock fall time -Address inputs hold time after the E clock falls (33 ns). (A12-A8 become invalid earlier than A7-A0). t WC = 41.5 ns + t r + PW EH + t f + t AH = ns (120 ns min. required)

H. Huang Transparency No.5-35 The 68HC11 Microcontroller Calculation of Write Pulse Width (WE) Since the WE signal is the NAND function of the R/W and E clock, the width is equal to the high pulse width of the E clock and is equal to 222 ns (70 ns is required).

H. Huang Transparency No.5-36 The 68HC11 Microcontroller Calculation of Address Setup Time The address setup time is measured from the moment that all address inputs are valid until the write enable signal goes low. A12-A8 become valid 94 ns before the rising edge of E clock and A7-A0 become valid 41.5 ns before the rising edge of the E clock. The WE signal becomes valid 15 ns after the rising edge of the E clock due to the propagation delay of the NAND gate. The address setup time is calculated as follows: t AS = 41.5 ns + t r + 15 ns = 76.5 ns The calculated value satisfies the requirement (0 ns min.).

H. Huang Transparency No.5-37 The 68HC11 Microcontroller Time from Address Valid till the End of Write This parameter is measured from the moment when all address inputs are valid until the write enable signal becomes invalid. This parameter is the sum of the following terms: 1.the lead time from address signals become valid to the rising edge of the E clock (41.5 ns) 2.the E clock rise time (20 ns) 3.the E clock high pulse width (222 ns) 4.the E clock fall time (20 ns) 5.the propagation delay of the NAND gate (15 ns) t AW = 41.5 ns + 20 ns ns + 20 ns + 15 ns = ns (85 ns min. required)

H. Huang Transparency No.5-38 The 68HC11 Microcontroller Calculation of Write Data Setup Times The write data setup time (t DW ) is measured from the moment that the 68HC11 drives the data on the data bus until the WE signal goes high (50 ns min. required). t DW = PW EH - t DDW + delay of the NAND gate = 222 ns ns + 15 ns = 109 ns E D7-D0 WE t DDW write data setup time 15 ns 222 ns

H. Huang Transparency No.5-39 The 68HC11 Microcontroller Write Data Hold Time (t DH )Calculation - t DH is measured from the moment when WE becomes invalid until D7-D0 become invalid. t DH = t DHW - NAND delay = 33 ns - 15 ns = 18 ns (> 0 ns) 15 ns t DHW = 33 ns t DH E WE D7-D0

H. Huang Transparency No.5-40 The 68HC11 Microcontroller Calculation of Write Recovery Time Write recovery time (t WR ) is measured from the moment that the earliest chip select signal (CS1 in this example) becomes invalid until the moment that the address signals are invalid. The calculation of t WR is illustrated in Figure All timing parameters have been verified to satisfy the requirements.