NVMTS 2012, Oct 31st – 2nd Nov, Singapore

Slides:



Advertisements
Similar presentations
Measuring Magnetoelectric Strain
Advertisements

DC-DC Fundamentals 1.4 Charge Pump Regulator
Khaled A. Al-Utaibi  Clock Generator Functions  Crystal Oscillator  8284 Pins  8284 Interfacing to the 8086  RC Circuit Charging.
Computer Organization and Architecture
INTRODUCTION With this chapter, we begin the discussion of the basic op-amp that forms the cornerstone for linear applications; that is, the signal is.
+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Analog-to-Digital Converter (ADC) And
Piezoelectric Characterization in an AFM Joe T. Evans, Jr, Radiant Technologies, Inc.
Data Acquisition ET 228 Chapter
Diode Applications Half wave rectifier and equivalent circuit with piece-wise linear model Ideal Vc Rf vi v i = VM sin (t)
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.
EKT214 - ANALOG ELECTRONIC CIRCUIT II
Logic Device and Memory. Tri-state Devices Tri-state logic devices have three states: logic 1, logic 0, and high impedance. A tri-state device has three.
Chapter 6 Voltage Regulators - Part 2-.
Principles & Applications
Khaled A. Al-Utaibi Memory Devices Khaled A. Al-Utaibi
Memory and Programmable Logic
General Licensing Class Oscillators & Components Your organization and dates here.
MICRO CONTROLLER MODULE 1. Learning Objectives Name some gadgets that use microcontrollers. Define a microcontroller. Differentiate between a computer.
Digital Design: Principles and Practices
Digital Logic Design Instructor: Kasım Sinan YILDIRIM
Sensors Material taken from Robotics with the Boe-Bot.
PHY 201 (Blum)1 Transistor Odds and Ends. PHY 201 (Blum)2 RTL NOR.
Chapter 6 Voltage Regulators - Part 2-.
July 7, 2003 Slide 1 of 6 Automation, Robotics and Mechatronics Lab, SUNY at Buffalo Introduction To Programming Chetan Jadhav Talib Bhabharawala Seung-Kook.
Digital Electronics Board-of-Education : Output. Board of Education - Output This presentation will explain, both from a hardware and software perspective,
THE PHYSICS OF FERROELECTRIC MEMORIES Electro-ceramic Lab. Dept. of Materials Engineering.
Memory 2 ©Paul Godin Created March 2008 Memory 2.1.
Digital-to-Analog Analog-to-Digital Week 10. Data Handling Systems  Both data about the physical world and control signals sent to interact with the.
Seminar On RAM & ROM. PRESENTED BY PRESENTED BY 1) YATIN KSHIRSAGAR. 2) GHANSHYAM DUSANE. 3) GANESH RAJOLE.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Chapter 5 - Internal Memory 5.1 Semiconductor Main Memory 5.2 Error Correction 5.3 Advanced DRAM Organization.
Absolute Displacement Calibration for Atomic Force Microscopy
Arduino.
SOFT START OF 3 PHASE INDUCTION MOTOR BY USING 2 NUMBERS BACK TO BACK SCRS IN EACH PHASE Submitted by:
IMPROVING THE PERFORMANCE OF COMPARATORS
FERROELECTRIC RAM [FRAM]
Digital-to-Analog Analog-to-Digital
Clock Signals: 555 Timer 555 Timer Digital Electronics TM
Radiant Technologies, Inc. Ferroelectric Test & Technology
Temperature sensors Temperature is the most often-measured environmental quantity. This might be expected since most physical, electronic, chemical, mechanical,
CHAPTER 6 VOLTAGE REGULATOR Tulus Ikhsan Nasution.
Introduction to Semiconductor Devices
Atmega32 Architectural Overview
Electronic Devices Ninth Edition Floyd Chapter 17.
ELG4135: Electronics III (Fall 2005)
SCADA for Remote Industrial Plant
EI205 Lecture 13 Dianguang Ma Fall 2008.
Fault detection Lecture (3).
Diode Applications Half wave rectifier and equivalent circuit with piece-wise linear model Ideal Vc Rf vi v i = VM sin (t)
PC CONTROL USING TV REMOTE
Session III Architecture of PLC
Chapter 23 ELECTRONICS.
Digital-to-Analog Analog-to-Digital
Binary Resonant Wings Joe Evans, Naomi Montross, Gerald Salazar
Radiant Technologies, Inc. March 29, 2018
Information Storage and Spintronics 13
Cost of Test for Non-Linear Materials
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
analog and digital measurements
BIC 10503: COMPUTER ARCHITECTURE
Introduction to Computing Chapter 0
POWER SEMICONDUCTOR DEVICES OVERVIEW
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
Test Requirements for Commercial PiezoMEMS
Binary Resonant Wings Joe Evans, Naomi Montross, Gerald Salazar
PiezoMEMS Foundry to Support Research Projects
Information Storage and Spintronics 11
Presentation transcript:

NVMTS 2012, Oct 31st – 2nd Nov, Singapore A discrete ferroelectric memory Joe Evans, Naomi Montrose, Gerald Salazar, Bob Howard, Spencer Smith, Scott Chapman, Allen Gallegos Radiant Technologies, Inc. radiant@ferrodevices.com Introduction A ferroelectric capacitor exhibits remanent polarization allowing it to be used as a non-volatile memory. Whereas an EEPROM or FLASH memory bit functions by trapping electrons in an insulator where they take hundreds of years to leak out, the charged state of the crystal lattice of a ferroelectric capacitor is a natural characteristic of the material. It need only be pointed in the desired direction by the application of the appropriate voltage. A ferroelectric capacitor maintains memory without support from control circuitry or the environmental protection of a package. The experiment below demonstrates this principle. ------------------------------------------------------------------------------------------------------------------------------- Non-volatile memory based on ferroelectricity is charge-based. Its state is destructively read by counting electrons coming from the capacitor when it is switched into a known direction. Ferroelectric hysteresis is typically shown as a full loop, implying continuity. Memory is intrinsically discontinuous! The charge coming from a ferroelectric capacitor is most easily converted to a voltage by a linear capacitor in series with the ferroelectric capacitor, hence the Sawyer-Tower circuit [1]. Taking advantage of the unique property of microprocessor pins whereby they can act as active outputs or act as high impedance level-sensing inputs, a ferroelectric memory bit may be created by connecting a Sawyer-Tower circuit to two I/O pins of a microprocessor. Microprocessors Any microprocessor can be configured to work with any ferroelectric capacitor as a memory bit. One example is the Basic Stamp® by Parallax. (www.parallax.com) This microprocessor is inexpensive, has 5 volt I/O pins, interprets the Basic programming language, and is easy to program from any PC by USB connection. The write and read operations consist of setting the I/O pins in the proper time order: Write UP 'Condition: : BS2 always powers up with all pins as TTL logic inputs. Initialize pins to LOW. OUT3 = 0 OUT2 = 0 'Write "UP": set both pins as outputs, cycle TOP pin high/low. OUTPUT 3 OUTPUT 2 HIGH 3 PAUSE 1 ‘1ms delay to shape oscilloscope image. LOW 3 ‘Retain with pins as inputs. INPUT 2 INPUT 3 ‘Write message to host computer screen. DEBUG "Write UP.", CR END Write DOWN 'Condition: BS2 always powers up with all pins as TTL logic inputs. Initialize pins to LOW. OUT3 = 0 OUT2 = 0 'Write "DOWN": set both pins as outputs, cycle BOTTOM pin high/low. OUTPUT 3 OUTPUT 2 HIGH 2 PAUSE 1 ‘1ms delay to shape oscilloscope image. LOW 2 ‘Retain with pins as inputs. INPUT 2 INPUT 3 ‘Write message to host computer screen. DEBUG CR, "Write DOWN.", CR END CSense CFE P3 P2 µP To execute these loops on a Radiant EDU, select “Standard Bipolar”. To execute these loops in Vision, select “Standard Bipolar”, “No Preset”, and “Auto-amplification Off”. Read fecap VAR Bit ‘Start with both pins as inputs OUTPUT 3 HIGH 3 fecap = IN2 PAUSE 1 ‘1ms delay to shape oscilloscope image. LOW 3 INPUT 3 ‘Write result to host computer screen. DEBUG "Capacitor on READ is = ", DEC fecap, CR END Write UP Write DOWN Read UP Read DOWN Write a datum by setting a 1:0 combination on the two I/O pins. The stroed datum is read by setting as an input the I/O pin connected to the sense capacitor of the Sawyer Tower circuit and applying 5V to the pin connected to the top of the circuit. Proper selection of the sense capacitor causes the sense capacitor voltage to be below the threshold for logic zero or above the threshold for logic 1. Reliability Ferroelectric capacitors in integrated circuit memories have proven to be highly reliable and may have lower terrestrial soft error rates than FLASH, DRAM, and SRAM. [2] High reliability is achieved by substituting oxide electrodes for the platinum electrodes in the capacitor structure. Nevertheless, platinum electroded PZT capacitors have useful lifetimes. The reliability lifetimes plotted below for platinum-electroded PZT capacitors assume that read failure occurs when the DOWN state polarization decreases to 50% of its initial value or the UP state polarization increases to 50% of the initial DOWN state value. Conclusion The natural memory effect of ferroelectric capacitors allows discrete non-volatile memory bits to be written and read with a microprocessor. Platinum-electroded ferroelectric capacitors are not suitable for use in commercial FeRAMs but are acceptable for experimenting with discrete single-bit non-volatile memory bits. References: C. Sawyer and C. Tower, Rochelle Salt as a Dielectric, Phys. Rev, vol 35, Feb 1930, p. 269 http://www.ti.com/ww/en/mcu/fram_ultra_low_power_embedded_memory/index.htm CSense CFE 1 µP Input To execute these half-loops on a Radiant EDU, select “Standard Monopolar”. To execute these loops in Vision, select “Standard Monopolar”, “No Preset”, and “Auto-amplification Off”. Undefined Logic Input OR Fatigue Fatigue is the loss of polarization with repeated cycling. Imprint Imprint is the increase in the UP state polarization with time-in-state. It occurs from the sideways drift of the hysteresis loop. Failure occurs when the drift equals the coercive voltage. 32,000 cycles@25ºC 8 years @85ºC