CMOS Schmitt Trigger Test Circuit Mitchell Belser, P.E. Visiting Instructor Department of Computer Engineering Jackson State University

Slides:



Advertisements
Similar presentations
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Advertisements

Practical Considerations for Digital Design
Chapter 11 Practical Considerations for Digital Design William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education,
Digital Electronics Logic Families TTL and CMOS.
Flip-Flops and Related Devices Wen-Hung Liao, Ph.D.
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
Oscillators with LC Feedback Circuits
Chapter 6 (Oscillators)
Experiment 6 -- Digital Switching
EXAMPLES OF FEEDBACK Today we will
Comparator circuits An ideal comparator compares two input voltages and produces a logic output signal whose value (high or low) depends on which of the.
Integrated Circuits Design for Applications in Communications Dr. Charles Surya Department of Electronic and Information Engineering DE636  6220
Department of Information Engineering357 Operation amplifier The tail, large impedance gives high CMRR Mirror as active load. High gain Follower as buffer.
Schmitt trigger.
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Hao Ji.
Lecture 21, Slide 1EECS40, Fall 2004Prof. White Lecture #21 OUTLINE –Sequential logic circuits –Fan-out –Propagation delay –CMOS power consumption Reading:
As an Astable Multivibrator 1. 2  An integrated chip that is used in a wide variety of circuits to generate square wave and triangular shaped single.
M.S.P.V.L. Polytechnic College, Pavoorchatram
Semiconductor Power Switches and Supplementary Components and Systems.
TIMERS.
Oscillators 2. LC Oscillators.
Digital and Analog Quantities
Practical Aspects of Logic Gates COE 202 Digital Logic Design Dr. Aiman El-Maleh College of Computer Sciences and Engineering King Fahd University of Petroleum.
1 EE 587 SoC Design & Test Partha Pande School of EECS Washington State University
Electronic Devices Ninth Edition Floyd Chapter 13.
9.2 Schmitt Trigger The Schmitt trigger has found many applications in numerous circuits, both analog and digital. The versatility of a TTL Schmitt is.
© Digital Integrated Circuits 2nd Sequential Circuits Digital Integrated Circuits A Design Perspective Designing Sequential Logic Circuits Jan M. Rabaey.
General Licensing Class Oscillators & Components Your organization and dates here.
CHAPTER 11 Op-Amp Applications. Objectives Describe and Analyze: Audio mixers Integrators Differentiators Peak detectors Comparators Other applications.
PHY 202 (Blum)1 Analog-to-Digital Converter and Multi-vibrators.
Hysteretic Buck Regulators It is one of the simplest switching regulators to implement, and it is also one of the fastest. Hysteretic control.
Washington State University
PHY 202 (Blum)1 Analog-to-Digital Converter and Multi-vibrators.
Microelectronic Circuits - Fourth Edition Sedra/Smith 0 PowerPoint Overheads to Accompany Sedra/Smith Microelectronic Circuits 4/e ©1999 Oxford University.
Microprocessor-Based System. What is it? How simple can a microprocessor-based system actually be? – It must obviously contain a microprocessor otherwise.
Digital Integrated Circuits© Prentice Hall 1995 Sequential Logic SEQUENTIAL LOGIC.
William. Operational Amplifier (op amp) Drawing Circuit Diagrams Inverting Amplifiers – Negative potential is higher than Positive Potential Non-Inverting.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dept. of Electrical and Computer Engineering.
Digital Integrated Circuits A Design Perspective
Bi-CMOS Prakash B.
Solid-State Devices & Circuits
Chapter 6 – Digital Electronics – Part 1 1.D (Data) Flip Flops 2.RS (Set-Reset) Flip Flops 3.T Flip Flops 4.JK Flip Flops 5.JKMS Flip Flops Information.
Z. Feng MTU EE4800 CMOS Digital IC Design & Analysis 6.1 EE4800 CMOS Digital IC Design & Analysis Lecture 6 Power Zhuo Feng.
Penn ESE370 Fall DeHon 1 ESE370: Circuit-Level Modeling, Design, and Optimization for Digital Systems Day 4: September 14, 2011 Gates from Transistors.
Investigation on the Bipolar-Starting and Unipolar-Running Method to Drive a Brushless DC Motor at High Speed with Large Starting Torque PREM, Department.
Washington State University
US ADC (Analogue to Digital Conversion) and DAC (Digital to Analogue Conversion) 4 Weeks 3 Credits.
WELCOME.
Electronics Technology Fundamentals Chapter 24 Switching Circuits.
Different Types of Transistors and Their Functions
Electronic Devices Ninth Edition Floyd Chapter 13.
REMOTE JAMMING DEVICE.
IV UNIT : GATE LEVEL DESIGN
Flip-Flops and Related Devices
555 Timer EEE DEPARTMENT KUMPAVAT HARPAL( )
Computer Architecture & Operations I
Flip Flops.
Electronic Circuits Laboratory EE462G Lab #6
Wave Generation and Shaping
Basic Digital Logic: X-OR and X-NOR Gates
Reading: Hambley Ch. 7; Rabaey et al. Sec. 5.2
Satish Pradhan Dnyanasadhana college, Thane
JC Technology Logic Gates.
ELEC207 Linear Integrated Circuits
Chapter – 2 Logic Families.
Multi-vibrators
Edge-Based Circuits DIGI-260 ©Paul R. Godin gmail.com.
ELEC207 Linear Integrated Circuits
Mark Bristow CENBD 452 Fall 2002
Presentation transcript:

CMOS Schmitt Trigger Test Circuit Mitchell Belser, P.E. Visiting Instructor Department of Computer Engineering Jackson State University

What is a Schmitt Trigger A type of comparator. A comparator is an electronic circuit whose output state changes when its input reaches a certain value. A comparator’s output state will change at the same input value whether the input voltage is increasing or decreasing. A noisy signal can cause the output to change state randomly.

Schmitt Trigger Operation The Schmitt trigger is a comparator circuit that has two threshold voltages. When the input is higher than the upper threshold, the output is high. When the input is lower than the lower threshold, the output is low.

Schmitt Trigger Operation The Schmitt trigger employs positive feedback. When the input is between the two thresholds the output state does not change. The difference between the two thresholds is the hysteresis..

Schmitt Trigger Transfer Curve

Schmitt Trigger History The Schmitt trigger was first invented by Otto H. Schmitt in the Vacuum Tube based design. A Thermionic Trigger, Journal of Scientific Instruments, 15 January 1938 pg 24-26

Schmitt Trigger

Schmitt Trigger Implementations Comparator with positive feedback Bipolar transistor Schmitt trigger CMOS transistor Schmitt trigger

Comparator with Positive Feedback

Bipolar Schmitt Trigger Upper switching point voltage: Vth = R4/(R4+R3)*Vdd Lower switching point voltage: Vtl = R4/(R4+R2)*Vdd

CMOS Schmitt Trigger Upper switching point voltage: β1/ β3 = W1L3 / W3L1 Lower switching point voltage: β5/ β6 = W5L6 / W6L5

Applications Input buffers for digital signals. Crystal oscillator circuits. Clean up noisy signals (switch debounce). Speed up signals with slow edges.

Problem Description and Motivation for Improvement The conventional method for characterizing a CMOS Schmitt trigger is to ramp up the input voltage until the output state changes. The input voltage that results in the output changing state is the high threshold voltage VTH. In a similar manner, the low threshold voltage VTL is determined by reducing the input voltage until a state change occurs at the output. This method is widely used. The major draw back is the time that is required to search for the input voltage that results in a state change at the output. The proposed method would eliminate the need to perform a ramp search and thus greatly reduce the time needed to determine the switching threshold voltage levels.

Specific Improvements Innovation : A CMOS Schmitt trigger circuit containing additional test circuitry that allows trigger voltage levels to be detected at the input without needing to ramp the input voltage. Important components of innovation: The test circuitry consists of combinational logic and a CMOS switch. Digital input signals determine whether the high or low threshold voltage is measurable.

Traditional Schmitt Trigger Circuit

Schmitt Trigger Showing Effect of Test Circuitry ► Test circuitry is shown in blue. ► Asserting test mode and vih input results in sout being shorted to the input. The gates of the feedback transistors are driven to vdd. The input is regulated to the high threshold voltage VTH. ► Asserting test mode and vil input results in sout being shorted to the input. The gates of the feedback transistors are driven to gnd. The input is regulated to the low threshold voltage VTL. ► In normal operating mode the test circuitry has no effect on Schmitt trigger operation.

Advantages of This Method Typical method requires input to be driven and output voltage to be monitored in order to determine the switching threshold voltage levels. Test circuitry allow thresholds to be measured at the input without driving input or monitoring the output. Simply setting a digital input causes the threshold voltage to be present on the input pin of the Schmitt trigger.. Simplifies test program and reduces test time resulting in increased profit margin.

Measurement Data PartVDDSTATICRAMPFrequency C VCL-A4-5 VTHVTLVTHVTL 5 V k 3.3 V k A VCL-A4-35 V k 3.3 V k

Measurement Waveforms VDD= 3.3V Ramp frequency = 1kHz

Summary Schmitt trigger threshold test circuit. Measure rising and falling threshold levels. Ramping input and monitoring output state is no longer necessary. Reduction in test time. Increase in profit due to reduction in test time.