National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE200113365] Flash Memory By Arjun Sabat Roll.

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

Computer Organization and Architecture
+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
LOGO.  Concept:  Is read-only memory.  Do not lose data when power is lost.  ROM memory is used to produce chips with integrated.
What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
PREPARE FOR AN EPIC. CACHE AND FLASH AND VIRTUAL.
11/29/2004EE 42 fall 2004 lecture 371 Lecture #37: Memory Last lecture: –Transmission line equations –Reflections and termination –High frequency measurements.
1 Lecture 16B Memories. 2 Memories in General Computers have mostly RAM ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
Non-Volatile Memory Jeremy Searle Feb. 4 th, 2004 Tech Topic Presentation.
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.
Static Memory Outline –Types of Static Memory –Static RAM –Battery Backup –EPROM –Flash Memory –EEPROM Goal –Understand types of static memory –Understand.
Chapter 5 Internal Memory
Yinglei Wang, Wing-kei Yu, Sarah Q. Xu, Edwin Kan, and G. Edward Suh Cornell University Tuan Tran.
Memory Key component of a computer system is its memory system to store programs and data. ITCS 3181 Logic and Computer Systems 2014 B. Wilkinson Slides12.ppt.
1 Lecture 16B Memories. 2 Memories in General RAM - the predominant memory ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
Memory and Storage - Sheetal Gosrani. Overview Memory Hierarchy RAM Memory Chip Organization ROM Flash Memory.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Memory Technologies EE 454 Embedded Architectures.
Memory Basics Chapter 8.
Module IV Memory Organization.
12/1/2004EE 42 fall 2004 lecture 381 Lecture #38: Memory (2) Last lecture: –Memory Architecture –Static Ram This lecture –Dynamic Ram –E 2 memory.
Russell Taylor. RAM Quiz
Physical Memory By Gregory Marshall. MEMORY HIERARCHY.
Khaled A. Al-Utaibi Memory Devices Khaled A. Al-Utaibi
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
Lecture on Electronic Memories. What Is Electronic Memory? Electronic device that stores digital information Types –Volatile v. non-volatile –Static v.
Memory Hierarchy.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Memory and Programmable Logic
TEJ3M Teacher: Ms. Luce Name: Alex H. Date: February 18th 2010
1 COMP541 Memories - I Montek Singh Feb 29, 2012.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
Thomas coughlin Those slides which are signed by “ * Were not in the main document. these slide are just gathered for better understanding.
Memory /27/081ECE Lecture 13 Memory 2.
Memory and Programmable Logic Memory device: Device to which binary information is transferred for storage, and from which information is available for.
Chapter 8 Memory Interface
Lecture 16: Storage and I/O EEN 312: Processors: Hardware, Software, and Interfacing Department of Electrical and Computer Engineering Spring 2014, Dr.
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
Memory and Storage Dr. Rebhi S. Baraka
Internal Memory.
Digital Design: Principles and Practices
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
1 Memory Design EE 208 – Logic Design Chapter 7 Sohaib Majzoub.
1 COMP541 Memories - I Montek Singh Oct 7, Topics  Overview of Memory Types Read-Only Memory (ROM): PROMs, FLASH, etc. Read-Only Memory (ROM):
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Flash Memory. Points of Discussion  Flash Memory Generalities  Construction & Properties  History of Flash Memory  NOR & NAND Architectures  Optimizations.
Welcome to our report. University of Danang University of Technology Information Technology Faculty Flash Disk Storage Group’s member: 1.Lê S ữ a 08T1.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dr. Shi Dept. of Electrical and Computer Engineering.
ROM Nitin mishra. ROM Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be.
1 Memory Hierarchy (I). 2 Outline Random-Access Memory (RAM) Nonvolatile Memory Disk Storage Suggested Reading: 6.1.
Flash Memory by Matt & Sam. What is Flash Memory? Flash memory is a type of memory storage device for computers & devices. It is a type of 'EEPROM' chip,
Magnetic RAM Magnetoresistive Random Access Memory.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Done By: Bashayer Al- Suroor ID:
Internal Memory.
Presented By: Rob Douglas, Alex Alexandrov
Welcome.
William Stallings Computer Organization and Architecture 7th Edition
TOPIC : Memory Classification
Lecture 5 Memory and storage
Memory Principles.
Semiconductor memories are classified in different ways. A distinction is made between read-only (ROM) and read-write (RWM) memories. The contents RWMs.
Computer Memory.
Presentation transcript:

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] Flash Memory By Arjun Sabat Roll No: EE Under the guidance of Mr. Gayadhar Panda

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [2] INTRODUCTION Flash Memory is solid state non-volatile memory. It stores electrical charges rather than magnetic media. Flash memory is light,compact,energy efficient and less expensive. it is a ideal storage medium for digital camera,smart card etc.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [3] WHAT IS FLASH MEMORY? Flash memory is electronically erasable, electronically programmable, (generally) read-only memory. From an embedded system designer’s perspective, the key difference between flash memory and EEPROM is that flash devices are block structured; that is, while flash memory locations are individually programmable, they are not individually erasable the way they are with EEPROM.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [4] Flash memory is erased in sections whose sizes and locations in the chip are defined by the part’s manufacturer. As a result, once a flash memory location is programmed, the entire section containing the location must be erased before that location can be programmed again.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [5] HOW FLASH MEMORY WORKS Flash memory is a type of EEPROM chip. Flash memory cell consists of two transistors and these transistors are separated by a thin oxide layer. One transistor is called floating and other one is control gate. A cell censor monitor the level of charge passing through floating gate. if the flow through the gate is greater than 50%of charge its value is ‘1’. If charge passing drops below 50% threshold it’s value is ‘0’.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [6] MLC TECHNOLOGY MLC stands for Multi Level Cell MLC Technology allows storage multiple bits per memory cell by charging memory cell to different voltage level. These significantly increase the number of bits stored per area. It may store per cell or thee bits per cell. It significantly decrease the cost per Megabyte.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [7] HOW TO ERASE & WRITE TO FLASH? Flash memory is a type of EEPROM chip. It has a grid of columns and rows with a cell that has two transistors at each intersection. The two transistors are separated from each other by a thin oxide layer. Programming algorithms specified to Flash controller is used to control Flash memory.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [8] ADVANTAGES Flash memory is noise less. It allows faster access. It is smaller size and lighter. It has no moving parts.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [9] LIMITATIONS Flash memory costs five to ten times more than standard DRAM. Another downside is the overabundance of formats. Huge premium to pay power saving of flash memory.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [10] FLASH APPLICATIONS Nonvolatile storage needed but battery not desirable. In an application where long-term data storage is required but a battery is not desirable, flash provides an ideal alternative to battery-backed static RAM.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [11] CONCLUSION Flash memory thus can provide an alternative to conventional DRAM memory. But it’s cost has to be decreased drastically to ensure that it replays the DRAM quickly. By use of MLC technology the memory capacity of flash memory can be increased and thus the cost can be decreased.

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [12] Thank You!

National Institute of Science & Technology Technical Seminar Presentation-2004 Presented By: Arjun Sabat [EE ] [13]