System and method of page buffer operation for memory devices

Abstract
Systems and methods are provided for using page buffers of memory devices connected to a memory controller through a common bus. A page buffer of a memory device is used as a temporary cache for data which is written to the memory cells of the memory device. This can allow the memory controller to use memory devices as temporary caches so that the memory controller can free up space in its own memory.
Description
FIELD OF THE INVENTION

The present invention relates generally to memory systems. More particularly, the present invention relates to an apparatus and a method for controlling a plurality of memory devices.


BACKGROUND OF THE INVENTION

Electronic equipment uses memory devices, for example, flash memories, for storing data or information. In a memory system, a memory controller programs a selected flash memory device by loading data to a page buffer of the selected flash memory device.


United States Patent Application No. 2006/0198202 A1 published Sep. 7, 2006 discloses a flash memory system including a flash controller for controlling operation of multiple flash memory devices. One page buffer allocated within one flash device functions as a designated target buffer. Another page buffer allocated within another flash device functions as a mirror buffer. The flash controller transmits the page data to the two flash devices simultaneously and the same data is stored in the two page buffers. Thus, no data backup is required to be kept in the flash controller.


SUMMARY OF THE INVENTION

According to a broad aspect of the invention, there is provided a method for controlling a memory device connected with a controller, the device having a page buffer and memory cells, the controller having a data storage, the method comprising: writing data from the data storage of the controller to the page buffer of the device; and reading back the data at a later time from the page buffer of the device to the data storage of the controller, before programming the data from the page buffer into the memory cells of the device.


In some embodiments, a data load command and data are provided to the memory device which is enabled. In response to a command strobe, the data is transmitted from the data storage of the controller to the device, the page buffer of which stores the transmitted data. Before the stored data in the page buffer of the device is programmed into the memory cells of the device, the data is read back at a later time from the page buffer to the data storage of the controller.


Advantageously, the space in the data storage where the data is occupied may be freed up, upon writing the data from the data storage of the controller to the page buffer of the designated device.


According to another broad aspect of the invention, there is provided a method for controlling a plurality of devices connected with a controller through a common bus, each of the devices having a page buffer and memory cells, the controller having a data storage, the method comprising: writing data from the data storage of the controller to the page buffer of a designated device; and reading back the data at a later time from the page buffer of the designated device to the data storage of the controller, before programming the data from the page buffer into the memory cells of the designated device.


According to another broad aspect of the invention, there is provided an apparatus for controlling a plurality of devices connected with a common bus, each of the devices having a page buffer and memory cells, the apparatus having a data storage, the apparatus being capable of: writing data from the data storage to the page buffer of a designated device; and reading back the data at a later time from the page buffer of the designated device to the data storage, before programming the data from the page buffer into the memory cells of the designated device.


According to another broad aspect of the invention, there is provided a system comprising: a plurality of devices connected with a common bus, each of the devices having a page buffer and memory cells; and a memory controller for controlling the plurality of devices, the memory controller being capable of: writing data from a data storage of the controller to the page buffer of a designated device; and reading back the data at a later time from the page buffer of the designated device to the data storage of the controller, before programming the data from the page buffer into the memory cells of the designated device.


In some embodiments, each of the plurality of devices comprises flash memory devices.





BRIEF DESCRIPTION OF THE DRAWINGS

Embodiments will now be described with reference to the attached drawings in which:



FIG. 1 is a block diagram of a memory system according to an embodiment of the present invention;



FIG. 2 is a block diagram of an example memory system having a multi-drop architecture to which embodiments of the present invention are applicable;



FIG. 3 is a block diagram of an example memory system having a multi-drop architecture in which a temporary cache function is performed;



FIGS. 4A and 4B are example timing diagrams for a data transfer in the memory system shown in FIG. 3;



FIG. 5 is a block diagram of a memory system having a multi-drop architecture in which memory devices are accessible after the data transfer;



FIG. 6 is a block diagram of the memory system of FIG. 5 in which a data recovery from a temporary cache is performed;



FIG. 7 is an example timing diagram for the data recovery from the temporary cache in the memory system shown in FIG. 6; and



FIG. 8 is a flowchart of an example method for using a page buffer as a temporary cache in the multi-drop architecture.





DETAILED DESCRIPTION

In the following detailed description of sample embodiments of the invention, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration specific sample embodiments in which the present invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the present invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical, and other changes may be made without departing from the scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined by the appended claims.


In a memory system including, for example, flash memory devices, a read command to a flash memory device results in data being read from the flash memory cells to the page buffer and then transferred out of the page buffer. A write command to a flash memory device results in data being written to a page buffer, and then transferred from the page buffer to the flash memory cells. In some embodiments, this is achieved using some of the commands disclosed in U.S. Provisional Patent Application No. 60/839,329 “NAND Flash Memory Device” filed Aug. 22, 2006, which is hereby incorporated by reference in its entirety. U.S. Provisional Patent Application No. 60/892,705 “Modular Command Structure in Memory System and its Use” filed Mar. 2, 2007, which is hereby incorporated by reference in its entirety, discloses different command structures to distinguish core access operations that involve relatively long processing times from page buffer access operations that involve relatively short access times. The commands are “modular” because they allow separate access to the memory core and the page buffer. The core access commands and peripheral circuit including page buffer access commands are divided in the command definition. This allows for a “modular command system” enabling new uses for the page buffer of memory devices by accessing the page buffer independent of the program operation. This allows the page buffer to be used as a temporary cache for data.


For the purpose of allowing the page buffers to operate as temporary cache, for example, three “modular” memory devices access commands are used. The first is referred to as a “burst data load” command. This causes data to be written to the page buffer, but it is not then transferred to the flash memory cells. In the examples that follow, ‘4Xh’ and ‘5Xh’ are used for this, but more generally the command structure is defined on an implementation specific basis. The second is referred to as a “burst data read” command. This causes data to be read directly from the page buffer without first reading from the flash memory cells. In the examples that follow, ‘2Xh’ is used for this, but more generally the command structure is defined on an implementation specific basis. The third is referred to as a “page program” command. This causes data that was previously stored in the page buffer to be written to the flash memory, destroying the contents of the page buffer in the process for verification purposes. In the examples that follow, ‘6Xh’ is used for this, but more generally the command structure is defined on an implementation specific basis. Further details of example commands are provided in Table 1.













TABLE 1







Row
Column
Input Data



OP Code
Address
Address
(1 to


Command
(1 Byte)
(3 Bytes)
(2 Bytes)
2112 Bytes)







Page Read
0Xh
Valid




Page Read for Copy
1Xh
Valid




Burst Data Read
2Xh

Valid



Burst Data Load Start
4Xh

Valid
Valid


Burst Data Load
5Xh

Valid
Valid


Page Program
6Xh
Valid




Block Erase
8Xh
Valid




Address Input






Page-pair Erase
9Xh
Valid




Address Input






Erase
AXh





Operation Abort
CXh





Read Device Status
D0h





Read Device
F1h





Information






Register






Read Link
FEh





Configuration






Register






Write Link
FFh


Valid


Configuration



(1 Byte


Register



Only)









Table I shows an example command set for flash memory with modular command in byte mode. Table 1 includes 14 commands: Page Read, Page Read for Copy, Burst Data Read, Burst Data Load Start, Burst Data Load, Page Program, Block Erase Address Input, Page-pair Erase Address Input, Erase, Operation Abort, Read Device Status, Read Device Information Register, Read Link Configuration Register, and Write Link Configuration Register. Each command has an Operation (OP) Code (1 Byte), a Row Address (3 Bytes), a Column Address (2 Bytes), and Input Data (1 to 2112 Bytes). In Table 1, ‘X’ is ‘0h’ for “Bank 0”. ‘X’ is ‘1h’ for “Bank 1”, for identifying the bank of a multiple bank memory.



FIG. 1 shows a memory system 20 according to an embodiment of the present invention. Referring to FIG. 1, the memory system 20 includes a memory controller 22 and a memory device 30 having a page buffer 32 that is used as a temporary cache for page read or other operations using cache function. The memory controller 22 has a data storage 24. The memory device 30 includes flash memory cells 31, the page buffer 32 and a device controller 35. The page buffer 32 is used as a temporary cache. The device controller 35 includes any appropriate circuitry for facilitating processing of commands issued by the memory controller 22.


In operation, the memory controller 22 can transmit data to the page buffer 32 without restriction to page programming. Data from the data storage 24 of the memory controller 22 is written to the page buffer 32 by a burst data load command (‘4Xh’ or ‘5Xh’) as indicated at 33, and subsequently read by a burst data read command (‘2Xh’) as indicated at 34. Note that page programming is not performed. Therefore, the page buffer 32 can be accessed relatively quickly. In this manner, the page buffer 32 can be used as a temporary cache for data.



FIG. 2 shows an example memory system 47 having a multi-drop architecture. Referring to FIG. 2, the memory system 47 has a flash memory controller 41 and a plurality (N) of memory devices 44-1, 44-2, - - - , 44-(N−1) and 44-N connected via a common bus 43. N is an integer greater than one. The flash memory controller 41 has a data storage 42, which is, for example, an SRAM or any type of embedded memory. Each of the memory devices 44-1, 44-2, - - - , 44-(N−1) and 44-N has flash memory cells 45 and a page buffer 46.


Further details of how a page buffer can be used as a temporary cache for data are provided below.


An example command to send data from memory controller to a selected device without it automatically being written to the flash memory cells is “Burst Data Load (‘4Xh’ or ‘5Xh’)”. Using this command, any data that is to be held for some time while any operations based on flash commands are being executed in different devices can be transmitted to a selected device or devices. By this operation, the memory controller does not need to have several duplicated data storage elements to enhance the read and program performances. Examples are provided below for memory systems having a multi-drop architecture such as the memory system 47 shown in FIG. 2.



FIG. 3 shows an example memory system 60 having a multi-drop architecture in which a temporary cache function is performed. In the particular example shown in FIG. 3, the memory system 60 includes a flash memory controller 61 and two memory devices 64 and 67. More generally, the number of memory devices is implementation specific. The flash memory controller 61 interconnects with the memory devices 64 and 67 via a common bus 70. The flash memory controller 61 has a data processing unit 62 and data storage elements 63. The memory device 64 has flash memory cells 65 and a page buffer 66. Similarly, the memory device 67 has flash memory cells 68 and a page buffer 69. In the memory system 60, a temporary cache function is performed.


In operation, the flash memory controller 61 transmits data from the data storage elements 63 to the page buffer of at least one designated device, which in the illustrated example happens to be the page buffers 66 and 69 of the memory devices 64 and 67, respectively. In this example, the data transmission is via a “Burst Data Load (‘4Xh’ or ‘5Xh’)”. Without additional command assertion to the flash memory devices 64 and 67 after the ‘Burst Data Load’ command, the page buffers 66 and 69 hold the data in latches. After transmitting the data to the designated devices 64 and 67, the flash memory controller 61 switches the contents of the data storage elements 63 in order to start a new operation, for example, a page program or a page read. At a later time, the data can be read from the page buffers 66 and 69 without programming the data into the memory cells 65 and 68 of the memory devices 64 and 67. The command “Burst Data Read (‘2Xh’)” is used for this purpose. The data processing unit 62 operates to perform the data processing for the memory controller 61. Subsequent examples also refer to a “data processing unit”. It is to be understood that each data processing unit would include any appropriate circuitry for performing the data processing described for the example.


There are two cases where data is transmitted from the flash memory controller 61 to the two memory devices 64 and 67. A first case is that different data is transmitted to the memory devices. A second case is that the same data is transmitted to the memory devices 64 and 67. The data transfers of the first and second cases are shown in FIGS. 4A and 4B, respectively.


Referring to FIGS. 3 and 4A, the flash memory controller 61 sends a chip enable signal (CE1#) as indicated at 4-1 to the first memory device 64 to enable it. Also, the flash memory controller 61 sends another chip enable signal (CE2#) as indicated at 4-2 to the second memory device 67 to enable it. While the CE1# is “low” and the CE2# is “high”, only the first memory device 64 is enabled, so that the first memory device 64 is designated. Then, a command strobe input (CSI) as indicated at 4-3 is asserted (as indicated by CSI-11), and a data input (Dn) as indicated at 4-4 transfers from the data storage elements 63 of the flash memory controller 61 to the page buffer 66 of the first memory device 64 via the common bus 70. The data input Dn contains burst data load, column address and data (as indicated by Dn-11). While the CE1# is “high” and the CE2# is “low”, only the second memory device 67 is enabled, so that the second memory device 67 is designated. Then, the CSI is asserted (as indicated by CSI-12), the Dn transfers from the data storage elements 63 of the flash memory controller 61 to the page buffer 69 of the second memory device 67 via the common bus 70. The data input Dn contains burst data load, column address and data (as indicated by Dn-12).


Referring to FIGS. 3 and 4B, the flash memory controller 61 sends the CE1# as indicated at 4-5 and CE2# as indicated at 4-6 to the first and second memory devices 64 and 67, respectively. When the CE1# and CE2# are “low” at the same time, the first and second memory devices 64 and 67 are simultaneously enabled. Then, the CSI as indicated at 4-7 is asserted (as indicated by CSI-13), and the data input (Dn) as indicated at 4-8 transfers from the data storage elements 63 of the flash memory controller 61 to the page buffers 66 and 69 of the first and second memory devices 64 and 67 simultaneously via the common bus 70 (as indicated by Dn-13).


Alternatively, the memory system having a multi-drop architecture shown in FIG. 3 can include more than two memory devices (N>2). In such a memory system, each memory device receives a chip enable signal in different timing. The memory device that receives a chip enable that is “low” is the designated memory device. In response to the command strobe input, data is transmitted to the designated memory device.


In another implementation including more than two memory devices (N>2), the chip enable with a “low” state is sent to all memory devices to enable them simultaneously. Thus, all memory devices are simultaneously designated. In response to the command strobe input, data is transmitted to all memory devices.



FIG. 5 shows another example of a memory system 80 having a multi-drop architecture. Referring to FIG. 5, the memory system 80 having a multi-drop architecture includes a flash memory controller 81 and a plurality (n) of memory devices 84, 87, 90, - - - , and 93. The flash memory controller 81 has a data processing unit 82 and data storage elements 83. The memory devices 84, 87, 90, - - - , and 93 have flash memory cells 85, 88, 91, - - - , and 94, respectively, and page buffers 86, 89, 92, - - - , and 95, respectively. The flash memory controller 81 interconnects with the memory devices 84, 87, 90, - - - , and 93 via a common bus 96.


In the example illustrated in FIG. 5, it is assumed that the page buffers 86 and 89 of the two memory devices 84 and 87 are being used as temporary caches 86 and 89 for data. Because of this, these memory devices 84 and 87 are “inaccessible”. This is because for either a read or write operation, the page buffers 86 and 89 will be needed, but for now they are not available. The other memory devices 90, - - - , and 93 are considered “accessible” devices because the page buffers 92, - - - , and 95 of the memory devices 90, - - - , and 93 are not currently being used as temporary caches. Therefore, read or write operations or other temporary caching operations to the memory devices 90, - - - , and 93 can be performed. The contents of the temporary caches (the page buffers 86 and 89) can be changed at any time, or modified in part or in whole depending on the flash memory controller 81. If the temporary caches by the page buffers 86 and 89 are unnecessary, then they can be used as page buffers like the other page buffers 92, - - - , and 95.



FIG. 6 shows the data recovery from the temporary cache of the memory system 80 shown in FIG. 5. In the particular example shown in FIG. 6, the data is read from the temporary cache 89 of the second memory device 87 to the data storage elements 83 of the flash memory controller 81. A data recovery path includes data paths as indicated at 97, 98 and 99. The data is read out using the command “Burst Data Read (‘2Xh’)”. The flash memory controller 81 sends chip enable (CE1#, CE2#, CE3#, - - - , and CEn#) to the memory devices 84, 87, 90, - - - , and 93, respectively, to enable them. The data recovery from the temporary cache in the memory system 80 is shown in FIG. 7.


Referring to FIGS. 6 and 7, while the CE2# is “low” as indicated at 7-1, a command strobe input (CSI) is “high” as indicated at 7-2, so that the Dn containing burst data read and column address (as indicated by Dn-21) is transferred from the data storage 83 of the flash memory controller 81 as indicated at 7-3. Thereafter, a data strobe input (DSI) is “high” as indicated at 7-4, so that data Qn containing data output from the temporary cache (as indicated by Qn-22) is read from the memory device 87 and transmitted to the data storage elements 83 of the flash memory controller 81 as indicated at 7-5.



FIG. 8 shows an example method of using a page buffer as a temporary cache in a multi-drop architecture. This method can be implemented in a memory controller, for example by the memory controller 81 shown in FIGS. 5 and 6.


Referring to FIGS. 5 and 8, the flash memory controller 81 issues the command “Burst Data Load (‘4Xh’ or ‘5Xh’)” with data and controls the CE# selection for enabling a selected memory device, for example, the second memory device 87 (step 8-1). The data stored in the data storage elements 83 of the flash memory controller 81 is written to the page buffer 89 of the selected memory device 87 (step 8-2). If more cache is needed (YES at step 8-3), then processing of steps 8-1 and 8-2 continues, so that more data can be loaded into the page buffers of the other memory devices. However, if no more cache is needed (NO at step 8-3), then the flash memory controller 81 frees up the space in the data storage elements 83 where the data is occupied (step 8-4). The freed up space can be used for other applications. Then, the flash memory controller 81 can access the data stored in the temporary cache (e.g., the page buffer 89 of the second memory device 87) using the command “Burst Data Read (‘2Xh’)”, so that the temporarily stored data is read back to the data storage elements 83 of the flash memory controller 81 (step 8-5).


In some embodiments of the present invention, the memory systems described herein are implemented using a flexible modular command structure, example details of which have already been provided in Table 1. It is to be understood that the details provided in this section are very specific for example purposes only.


As described above, modular commands (for, e.g., NAND flash memory) can provide higher flexibility of utilizing multiple devices and/or multiple bank accesses than conventional NAND flash memory. Along with this, there is provided diverse utilization of a page buffer of each flash memory on a system. Therefore, if a system uses the modular command NAND flash system in accordance with an embodiment of the invention, the utilization range of a page buffer can be expanded to cache operations between non-volatile flash memories and/or flash memory controller and device.


In the embodiments described above, the device elements and circuits are connected to each other as shown in the figures, for the sake of simplicity. In practical applications of the present invention, elements, circuits, etc. may be connected directly to each other. As well, elements, circuits etc. may be connected indirectly to each other through other elements, circuits, etc., necessary for operation of the devices or apparatus. Thus, in actual configuration of devices and apparatus, the elements and circuits are directly or indirectly coupled with or connected to each other.


The above-described embodiments of the present invention are intended to be examples only. Alterations, modifications and variations may be effected to the particular embodiments by those of skill in the art without departing from the scope of the invention, which is defined solely by the claims appended hereto.

Claims
  • 1. A method for use in a memory system comprising a flash memory controller for communicating with a plurality of memory devices in a multi-drop architecture, the flash memory controller comprising a data storage, each of the plurality of memory devices comprising a page buffer and flash memory cells, the method comprising: a) the flash memory controller outputting a command, an enable signal for designating one of the plurality of memory devices, and data from the data storage of the flash memory controller, the command instructing the designated memory device to temporarily store the outputted data in the page buffer of the selected device;b) in response to the command and the enable signal, the designated memory device temporarily storing the outputted data in the page buffer of the designated device; andrepeating a) and b) to store further data from the data storage until no more temporary storage for data is needed,wherein repeating a) and b) comprises repeating a) and b) to store data from the data storage to the page buffer of at least one further designated memory device until no more temporary storage for data is needed such that the page buffers of the designated memory devices collectively function as a cache.
  • 2. The method of claim 1 further comprising: when no more temporary storage for data is needed, freeing up space in the data storage containing the data that is now also stored in the page buffers of the designated devices.
  • 3. The method of claim 1 further comprising: to access the data temporarily stored in the page buffers of the designated memory devices, for each of the designated memory devices in sequence, the flash memory controller outputting a respective command and a respective enable signal that designates the designated memory device, the command instructing the designated memory device to read data from the page buffer of the designated memory device and pass this to the memory controller.
  • 4. The method of claim 3 further comprising: the flash memory controller storing the accessed data to the data storage of the flash memory controller.
  • 5. The method of claim 1 wherein: the flash memory controller outputting the command and the enable signal comprises sending the enable signal on a dedicated connection to the designated memory device.
  • 6. A method for use in a memory system comprising a flash memory controller for communicating with a plurality of memory devices in a multi-drop architecture, the flash memory controller comprising a data storage, each of the plurality of memory devices comprising a page buffer and flash memory cells, the method comprising: a) the flash memory controller outputting a command, an enable signal for designating one of the plurality of memory devices, and data from the data storage of the flash memory controller, the command instructing the designated memory device to temporarily store the outputted data in the page buffer of the selected device;b) in response to the command and the enable signal, the designated memory device temporarily storing the outputted data in the page buffer of the designated device; andrepeating a) and b) to store further data from the data storage until no more temporary storage for data is needed,the method further comprising:to access the data temporarily stored in the page buffer of the designated memory device, the flash memory controller outputting a command and an enable signal that designates the designated memory device, the command instructing the designated memory device to read data from the page buffer of the designated memory device and pass this to the memory controller.
  • 7. The method of claim 6 wherein each command that instructs one of the designated memory devices to read data from the page buffer of the designated memory device and pass this to the memory controller contains an operation code that is distinct from an operation code used to read data from the flash memory cells of a designated memory device.
  • 8. The method of claim 7 wherein the operation code is for a burst data read.
  • 9. The method of claim 6 further comprising: the flash memory controller storing the accessed data to the data storage of the flash memory controller.
  • 10. The method of claim 6 wherein: the flash memory controller outputting the command and the enable signal comprises sending the enable signal on a dedicated connection to the designated memory device.
  • 11. A method for use in a memory system comprising a flash memory controller for communicating with a plurality of memory devices in a multi-drop architecture, the flash memory controller comprising a data storage, each of the plurality of memory devices comprising a page buffer and flash memory cells, the method comprising: a) the flash memory controller outputting a command, an enable signal for designating one of the plurality of memory devices, and data from the data storage of the flash memory controller, the command instructing the designated memory device to temporarily store the outputted data in the page buffer of the selected device;b) in response to the command and the enable signal, the designated memory device temporarily storing the outputted data in the page buffer of the designated device; andrepeating a) and b) to store further data from the data storage until no more temporary storage for data is needed,wherein the command that instructs the designated memory device to temporarily store the outputted data contained in the page buffer of the designated device contains an operation code that is distinct from an operation code of a command used to store data in the flash memory cells of a designated memory device.
  • 12. The method of claim 11 wherein the operation code is for a burst data load.
  • 13. The method of claim 11 wherein: the flash memory controller outputting the command and the enable signal comprises sending the enable signal on a dedicated connection to the designated memory device.
  • 14. A memory system comprising: a plurality of memory devices each comprising a page buffer and flash memory cells;a flash memory controller connected to the plurality of memory devices in a multi-drop architecture, the flash memory controller comprising a data storage;the memory system configured to use at least one page buffer as a cache by:a) the flash memory controller outputting a command and an enable signal for designating one of the plurality of designated memory devices, and data from the data storage of the memory controller, the command instructing the designated memory device to temporarily store the outputted data in the page buffer of the designated device;b) in response to the command and the enable signal, the designated memory device temporarily storing the outputted data in the page buffer of the designated device; andrepeating a) and b) to store further data from the data storage until no more temporary storage for data is needed,wherein repeating a) and b) comprises repeating a) and b) to store data from the data storage to the page buffer of at least one further designated memory device until no more temporary storage for data is needed such that the page buffers of the designated memory devices collectively function as a cache.
  • 15. The memory system of claim 14 further configured to: when no more temporary storage for data is needed, free up space in the data storage containing the data that is now also stored in the page buffers of the designated devices.
  • 16. The memory system of claim 14 further configured: to access the data temporarily stored in the page buffers of the designated memory devices, for each of the designated memory devices in sequence, the flash memory controller outputting a respective command and a respective enable signal that enables the designated memory device, the command instructing the designated memory device to read data from the page buffer of the designated memory device and pass this to the memory controller.
  • 17. The memory system of claim 16 wherein the flash memory controller is further configured to store the accessed data to the data storage of the flash memory controller.
  • 18. The memory system of claim 16 wherein the flash memory controller is further configured to store the accessed data to the data storage of the flash memory controller.
  • 19. The memory system of claim 14 wherein: the flash memory controller outputting the command and the enable signal comprises sending the enable signal on a dedicated connection to the designated memory device.
  • 20. The memory system of claim 14 further comprising: for each memory device, a dedicated connection from the memory controller to the memory device for sending a signal to enable the memory device.
  • 21. A memory system comprising: a plurality of memory devices each comprising a page buffer and flash memory cells;a flash memory controller connected to the plurality of memory devices in a multi-drop architecture, the flash memory controller comprising a data storage;the memory system configured to use at least one page buffer as a cache by:a) the flash memory controller outputting a command and an enable signal for designating one of the plurality of designated memory devices, and data from the data storage of the memory controller, the command instructing the designated memory device to temporarily store the outputted data in the page buffer of the designated device;b) in response to the command and the enable signal, the designated memory device temporarily storing the outputted data in the page buffer of the designated device; andrepeating a) and b) to store further data from the data storage until no more temporary storage for data is needed,
  • 22. The memory system of claim 21 each command that instructs one of the designated memory devices to read data from the page buffer of the designated memory device and pass this to the memory controller contains an operation code that is distinct from an operation code used to read data from the flash memory cells of a designated memory device.
  • 23. The memory system of claim 22 wherein the operation code is for a burst data read.
  • 24. The memory system of claim 21 wherein the flash memory controller is further configured to store the accessed data to the data storage of the flash memory controller.
  • 25. The memory system of claim 21 wherein the flash memory controller is further configured to store the accessed data to the data storage of the flash memory controller.
  • 26. The memory system of claim 21 wherein: the flash memory controller outputting the command and the enable signal comprises sending the enable signal on a dedicated connection to the designated memory device.
  • 27. A memory system comprising: a plurality of memory devices each comprising a page buffer and flash memory cells;a flash memory controller connected to the plurality of memory devices in a multi-drop architecture, the flash memory controller comprising a data storage;the memory system configured to use at least one page buffer as a cache by:a) the flash memory controller outputting a command and an enable signal for designating one of the plurality of designated memory devices, and data from the data storage of the memory controller, the command instructing the designated memory device to temporarily store the outputted data in the page buffer of the designated device;b) in response to the command and the enable signal, the designated memory device temporarily storing the outputted data in the page buffer of the designated device; andrepeating a) and b) to store further data from the data storage until no more temporary storage for data is needed,wherein the command that instructs the designated memory device to temporarily store the outputted data in the page buffer of the designated device contains an operation code that is distinct from an operation code of a command used to store data in the flash memory cells of a designated memory device.
  • 28. The memory system of claim 27 wherein the operation code is for a burst data load.
  • 29. The memory system of claim 27 wherein: the flash memory controller outputting the command and the enable signal comprises sending the enable signal on a dedicated connection to the designated memory device.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 11/822,496 filed Jul. 6, 2007, which claims the benefit of prior U.S. Provisional Patent Application No. 60/891,115 filed on Feb. 22, 2007, the disclosures of which are hereby incorporated by reference in their entirety.

US Referenced Citations (182)
Number Name Date Kind
2264395 Mitchel Dec 1941 A
4174536 Misunas et al. Nov 1979 A
4617566 Diamond Oct 1986 A
4733376 Ogawa Mar 1988 A
4796231 Pinkham Jan 1989 A
4899316 Nagami Feb 1990 A
5038299 Maeda Aug 1991 A
5126808 Montalvo et al. Jun 1992 A
5132635 Kennedy Jul 1992 A
5136292 Ishida Aug 1992 A
5175819 Le Ngoc et al. Dec 1992 A
5204669 Dorfe et al. Apr 1993 A
5243703 Farmwald et al. Sep 1993 A
5249270 Stewart et al. Sep 1993 A
5280539 Yeom et al. Jan 1994 A
5319598 Aralis et al. Jun 1994 A
5365484 Cleveland et al. Nov 1994 A
5404460 Thomsen et al. Apr 1995 A
5430859 Norman et al. Jul 1995 A
5437018 Kobayashi et al. Jul 1995 A
5440694 Nakajima Aug 1995 A
5452259 McLaury Sep 1995 A
5473563 Suh et al. Dec 1995 A
5473566 Rao Dec 1995 A
5473577 Miyake et al. Dec 1995 A
5535357 Moran et al. Jul 1996 A
5596724 Mullins et al. Jan 1997 A
5602780 Diem et al. Feb 1997 A
5636342 Jeffries Jun 1997 A
5671178 Park et al. Sep 1997 A
5721840 Soga Feb 1998 A
5729683 Le et al. Mar 1998 A
5740379 Hartwig Apr 1998 A
5761146 Yoo et al. Jun 1998 A
5771199 Lee Jun 1998 A
5802006 Ohta Sep 1998 A
5802399 Yumoto et al. Sep 1998 A
5806070 Norman et al. Sep 1998 A
5818785 Ohshima Oct 1998 A
5828899 Richard et al. Oct 1998 A
5835935 Estakhri et al. Nov 1998 A
5859809 Kim Jan 1999 A
5860080 James et al. Jan 1999 A
5872994 Akiyama et al. Feb 1999 A
5937425 Ban Aug 1999 A
5941974 Babin Aug 1999 A
5959930 Sakurai Sep 1999 A
5995417 Chen et al. Nov 1999 A
6002638 John Dec 1999 A
6085290 Smith et al. Jul 2000 A
6091660 Sasaki et al. Jul 2000 A
6107658 Itoh et al. Aug 2000 A
6144576 Leddige et al. Nov 2000 A
6148363 Lofgren et al. Nov 2000 A
6148364 Srinivasan et al. Nov 2000 A
6178135 Kang Jan 2001 B1
6208556 Akaogi et al. Mar 2001 B1
6230233 Lofgren et al. May 2001 B1
6295618 Keeth Sep 2001 B1
6304921 Rooke Oct 2001 B1
6317350 Pereira et al. Nov 2001 B1
6317352 Halbert et al. Nov 2001 B1
6317812 Lofgren et al. Nov 2001 B1
6438064 Ooishi Aug 2002 B2
6442098 Kengeri Aug 2002 B1
6442644 Gustavson et al. Aug 2002 B1
6453365 Habot Sep 2002 B1
6456528 Chen Sep 2002 B1
6535948 Wheeler et al. Mar 2003 B1
6564285 Mills et al. May 2003 B1
6584303 Kingswood et al. Jun 2003 B1
6594183 Lofgren et al. Jul 2003 B1
6601199 Fukuda et al. Jul 2003 B1
6611466 Lee et al. Aug 2003 B2
6643728 Crutchfield et al. Nov 2003 B1
6658509 Bonella et al. Dec 2003 B1
6658582 Han Dec 2003 B1
6680904 Kaplan et al. Jan 2004 B1
6697936 Johnson Feb 2004 B2
6715044 Lofgren et al. Mar 2004 B2
6717847 Chen Apr 2004 B2
6732221 Ban May 2004 B2
6754807 Parthasarathy et al. Jun 2004 B1
6763426 James et al. Jul 2004 B1
6788609 Yamagami et al. Sep 2004 B2
6799235 Bormann et al. Sep 2004 B2
6807103 Cavaleri et al. Oct 2004 B2
6807106 Gonzales et al. Oct 2004 B2
6816933 Andreas Nov 2004 B1
6850443 Lofgren et al. Feb 2005 B2
6853557 Haba et al. Feb 2005 B1
6853573 Kim et al. Feb 2005 B2
6928501 Andreas et al. Aug 2005 B2
6944697 Andreas Sep 2005 B2
6950325 Chen Sep 2005 B1
6967874 Hosono Nov 2005 B2
6978402 Hirabayashi Dec 2005 B2
6988154 Latta Jan 2006 B2
6996644 Schoch et al. Feb 2006 B2
7031221 Mooney et al. Apr 2006 B2
7032039 DeCaro Apr 2006 B2
7062601 Becca et al. Jun 2006 B2
7073010 Chen et al. Jul 2006 B2
7073022 El-Batal et al. Jul 2006 B2
7086785 Bates, III Aug 2006 B1
7111085 Estakhri et al. Sep 2006 B2
7111140 Estakhri et al. Sep 2006 B2
7123541 Bell et al. Oct 2006 B2
7130958 Chou et al. Oct 2006 B2
7165153 Vogt Jan 2007 B2
7190617 Harari et al. Mar 2007 B1
7302517 Lim et al. Nov 2007 B2
7308524 Grundy et al. Dec 2007 B2
7356639 Perego et al. Apr 2008 B2
7475174 Chow et al. Jan 2009 B2
7496777 Kapil Feb 2009 B2
7506098 Arcedera et al. Mar 2009 B2
7515471 Oh et al. Apr 2009 B2
7603534 Roohparvar Oct 2009 B2
7631162 Gorobets Dec 2009 B2
7650459 Eilert et al. Jan 2010 B2
7652922 Kim et al. Jan 2010 B2
7774537 Pyeon et al. Aug 2010 B2
7853749 Kolokowsky Dec 2010 B2
7908429 Pyeon et al. Mar 2011 B2
8046527 Pyeon et al. Oct 2011 B2
8060691 Pyeon et al. Nov 2011 B2
8086785 Pyeon et al. Dec 2011 B2
20010024386 Harari et al. Sep 2001 A1
20010026487 Koga Oct 2001 A1
20010045468 Ikefuji Nov 2001 A1
20020124129 Zilberman Sep 2002 A1
20020161941 Chue et al. Oct 2002 A1
20020188781 Schoch et al. Dec 2002 A1
20030009612 Latta Jan 2003 A1
20030074505 Andreas et al. Apr 2003 A1
20040001380 Becca et al. Jan 2004 A1
20040019736 Kim et al. Jan 2004 A1
20040024960 King et al. Feb 2004 A1
20040039854 Estakhri et al. Feb 2004 A1
20040148482 Grundy et al. Jul 2004 A1
20040199721 Chen Oct 2004 A1
20040230738 Lim et al. Nov 2004 A1
20040230743 Ware et al. Nov 2004 A1
20040256638 Perego et al. Dec 2004 A1
20050028057 Briggs et al. Feb 2005 A1
20050120157 Chen et al. Jun 2005 A1
20050120163 Chou et al. Jun 2005 A1
20050160218 See et al. Jul 2005 A1
20050166006 Talbot et al. Jul 2005 A1
20050207232 Delfs et al. Sep 2005 A1
20050213421 Polizzi et al. Sep 2005 A1
20050286298 Hyvonen et al. Dec 2005 A1
20050289313 Roohparvar Dec 2005 A1
20060031593 Sinclair Feb 2006 A1
20060050594 Park Mar 2006 A1
20060198202 Erez Sep 2006 A1
20060224789 Cho et al. Oct 2006 A1
20060271605 Petruzzo Nov 2006 A1
20070050536 Kolokowsky Mar 2007 A1
20070076479 Kim et al. Apr 2007 A1
20070076502 Pyeon et al. Apr 2007 A1
20070083701 Kapil Apr 2007 A1
20070101096 Gorobets May 2007 A1
20070109833 Pyeon et al. May 2007 A1
20070153576 Oh et al. Jul 2007 A1
20070177436 Davis et al. Aug 2007 A1
20070233903 Pyeon Oct 2007 A1
20070233917 Pyeon et al. Oct 2007 A1
20070234071 Pyeon Oct 2007 A1
20070288686 Arcedera et al. Dec 2007 A1
20080016269 Chow et al. Jan 2008 A1
20080028176 Bartley et al. Jan 2008 A1
20080049505 Kim et al. Feb 2008 A1
20080052449 Kim et al. Feb 2008 A1
20080140899 Oh et al. Jun 2008 A1
20080155207 Eilert et al. Jun 2008 A1
20080205168 Pyeon et al. Aug 2008 A1
20100054069 Shiota et al. Mar 2010 A1
20100275056 Pyeon et al. Oct 2010 A1
20110173381 Lee et al. Jul 2011 A1
20110314206 Pyeon et al. Dec 2011 A1
Foreign Referenced Citations (10)
Number Date Country
1314625 Sep 2001 CN
0952525 Oct 1999 EP
2217056 Oct 1989 GB
04167039 Jun 1992 JP
07014392 Jan 1995 JP
10187549 Jul 1998 JP
2000315185 Nov 2000 JP
2001069411 Sep 2001 WO
2005069150 Jul 2005 WO
2008098349 Aug 2008 WO
Non-Patent Literature Citations (61)
Entry
Samsung Electronics Co. LTD., 1G X 8 Bit/2G X 8 Bit NAND Flash Memory, K9F8GO8UXM, Technical Specification, 1-54, Mar. 31, 2007.
Spansion, “S7OGLO1GNO0 Mirrobit Flash 1024 Megabit, 3.0 Volt-Only Page Mode Flash Memory Featuring 110 NM Mirrorbit Process Technology”, 1-83, Jun. 1, 2005.
8-Megabit 2.5 Volt Only or 2.7-Volt Only Data Flash, Technical Specification, Rev. 2225H-DFLSH-10/04, AT45DB081B, Oct. 2004, 1-33.
16 Mbit SPI Serial Flash, SST25VF016B, Preliminary Specification, Silicon Storage Technology Inc., Apr. 2005, 1-28.
Czarik, Damien, “European Search Report for European Patent 07800456.1” Jul. 7, 2009, 1-7, Jul. 1, 2009.
Inoue, Atsushi et al, NAND Flash Applications Design Guide, System Solutions From Toshiba America Electronic Components, Inc., Revision 1.0, 1-29, Apr. 1, 2003.
Choi, Young, 16-Gbit MLC NAND Flash Weighs in, EEETimes.com, http://www.eetimes.com/showArticle.jhtmlarticleID=201200825, 1-3, Jul. 30, 2007.
Samsung Electronics Co. Ltd., 2G x 8Bit NAND Flash Memory, K9GAGO8UXM; K9GAGO8U0M, , 1-48, Sep. 21, 2006.
Hara, T. et al, A 146-MM2 8-Gb Multi-Level NAND Flash Memory With 70-NM CMOS Technology, IEEE Journal of Solid State Circuits, vol. 41, No. 1, Jan. 2006, 161-169.
Toshiba, 16 Gbit (2G x 8Bit) CMOS NAND E2PROM (Multi-Level-Cell), TC58NVG4D1DTGOO, 1-64, Nov. 9, 2006.
Samsung Electronics Co. Ltd 1G x 8 Bit/2G x 8 Bit/ 4G x 8 Bit Nand Flash Memory, K9XXGO8UXA, 1-50, Jul. 18, 2006.
Samsung Electronics Co. Ltd., 256 M x 8 Bit/ 128M x 16 Bit/512M x 8 Bit NAND Flash Memory, K9K4G08U1M, K9F2G08U0M, K9F2G16U0M, Revision 1.0, 1-41, May 6, 2005.
“2Gbit (256 X 8 Bits) CMOS NAND E2PROM”, TH58NVG1S3AFT05, Toshiba MOS Digital Integrated Circuit Silicon Gate CMOS, 1-32, May 19, 2003.
Samsung Electronics Co. Ltd 512M x 8 Bit/ 1G x 8 Bit NAND Flash Memory, K9XXG08UXA, 1-43, Mar. 7, 2006.
64 Megabit CMOS 3.0 Volt Flash Memory With 50MHZ SPI (Serial Peripheral Interface) Bus Data Sheet (Preliminary) Publication No. S25FL064A, 1-32, Sep. 6, 2006.
Jung, T. et al, A 117-MM2 3.3-V Only 128-Mb Multilevel NAND Flash Memory for Mass Storage Applications, IEEE Journal of Solid-State Circuits, vol. 31, No. 11, 1575-1583, Nov. 1, 1996.
Kim, J. et al, A 120-MM2 64-Mb NAND Flash Memory Archieving 180 NS/Byte Effective Program Speed, IEEE Journal of Solid-State Circuits, vol. 32, No. 5, 670-680, May 1, 1997.
Imamiya, K et al, A 125-MM2 1-Gb NAND Flash Memory With 10-Mbyte/S Program Speed, IEEE Journal of Solid-State Circuits, vol. 37, No. 11, 1493-1501, Nov. 1, 2002.
Hara, T. et al, A 146MM2 8GB NAND Flash Memory With 70NM CMOS Technology, ISSCC Session 2 Non-Volatile Memory 2.1, IEEE International Solid-State Circuits Conference, 44-45-584, Feb. 7, 2005.
Kennedy, Joseph et al, “A 2Gb/S Point to Point Heterogeneous Voltage Capagle DRAM Interface for Capacity-Scalable Memory Subsystems” ISSCC 2004/ Session 1/ DRAM/ 11.8, IEEE International Solid-State Circuits Conference, 1-10, Feb. 15, 2004.
Shirota, R. et al, A 2.3 UM2 Memory Cell Structure for 16Mb NAND EEPROMS, International Electron Devices Meeting 1990, Technical Digest; Dec. 1990, 103-106.
Suh, K. et al, A 3.3 V 32 Mb NAND Flash Memory With Incremental Step Pulse Programming Scheme, IEEE Journal of Solid-State Circuits, Vol. 30, No. 11, 1149-1156, Nov. 1, 1995.
Lee, S. et al, A 3.3V 4Gb Four-Level NAND Flash Memory With 90NM CMOS Technology, ISSCC 2004/Session 2Non-Volatile Memory/2.7, IEEE International Solid-State Circuits Conference, Digest of Technical Papers, vol. 1, XPO10722148, ISBN: 0-7803-8267-6, 1-10, Feb. 16, 2004.
Ohtsuka, N. et al, A 4-Mbit CMOS EPROM, IEEE Journal of Solid-State Circuits, vol. 22, Issue 5, Oct. 1, 1987.
Momodomi, M. et al, A 4Mb NAND EEPROM With Tight Programmed VT Distribution, IEEE Journal of Solid-State Circuits, vol. 26, Issue 4, 492-496, Apr. 1, 1991.
Takeuchi, K. et al, A 56NM CMOS 99MM2 8Gb Multi-Level NAND Flash Memory With 10Mb/S Program Throughput,Solid-State Circuits, 2006 IEEE International Conference Digest of Technical Papers, Seesion 7, ISBN:1-4244-0079-1, 10 pages, Feb. 6, 2006.
Tomita, N. et al, A 62-NS 16 Mb CMOS EPROMM With Voltage Stress Relaxation Technique, IEEE Journal of Solid-State Circuits vol. 26, No. 11, 1593-1599, Nov. 1, 1991.
Lee, June et al, A 90-NM CMOS 1.8-V 2-Gb NAND Flash Memory for Mass Storage Applications, IEEE Journal of Solid-State Circuits, vol. 38, No. 11, 1934-1942, Nov. 1, 2003.
Cho, T. et al, A Dual-Mode NAND Flash Memory: 1Gb Multilevel and High Performance 512-Mb Single-Level Modes, IEEE Journal of Solid-State Circuits, vol. 36, No. 11, 1700-1706, Nov. 1, 2001.
Tanzawa, T. et al, A Dynamic Analysis of Dickson Charge Pump Circuit, IEEE J. Solid-State Circuits, vol. 32, No. 8, 1231-1240, Aug. 1, 1997.
Takeuchi, K. et al, A Multipage Cell Architecture for High-Speed Programming Multilevel NAND Flash Memories, IEEE Journal of Solid-State Circuits, vol. 33, Issue 8, Aug. 1998, 1228-1238.
Kirisawa, R. et al, A NAND Structured Cell With a New Programming Technology for Highly Reliable 5V-Only Flash EEPROM, 1990 Symposium on VLSI Technology, CH 2874-6, 90/0000-0129 1990 IEEE, Honolulu, US, 129-130, Jun. 4, 1990.
Saito, S. et al, A Programmable 80NS 1Mb CMOS EPROM, IEEE ISSCC Digest of Technical Papers, 176-177-340, Feb. 14, 1985.
Tanaka, T. et al, A Quick Intelligent Page-Programming Architecture and Shielded Bitline Sensing Method for 3 V-Only NAND Flash Memory, IEEE Journal of Solid-State Circuits, vol. 29, Issue 11, 1366-1373, Nov. 1, 1994.
Gjessing, S. et al, A RAM Link for High Speed, Special Report/Memory, IEEE Spectrum, 52-53, Oct. 1, 1992.
Aritome, S. et al, A Reliable Bi-Polarity Write/Erase Technology in Flash EEPROMS, Intl. Electron Devices Meeting, Technical Digest, 111-114, Dec. 9, 1990.
Gal, E. et al, “Algorithms and Data Structures for Flash Memories”, ACM Computing Surveys (CSUR), vol. 37, No. 2; Jun. 2005, 138-163.
Byeon, D. et al, An 8Gb Multi-Level NAND Flash Memory With 63NM STI CMOS Process Technology, IEEE International Solid-State Circuits Conference, 46-47, Feb. 7, 2005.
Tanzawa, T. et al, Circuit Techniques for a 1.8-V-Only NAND Flash Memory, IEEE Journal of Solid-State Circuits, vol. 37, No. 1, 84-89, Jan. 1, 2002.
King, Craig, L. et al, Communicating With Daisy Chained MCP42XXX Digital Potentiometers Microchip AN747, 1-8, Jan. 30, 2001.
“DDR2 Fully Buffered DIMM 240 PIN FBDIMMS Based on 512 Mb C-DIE” (Rohs Compliant) Rev. 1.3, 1-32, Sep. 1, 2006.
M-Systems Flash Disk Pioneers Ltd., “Diskonchip H1 4Gb (512 Mbyte) and 8 Gb (1 Gbyte) High Capacity Flash Disk With NAND and x2 Technology” Data Sheet, Rev. 0.5 (Preliminary), 1-66, Jan. 1, 2005.
Tal, Arie, “Guidelines for Integrating Diskonchip in a Host System” Application Note, AP-DOC-1004, Rev. 1.0, 1-15, Aug. 1, 2004.
Lee, June et al, High-Perfomance 1-Gb NAND Flash Memory With .012-•m Technology, IEEE Journal of Solid-State Circuits, vol. 37, No. 11, 1502-1509, Nov. 1, 2002.
Oshima, Y. et al, High-Speed Memory Architectures for Multimedia Applications—Meeting the Requirements of Higher Performance, Circuits and Devices, IEEE 8755-3996/97, 8-13, Jan. 1, 1997.
High Speed Small Sectored SPI Flash Memory 4M (524,288.8) AT25FS040 Advance Information, 1-23, Sep. 1, 2006.
Hypertransport TM I/O Link Specification, Revision 2.00b, Document No. HTC20031217-0036-0010, Hyperstransport Technology Consortium, 1-325, Apr. 27, 2005.
Hypertransport TM 10 Link Specification, Revision 3.00, Document No. HTC20051222-0046-0008, Hyperstransport Technology Consortium, 1-428, Apr. 21, 2006.
Intel Advanced Boot Block Flash Memory (C3), 28F800C, 28F160C3, 28F320C3(16) Datasheet Product Features Order No. 290645, Revision: 023, 1-72, May 1, 2005.
Ziaie, Kazem, “International Patent Application No. PCT/CA2007/001428, Search Report”, 1-2, Dec. 6, 2007.
Tung, Thomas KC, “International Patent Application No. PCT/CA20081000219, Search Report” , 1-2, May 8, 2008.
Ziaie, Kazem, “International Patent Application No. PCT/US2008/000250, Search Report”, 49-50, Jun. 10, 2008.
Samsung Electronics, “Onenand 4G (KFW4G16Q2M-DEB6), Onenand 2G (KFH2G16Q2M-DEB6, Onenand 1G (KFW1G16Q2M-DEB6)” Flash Memory, OnenandTM Specification Ver. 1.2, 1-125, Dec. 23, 2005.
Gjessing, Stein, Performance of the RAMlink Memory Architecture, Proceedings of the Twenty-Seventh Annual Hawaii International Conference on System Sciences, IEEE 1060-3425/94, 154-162, Jan. 1, 1994.
Gjessing, Stein et al, RAMlink: A High-Bandwidth Point-To-Point Memory Architecture, Proceedings Compcom 1992, IEEE 0-8186-2655-0-92, 328-331, Feb. 24, 1992.
Diamond, Steven L., Synclink: High-Speed DRAM for the Future, Micro Standards, IEEE Micro, 74-75, Dec. 1, 1996.
“K9XXG08UXM Preliminary Flash Memory” Technical Specification, 1-43, May 3, 2005.
“2 Mbit Low Voltage Serial Flash Memory With 40MHZ SPI Bus Interface”, 1-40, Aug. 1, 2004.
Kim, Jae-Kwan et al, “A 3.6Gb/S/PIN Simultaneous Bidirectional (SBD) I/O Interface for High-Speed DRAM” ISSCC 2004/Session 22/DSL and Multi-Gb/s I/O 22.7, IEEE International Solid-State Circuits Conference, 1-8, Feb. 15, 2004.
IEEE Standard for High-Bandwidth Memory Interface Based on Scalable Coherent Interface (SCI) Signaling Technology (RAMlink), IEEE Std. 1596.4-1996, The Institute of Electrical Electronics Engineers, Inc., 1-98, Mar. 19, 1996.
Atmel, “High Speed Small Sectored SPI Flash Memory 4M (524,288.8) AT25FS040 Advance Information”, 1-23, Sep. 1, 2006.
Related Publications (1)
Number Date Country
20120066442 A1 Mar 2012 US
Provisional Applications (1)
Number Date Country
60891115 Feb 2007 US
Continuations (1)
Number Date Country
Parent 11822496 Jul 2007 US
Child 13302413 US