Method and apparatus for predictive flash memory erase and write times

Information

  • Patent Application
  • 20040143698
  • Publication Number
    20040143698
  • Date Filed
    December 29, 2003
    20 years ago
  • Date Published
    July 22, 2004
    19 years ago
Abstract
A NOR-gate architecture memory with an erase and write time table. The memory processor creates an erase and write time table in a table block. The table contains the most recent times for erase and write operations for each data block in the memory. When a storage operation is initiated, the processor accesses the table and estimates the amount of time it will take to perform the data storage operation and then communicates that back to a host computer. Each data storage operation results in a new table being created that is written into the data block. To save erase and write operations for the table block, the new table is written directly after the most recent table unless there is not enough space. An erase and write operation is only performed on the table block if there is not enough space for the new table.
Description


BACKGROUND OF THE INVENTION

[0002] 1. Field


[0003] This invention relates to flash memory, more particularly to NOR flash memory with at least one block dedicated to storing erase and write times.


[0004] 2. Background


[0005] Several different memory options exist today for system designers. The selection typically revolves around the desired characteristics of the memory, such as volatility, programmability and density. Volatile memory cannot retain its contents unless it has constant power. For this reason, some applications require non-volatile memory, such as read-only memory (ROM).


[0006] Some applications capitalize on the fact that typical ROMs have only limited programmability. Examples of ROM memory include electrically programmed ROM (EPROM) which can only be erased with ultraviolet light, or electrically erasable programmable ROM (EEPROM), which is byte-erasable. For original equipment manufacturers that do not want consumers to be able to erase these memories, but want the ability to upgrade it, these types of memories are ideal.


[0007] Both ROM and RAM are high density, being able to store high amounts of data in relatively small space. However, both typically consume lots of power. A solution for low-power, high-density, easily programmable non-volatile memory is flash memory. Flash memory is ideal for portable devices that require some type of storage.


[0008] Two different architectures of flash memory are the more prevalent options on the market today, one based upon the use of NOR gates (NOR flash), the other on NAND gates (NAND flash). Each has advantages and disadvantages.


[0009] For example, NOR flash is more suitable for program storage. Unfortunately, NOR flash takes longer to write, because the existing data must first be erased and then the new data written. The perception seems to be that the erase and write times given on NOR flash data sheets are too slow for data storage. However, these parameters are based upon a high number of cycles, which has degraded performance for erasures and writes. It is believed that data storage applications would write to flash fewer times, allowing for performance faster than the data sheet applications.


[0010] It is believed that if the user could track the progress, the faster progress would be noted and greater acceptance of NOR flash would result. Therefore, a need exists for a method and apparatus capable of tracking the erase and write times for NOR flash memory.







BRIEF DESCRIPTION OF THE DRAWINGS

[0011] The invention may be best understood by reading the disclosure with reference to the drawings, wherein:


[0012]
FIG. 1 shows one embodiment of a NOR flash memory architecture with an erase and write timetable in accordance with the invention.


[0013]
FIG. 2 shows a flowchart for one embodiment of a method for managing an erase and write time table in accordance with the invention.


[0014]
FIG. 3 shows a flowchart for one embodiment of a method for presenting estimates of erase and write time for flash memory in accordance with the invention.







DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

[0015] One embodiment of an architecture of a NOR flash memory is shown in FIG. 1. The memory 10 has at least one bank of memory; each divided up into at least two data blocks. In the example of FIG. 1, there are two banks of memory, Bank 0 and Bank 1. This particular architecture is merely an example and is not intended of limited applicability of the invention. Each bank has several data blocks organized. As shown in FIG. 1, each bank contains data blocks 0-31. Bank 0 has specialty blocks used for both banks of data blocks. These blocks are dedicated for non-data storage.


[0016] In the example of FIG. 1, Bank 0 has executable code in the first block 14. In addition, the second block 16 contains the file system tables, which tell the processor 12 which blocks are available and which blocks are storing which data. In one example of a flash memory in accordance with the invention, a second table may be located in block 18. This table, wherever located, may contain the erase and write tables for all the data blocks in the memory.


[0017] Similar to the file system tables, the erase and write tables may hold information for all of the data blocks. It may be contained in another dedicated, non-storage, data block, referred to here as the table block. The information on erase and write times applies to all of the data blocks, not just the bank in which the table is located. It must be noted that the example of FIG. 1 is in no way intended to limit applicability of the invention. Any memory that tracks and stores the erase and write times of the data blocks would be in accordance with the invention.


[0018] The memory is operated such that the erase and write times of each data block are tracked and stored. This information is then used when the memory is accessed for storage. For ease of discussion, the operation of this memory will be divided into two discussions. The first discussion focuses on the management and maintenance of the table. The second discussion focuses on the accessing and estimating of the erase and write time. Both of these processes may be part of one large process, and may run simultaneously at least in part, or separately.


[0019]
FIG. 2 shows one embodiment of a method for managing the NOR-gate architecture flash memory. The erase and write table may be located anywhere, but it must be designated in some memory block at 32. Once the processor knows where the erase and write table is located, it then begins to provide data to populate the table. The table itself is structured to provide information indexed by data block number. The information includes the time it took for the last erase and the time it took for the last write. It may also include the number of erasures for each block.


[0020] When data is committed to the flash memory, the erase and write time for each block is tracked at 34 and a new erase and write memory is created. The new erase and write entry will be written into the designated table block. In order to save erase and write cycles on the table block, the new entry will typically be written at the end of the most recent entry prior to the current one.


[0021] However, the possibility exists that there is not enough space in the table block to allow the new entry to be located after of the most recent entry. Therefore, it is necessary to determine the amount of available space in the table block at 36.


[0022] If the table block has the space, the new entry is written after the most recent entry. If the table block does not have sufficient space, the table block must be erased and a new entry will be written at the beginning of the table block space, with the entry being the new data for that block and the previous data for the other blocks. In either case, the new entry is written at 38.


[0023] Once the table block is designated for a flash memory, the processor will continue to track the erase and write times. It will then update the table, determine the amount of space for writing entries and then write the entry in the appropriate manner for the space available.


[0024] As the entries are written, they are each given a unique header. The header allows the processor firmware to locate the most recent entries for each block at initialization of the memory. The header will also contain the total number of bytes and storage time for the last operation. When a new entry is made for a data block, the previous entry for that block is marked invalid.


[0025] An embodiment of a method for performing storage of the bytes of data is shown in FIG. 3. At 40, the processor receives a request to access the flash memory for data storage. The request includes the number of bytes of data to be stored. The data storage operation is then initiated. The processor 10 as shown in FIG. 1 is a system processor external to the flash memory. It may also be an on-board processor that resides with the memory.


[0026] The processor then accesses the file system tables to determine which blocks are available and ultimately which blocks it will use at 42. It then accesses the erase and write table at 44 to determine the last erase and write times for each of the blocks to be used. These times are then summed and the sum used as an estimate of the total time it will take to store the number of bytes 46. This estimate is communicated to other processes in the device or an external host computer to allow the user to receive the estimate at 48.


[0027] The process of estimating and communicating the estimate can be performed iteratively. This would be useful in the case of a progress bar or percentage being presented by the host computer to the user. As the blocks are filled, the memory processor may then adjust the estimate and communicate the updated time to the host computer. Alternatively, the device may just use the estimate given from the memory and generate the appropriate information for the user display from the estimate.


[0028] It must be noted that the term host computer refers to any device that may send a storage request to the flash memory, including other processes running on the system processor. The host computer may be a system processor in a personal computer that is going to store data in a flash memory located with the system processor on a printed circuit board, for example. The host computer may be a processor for a dedicated Internet device, such as an Internet radio receiver or an electronic book. The host computer may be external to the flash memory, where the host computer connects to the flash memory only for storage and then disconnects from it. No limitation on the host computer is intended by any of the above examples.


[0029] In addition to the presentation of the erase and write time estimates for storage to users, the ability to predict erase and write times based on actual erase and write times may be useful in other areas. Some systems may use storage devices with variable programming performance. In such a system there may be a need to predict or present expected storage time for the next programming operation. In this instance, memory architectures with predictive erase and write times that are more exact would be useful.


[0030] Thus, although there has been described to this point a particular embodiment for a method and structure for a NOR-gate architecture flash memory with erase and write time tables, it is not intended that such specific references be considered as limitations upon the scope of this invention except in-so-far as set forth in the following claims.


Claims
  • 1. A flash memory with a NOR-gate architecture, comprising: a) A data block allocated to storage of erase and write times for other data blocks in the flash memory.
  • 2. The memory of claim 1 wherein the processor is in communication with a host computer.
  • 3. The memory of claim 2 wherein the host computer is a dedicated Internet device.
  • 4. The memory of claim 1 wherein the table is also operable to provide a total number of bytes for each storage operation.
  • 5. The memory of claim 1 wherein the table is also operable to provide a number of erasures for each block.
  • 6. A method of managing NOR-gate architecture flash memory, the method comprising: a) designating a table block of the flash memory operable to store erase and write times for each block of the flash memory; b) creating a most recent table by tracking time used by each block for erase and write operations; c) determining if the table block has enough space for the most recent table, wherein the table block is erased if the table block does not have enough space; and d) writing the new erase and write table into the table block.
  • 7. The method of claim 5, wherein the table is operable to store a number of erasures for each block.
  • 8. The method of claim 5, wherein the table block is determined to have enough space and the new entry is written at the end of the most recent erase and write table.
  • 9. The method of claim 5, wherein the table block is determined not to have enough space and the new entry is written at the beginning of the table block.
  • 10. The method of claim 5 further comprising storing a number of erase and write operations and size of storage operations in a table header.
  • 11. A method of presenting progress of erase and write operations in a NOR-gate architecture flash memory to a user, the method comprising: a) receiving a number of bytes to be stored in the flash memory; b) determining the blocks to be used to store the number of bytes; c) accessing a table containing erase and write times for each of the blocks to be used; and d) estimating the amount of time to store the number of bytes from the erase and write times in the table.
  • 12. The method of claim 10 further comprising tracking time used in erasing and writing to the blocks to be used and updating the table with the time used.
  • 13. The method of claim 10, wherein the table accessed depends upon information contained in a table header.
  • 14. The method of claim 10, wherein the estimated amount of time is updated and communicated in an iterative fashion.
  • 15. The method of claim 10, wherein the estimated amount of time is only communicated once.
Parent Case Info

[0001] This application is a continuation of prior U.S. Ser. No. 09/588,864 filed Jun. 6, 2000.

Continuations (1)
Number Date Country
Parent 09588864 Jun 2000 US
Child 10748600 Dec 2003 US