EP1305713A1 - System and method for enabling non-volatile memory to execute code while operating as a data storage/processing device - Google Patents
System and method for enabling non-volatile memory to execute code while operating as a data storage/processing deviceInfo
- Publication number
- EP1305713A1 EP1305713A1 EP01944595A EP01944595A EP1305713A1 EP 1305713 A1 EP1305713 A1 EP 1305713A1 EP 01944595 A EP01944595 A EP 01944595A EP 01944595 A EP01944595 A EP 01944595A EP 1305713 A1 EP1305713 A1 EP 1305713A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- chip
- operations
- logic circuit
- cpu
- suspend
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/76—Architectures of general purpose stored program computers
- G06F15/78—Architectures of general purpose stored program computers comprising a single central processing unit
- G06F15/7807—System on chip, i.e. computer system on a single chip; System in package, i.e. computer system on one or more chips in a single package
- G06F15/7814—Specially adapted for real time processing, e.g. comprising hardware timers
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11C—STATIC STORES
- G11C2216/00—Indexing scheme relating to G11C16/00 and subgroups, for features not directly covered by these groups
- G11C2216/12—Reading and writing aspects of erasable programmable read-only memories
- G11C2216/20—Suspension of programming or erasing cells in an array in order to read other cells in it
Definitions
- the present invention relates to a system for enabling non- volatile memory to execute code while operating as a data storage device.
- non- volatile memory The primary usage of non- volatile memory is for code execution.
- flash memory is replacing the ROM various families (ROM ,PROM ,EPROM ,EEPROM) due to its better cost-structure, ease of manufacturing and high densities.
- Flash is commonly used both as a stand-alone device and as embedded memory.
- the competition in this market concentrates on condensing the bits of information in a smaller silicon area in order to reduce the cost of the devices.
- the most common flash type used for code execution is known as NOR Flash.
- the NOR Flash enables random access to each of its addresses and hence enables to execute code from it. For this reason the NOR Flash is known as an XIP memory, where XIP stands for executable In Place.
- Flash memory used for data storage is called a Flash disk and is composed of H/W (flash memory) and a S/W package (file system management, OS interface etc.). Modern applications usually require flash memory for both code execution and data storage.
- H/W flash memory
- S/W package file system management, OS interface etc.
- Modern applications usually require flash memory for both code execution and data storage.
- Today, most architectures use separated devices (or sets of devices) for each functionality. It is very desirable to use the same device (single device) to store both the data and the code of the application.
- the main benefits are: reducing real estate requirements, chip count, silicon size and power consumption.
- the following scenario illustrates the main problem with this approach: lets assume that there are two tasks running under the OS in the application.
- the first task (Tl) is the data storage driver task. It is responsible of storing all the application data on the flash memory.
- the second task (T2) is some code which is executed from the flash memory (the same flash memory, of course).
- the scenario begins with Tl issuing an erase command to some area of the flash memory, as part of the data management requirements.
- Typical erase time of NOR Flashes is 1 sec.
- OS gives T2 a time slot and T2 starts executing code from the flash memory.
- the operation will fail and cause the whole application to fail.
- the reason is that the flash memory is not available for read operations (e.g., execution of code) while it's busy erasing/ programming another section.
- the OS and T2 are unaware of the fact that the flash isn't available now.
- the OS and T2 expect that the code stored on the flash will always be available for execution, but this is not the case.
- the present invention provides another approach to solve the problem of one non- volatile (flash) device (or a set of devices) used both for data storage/processing and code execution.
- flash non- volatile
- the solution enables proper functionality of both usages and in particular will enable execution of code from the flash at any time, including times when the flash is busy erasing/programming some sections.
- the present invention is of a hardware application that enables flash memory devices to be both created and operated in an efficient nianner, enabling usage of Flash memory for code execution and data storage/processing concurrently.
- a system for enabling usage of non- volatile memory, and in particular flash memory, for code execution and data storage/processing comprising:
- Non volatile aixay Non volatile device circuitry; and logic circuit where said logic circuit is a hardware mechanism that enables supporting of automatic suspend and resume operations.
- the present invention provides for designing and implementing an on-chip H/W mechanism that can support an automatic suspend and resume operations. This solution will enable easy integration to any CPU/OS.
- the present invention enables a non-volatile memory chip, such as a flash memory chip, to process code execution while it is processing erase/program operations. This is achieved by sensing the operation status of the chip and the CPU/Bus activity, and commanding the flash memory device to suspend and/or resume program/erase operations at appropriate times, so as not to collide with read requests.
- the system thereby buffers the CPU/Bus/Controller from executing read commands while the chip is processing program/erase operations.
- FIGURE 1 is an illustration of the most common current solution, two separate devices are incorporated into the memory chip for the purposes of code execution and data processing.
- FIGURE 2 illustrates an alternative solution to achieving both code execution and data processing in a Flash memory chip, wherein multi-bank architecture is used.
- FIGURE 3 illustrates the basic operation of the system according to the present invention.
- FIGURE 4 is a flow chart of the basic components of the system according to the present invention.
- the present invention is of a system and method for enabling simultaneous usage of code execution and data storage and processing using non- volatile memory chips. Specifically, the present invention can be used to execute code on flash chips, while concurrently processing stored data on the same chip. This is based on the usage of automatic suspend and automatic resume operations.
- the principles and operations of such a system according to the present invention may be better understood with reference to the drawing, and the accompanying descriptions, wherein:
- FIGURES 3 and 4 illustrate the basic components and operations of the current invention in its preferred usage.
- the hardware mechanism of the present invention which is one logic circuit (or a few circuits), is designed so as to enable automatic suspend and automatic resume of program and/or erase operations in the following manner. For example, consider that there is an active erase/ program command 10 issued to the memory device. The memory device is executing the erase/program operation 15 and at the same time a read request 11 is registered. As opposed to current methods whereby the read request will be unable to be executed, and may crash the system, the present invention temporarily suspends 12 the program/erase operation 15. When in suspend mode 12, the CPU/Bus is free to continue with the read requests.
- the read operation will subsequently be monitored in order to detect a timeout 13 (a predetermined period of time in which no read operation is done. Upon detection it automatically gives a command to resume operations 14, allowing the program erase operation 15 to continue.
- a timeout 13 a predetermined period of time in which no read operation is done.
- CPU/Bus/Controller 20 or host Bus 21 uses this signal to hold/retry operation using its standard hold/retry mechanisms, or any other means provided by the CPU/Bus/Controller to prevent a crash due to a failed read attempt.
- the big advantage here is the easy integration of the flash device (H/W and S/W) to the platform environment (CPU, Bus and OS).
- OS components e.g. scheduler
- the OS and all the tasks running under it are totally unaware of the flash memory condition and they can access it regardless of its condition.
- the only integration required is a simple H/W integration of to allow the CPU, Bus or Controller to hold/retry operations that occur during the suspend latency time.
- This hardware integration requires the implementation of a regular and common hold/retry mechanism, or any other mechanism existing on the CPU/Bus that can delay execution of a read/fetch cycle.
- the automatic suspend logic 26 (Fig 4) is operated when an erase or program operation begins 15 (Fig 3). When detecting one of these operations (erase or program) the automatic suspend logic 26 is triggered. From this moment onwards, the logic waits for a read operation 11 from the device (read operations that requires the device to output real data as opposed to status bits or similar). If the erase/program operation 15 is finished before receiving any read operation 11, the logic and the chip will both return to the idle state 17.
- Identification of the read operation will be based on the regular and normal means that are supplied by the device (e.g. control signals, address signals, read commands).
- the automatic suspend logic 26 executes a process that enters the device into the suspend state 12.
- the logic can use existing mechanisms inside the device to do this task (e.g. executing the suspend command which is available in certain devices).
- the logic may mark in a certain place (e.g. I/O port or a dedicated register) that the device has entered the automatic suspend state 12. This marking can be used by the file system management S/W.
- the logic will indicate that the device is on its way to the automatic suspend state 12 using an external signal (Busy signal) 22.
- This signal can be used by the platform to hold/retry the read operation 11 attempt or any other mechanism in the CPU/Bus that can delay execution of read/fetch cycles.
- the logic is also responsible of verifying that the device has actually entered the automatic suspend state 12. After the verification phase - the Busy signal 22 will be turned off (to indicate that the device has entered the automatic suspend state 12. From this moment onwards the device is ready to perform read requests as required. Automatic resume mechanism:
- the automatic resume logic 27 starts to operate when the device enters the automatic suspend state 12.
- the target of this logic is to resume the program/erase operation 15 that was interrupted by the automatic suspend logic 26.
- This logic should monitor the read operations done from the device, for example, by using the same techniques as the automatic suspend logic 26.
- the logic is responsible to resume the suspended operation.
- One suggested implementation is to wait for a break in the read operations of the device. When the break is long enough (depending on the application and environment) the logic executes a process which causes the device to resume the program/erase operation 15 (e.g. executing the resume command which is available in certain devices).
- the logic contains some mechanism to determine if the break is a real break or just a temporary break (e.g. a timer that counts the no-read-operation time).
- the logic is also responsible to turn off the mark that shows (e.g. I/O port or a dedicated register) that the device has entered the automatic suspend state 12.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Read Only Memory (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
A system and method for enabling concurrent usage of non-volatile memory for code execution and data storage/processing, comprising a hardware mechanism that can support automatic suspend and resume operations. This mechanism entails the integration of a suspend logic circuit and a resume logic circuit (26 and 27) into the chip hardware, or the stationing of the logic chip in any way that it can operate together with the chip. This system and method enable a Flash memory chip (24) to process code execution while it is processing erase/program operations, avoiding conflicts that ordinary crash such a system. This is achieved by sensing the operation status of the chip and the CPU/Bus (20) activity, and commanding the flash memory device to suspend and/or resume program/erase operations at appropriate times, so as not to conflict with read requests.
Description
SYSTEM AND METHOD FOR ENABLING NON-VOLATILE MEMORY TO EXECUTE CODE WHILE OPERATING AS A DATA STORAGE/PROCESSING DEVICE
FIELD AND BACKGROUND OF THE INVENTION
The present invention relates to a system for enabling non- volatile memory to execute code while operating as a data storage device.
The primary usage of non- volatile memory is for code execution. In the market of non- volatile code storage memory, flash memory is replacing the ROM various families (ROM ,PROM ,EPROM ,EEPROM) due to its better cost-structure, ease of manufacturing and high densities. Flash is commonly used both as a stand-alone device and as embedded memory. The competition in this market concentrates on condensing the bits of information in a smaller silicon area in order to reduce the cost of the devices. The most common flash type used for code execution is known as NOR Flash. The NOR Flash enables random access to each of its addresses and hence enables to execute code from it. For this reason the NOR Flash is known as an XIP memory, where XIP stands for executable In Place.
While we discussed so far the usage of flash memory for code execution, another emerging market for flash memory is starting to grow and become dominant- the data storage market. Data storage applications require a file system management on the flash memory. Flash memory used for data storage is called a Flash disk and is composed of H/W (flash memory) and a S/W package (file system management, OS interface etc.).
Modern applications usually require flash memory for both code execution and data storage. Today, most architectures use separated devices (or sets of devices) for each functionality. It is very desirable to use the same device (single device) to store both the data and the code of the application. The main benefits are: reducing real estate requirements, chip count, silicon size and power consumption. The following scenario illustrates the main problem with this approach: lets assume that there are two tasks running under the OS in the application. The first task (Tl) is the data storage driver task. It is responsible of storing all the application data on the flash memory. The second task (T2) is some code which is executed from the flash memory (the same flash memory, of course).
The scenario begins with Tl issuing an erase command to some area of the flash memory, as part of the data management requirements. Typical erase time of NOR Flashes is 1 sec. During this period of time (within this 1 sec), OS gives T2 a time slot and T2 starts executing code from the flash memory. At this moment the operation will fail and cause the whole application to fail. The reason is that the flash memory is not available for read operations (e.g., execution of code) while it's busy erasing/ programming another section. The OS and T2 are unaware of the fact that the flash isn't available now. The OS and T2 expect that the code stored on the flash will always be available for execution, but this is not the case. As explained above, there are many cases when the flash is not available for execution of the stored code. In fact - it will be unavailable every time it's busy erasing/programming sections following Tl requests.
Known solutions:
1. Using two devices, one for data storage and the second as code storage (XIP). As
mentioned above, this is the most common architecture that is in use today. See FIGURE 1 for a graphic description of this solution.
This solution has drawbacks of higher real estate requirements, chip count, silicon size and power consumption. 2. Using a single device with multi-bank architecture, which can be simultaneously accessed for read and erase/program. Several flash vendors have started to offer flash devices with multi-bank (usually dual-bank) architecture. With this approach the real estate requirements are reduced and also the chip count is reduced to one. The disadvantage of this solution is the overhead of the silicon (due to the multi-bank design). The estimated cost overhead of this design over a regular design is 30%, so basically one has to pay for the additional functionality with silicon. This solution gains popularity only in real-estate-critical applications, because otherwise it is cost prohibitive. See FIGURE 2 for a graphic illustration of this solution. 3. Using a single device with a special system S/W that controls and schedules all the tasks of the system, for example, in Intel's PSM. This solution uses the S/W commands of suspend and resume of the flash in order to enable the dual functionality of the device. With this solution the problem of unawareness is solved, but the cost is the complicated integration. This requires a solution to be tailored specifically for every CPU and/or OS. The special system S/W is added to the OS and controls and schedules all tasks and interrupts. The time of integration and development of this solution is excessively long since the complexity is high. In addition this is a very intrusive approach, which might suit some niche markets.
There is thus a widely recognized need for, and it would be highly advantageous to have, a system that can enable true simultaneous usage of non- volatile memory for both code execution and data storage.
The present invention provides another approach to solve the problem of one non- volatile (flash) device (or a set of devices) used both for data storage/processing and code execution. The solution enables proper functionality of both usages and in particular will enable execution of code from the flash at any time, including times when the flash is busy erasing/programming some sections.
The present invention is of a hardware application that enables flash memory devices to be both created and operated in an efficient nianner, enabling usage of Flash memory for code execution and data storage/processing concurrently.
SUMMARY OF THE INVENTION
According to the present invention there is provided a system for enabling usage of non- volatile memory, and in particular flash memory, for code execution and data storage/processing, comprising:
CPU/Bus/Controller;
Non volatile aixay; non volatile device circuitry; and logic circuit where said logic circuit is a hardware mechanism that enables supporting of automatic suspend and resume operations.
The present invention provides for designing and implementing an on-chip H/W mechanism that can support an automatic suspend and resume operations. This solution will enable easy integration to any CPU/OS.
The present invention enables a non-volatile memory chip, such as a flash memory chip, to process code execution while it is processing erase/program operations. This is achieved by sensing the operation status of the chip and the CPU/Bus activity, and commanding the flash memory device to suspend and/or resume program/erase operations at appropriate times, so as not to collide with read requests. The system thereby buffers the CPU/Bus/Controller from executing read commands while the chip is processing program/erase operations.
BRIEF DESCRIPTION OF THE DRAWING
The invention is herein described, by way of example only, with reference to the accompanying drawings, wherein:
FIGURE 1 is an illustration of the most common current solution, two separate devices are incorporated into the memory chip for the purposes of code execution and data processing.
FIGURE 2 illustrates an alternative solution to achieving both code execution and data processing in a Flash memory chip, wherein multi-bank architecture is used.
FIGURE 3 illustrates the basic operation of the system according to the present invention.
FIGURE 4 is a flow chart of the basic components of the system according to the present invention.
DESCRIPTION OF THE PREFERRED EMBODIMENT The present invention is of a system and method for enabling simultaneous usage of code execution and data storage and processing using non- volatile memory chips. Specifically, the present invention can be used to execute code on flash chips, while concurrently processing stored data on the same chip. This is based on the usage of automatic suspend and automatic resume operations. The principles and operations of such a system according to the present invention may be better understood with reference to the drawing, and the accompanying descriptions, wherein:
FIGURES 3 and 4 illustrate the basic components and operations of the current invention in its preferred usage. The hardware mechanism of the present invention, which is one logic circuit (or a few circuits), is designed so as to enable automatic suspend and automatic resume of program and/or erase operations in the following manner. For example, consider that there is an active erase/ program command 10 issued to the memory device. The memory device is executing the erase/program operation 15 and at the same time a read request 11 is registered. As opposed to current methods whereby the read request will be unable to be executed, and may crash the system, the present invention temporarily suspends 12 the program/erase operation 15. When in suspend mode 12, the CPU/Bus is free to continue with the read requests. The read operation will subsequently be monitored in order to detect a timeout 13 (a predetermined period of
time in which no read operation is done. Upon detection it automatically gives a command to resume operations 14, allowing the program erase operation 15 to continue. In greater detail, the system operates as follows:
1. Automatic execution of suspend operation operates on the following conditions: 1.1 The device is busy with erase/program operation 15.
1.2 A read attempt is being done from the device 11.
2. Indication of the device entering the suspend state 12 (the time known as suspend latency) is provided with a busy signal 22 (Figure 4). The Busy signal, which is some physical signal to the CPU/Bus, will be used on the platform to signal that the code, stored on the flash chip, is about to be available for execution. The host
CPU/Bus/Controller 20 or host Bus 21 uses this signal to hold/retry operation using its standard hold/retry mechanisms, or any other means provided by the CPU/Bus/Controller to prevent a crash due to a failed read attempt.
3. Automatic execution of resume operation 14 upon completion of all the read cycles. Completion will be detected using timeout detection 13 (a predetermined period of time in which no read operation is done). The execution of the resume operation may be commanded based on alternative factors, such as a predetermined time interval or any other chosen method. Advantages: First of all, this invention enables using one non- volatile chip, or chip banks acting as unified chips, for both data storage/processing and code execution. By doing this it enables significant reduction of real estate requirements, chip count, silicon size and power consumption. Comparing this invention to the other solution in the market,
Intel PSM (other solutions: a. and b. have a much higher cost) points to the fact that the big advantage here is the easy integration of the flash device (H/W and S/W) to the platform environment (CPU, Bus and OS). With this solution there is no need to interfere with the OS components (e.g. scheduler) and other software ingredients. The OS and all the tasks running under it are totally unaware of the flash memory condition and they can access it regardless of its condition. The only integration required is a simple H/W integration of to allow the CPU, Bus or Controller to hold/retry operations that occur during the suspend latency time. This hardware integration requires the implementation of a regular and common hold/retry mechanism, or any other mechanism existing on the CPU/Bus that can delay execution of a read/fetch cycle. In order to achieve this signaling and enabling dual operation of data storage and code execution on a single chip, the logic circuit needs to be either imbedded in the memory chip or added as an external logic, to facilitate the automatic resume and suspend. Automatic suspend mechanism: This section explains the mechanism and implementation of the automatic suspend feature. The automatic suspend logic 26 (Fig 4) is operated when an erase or program operation begins 15 (Fig 3). When detecting one of these operations (erase or program) the automatic suspend logic 26 is triggered. From this moment onwards, the logic waits for a read operation 11 from the device (read operations that requires the device to output real data as opposed to status bits or similar). If the erase/program operation 15 is finished before receiving any read operation 11, the logic and the chip will both return to the idle state 17. Identification of the read operation will be based on the regular and normal means that are supplied by the device (e.g. control signals, address
signals, read commands). Upon detection of the read operation 11 the automatic suspend logic 26 executes a process that enters the device into the suspend state 12. The logic can use existing mechanisms inside the device to do this task (e.g. executing the suspend command which is available in certain devices). In addition - the logic may mark in a certain place (e.g. I/O port or a dedicated register) that the device has entered the automatic suspend state 12. This marking can be used by the file system management S/W. In addition, the logic will indicate that the device is on its way to the automatic suspend state 12 using an external signal (Busy signal) 22. This signal can be used by the platform to hold/retry the read operation 11 attempt or any other mechanism in the CPU/Bus that can delay execution of read/fetch cycles. The logic is also responsible of verifying that the device has actually entered the automatic suspend state 12. After the verification phase - the Busy signal 22 will be turned off (to indicate that the device has entered the automatic suspend state 12. From this moment onwards the device is ready to perform read requests as required. Automatic resume mechanism:
The automatic resume logic 27 starts to operate when the device enters the automatic suspend state 12. The target of this logic is to resume the program/erase operation 15 that was interrupted by the automatic suspend logic 26. This logic should monitor the read operations done from the device, for example, by using the same techniques as the automatic suspend logic 26. The logic is responsible to resume the suspended operation. One suggested implementation is to wait for a break in the read operations of the device. When the break is long enough (depending on the application and environment) the logic executes a process which causes the device to resume the
program/erase operation 15 (e.g. executing the resume command which is available in certain devices). The logic contains some mechanism to determine if the break is a real break or just a temporary break (e.g. a timer that counts the no-read-operation time). The logic is also responsible to turn off the mark that shows (e.g. I/O port or a dedicated register) that the device has entered the automatic suspend state 12.
While the invention has been described with respect to a limited number of embodiments, it will be appreciated that many variations, modifications and other applications of the invention may be made.
Claims
1. A system that executes code while processing data operations using a non- volatile memory device, comprising:
CPU/Bus/Controller for controlling said memory device; non volatile array for holding code and data of said system;
non volatile device circuitry for controlling content and activity of said non volatile array; and logic circuit for enabling automatic suspending and/or automatic resuming of operations.
2. The system of claim 1, wherein said suspending and/or resuming of operations are initiated by a hardware means.
3. The system of claim 1, wherein said non- volatile memory device is a flash memory device.
4. The system of claim 1, wherein said logic circuit enables code execution and data storage/processing facilities within a single chip device with a single silicon die.
5. The system of claim 1, wherein said logic circuit enables code execution and data storage/processing facilities within a bank of single memory chips with single silicon dies.
6. The system of claim 1, wherein said logic circuit is embedded into the memory chip.
7. The system of claim 1, wherein said logic circuit functions from outside the memory chip.
8. The system of claim 1, wherein a pluralism of said logic circuits are embedded into a memory chip.
9. The system of claim 1, wherein a pluralism of said logic circuits function outside a memory chip.
10. The system of claim 1, wherein said logic circuit is operative to monitor status of current operations in said memory chip.
11. The system of claim 1, wherein said logic circuit is operative to mark current status of chip operation so as to make it readable by the OS/application/file management software.
12. The system of claim 1, wherein said CPU/Bus/Controller causes said memory chip to suspend and/or resume operations by signaling to said memory chip to delay CPU /Bus/Controller read operation.
13. A method for executing code while processing data on a non- volatile memory device, comprising the steps of: i. adding at least one logic circuit to operate with the non-volatile memory device. ii. monitoring status of current operations in said memory chip. iii signaling to the CPU/Bus if the chip is available for code execution. iv. monitoring CPU/Bus activity v. commanding chip to suspend and/or resume chip operations.
14. A method for executing code while processing data on a non- volatile memory device, comprising the following steps: i. adding at least one logic circuit to work with the a non- volatile memory chip. ii. sensing read requests while chip is in program/erase mode/operation. iii. automatic entering of program and/or erase operations into suspend mode. iv. signaling to CPU/Bus to wait before executing further read/fetch commands. v. turning off signal to allow CPU/Bus to (automatically) continue with read/fetch commands vi. entering of said chip into resume operation to continue program/erase operation.
15. The method of claim 15, wherem said entering into suspend mode includes marking status for reading by OS/application/file management software in the chip.
16. A single flash memory device comprising: a suspend logic circuit for enabling hardware initiated suspending of data processing operations; and a resume logic circuit for enabling hardware initiated resuming of data processing operations.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US629966 | 2000-07-31 | ||
US09/629,966 US7032081B1 (en) | 2000-07-31 | 2000-07-31 | System and method for enabling non-volatile memory to execute code while operating as a data storage/processing device |
PCT/US2001/019419 WO2002010921A1 (en) | 2000-07-31 | 2001-06-18 | System and method for enabling non-volatile memory to execute code while operating as a data storage/processing device |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1305713A1 true EP1305713A1 (en) | 2003-05-02 |
Family
ID=24525212
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP01944595A Withdrawn EP1305713A1 (en) | 2000-07-31 | 2001-06-18 | System and method for enabling non-volatile memory to execute code while operating as a data storage/processing device |
Country Status (9)
Country | Link |
---|---|
US (1) | US7032081B1 (en) |
EP (1) | EP1305713A1 (en) |
JP (1) | JP2004505374A (en) |
KR (1) | KR100469569B1 (en) |
CN (1) | CN1300700C (en) |
AU (1) | AU2001266987A1 (en) |
IL (2) | IL148619A0 (en) |
TW (1) | TW550455B (en) |
WO (1) | WO2002010921A1 (en) |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1323359C (en) * | 2003-05-20 | 2007-06-27 | 群联电子股份有限公司 | Single-chip fast flash memory control system for starting external read-only storage with shared bus mode |
US7228377B2 (en) * | 2003-06-06 | 2007-06-05 | Renesas, Technology Corp. | Semiconductor integrated circuit device, IC card, and mobile terminal |
ITMI20050063A1 (en) * | 2005-01-20 | 2006-07-21 | Atmel Corp | METHOD AND SYSTEM FOR THE MANAGEMENT OF A SUSPENSION REQUEST IN A FLASH MEMORY |
KR20050107369A (en) * | 2005-10-27 | 2005-11-11 | 서운식 | An apparatus and a means to control storage device with executable in place |
US7562180B2 (en) * | 2006-03-28 | 2009-07-14 | Nokia Corporation | Method and device for reduced read latency of non-volatile memory |
KR100834738B1 (en) * | 2006-08-31 | 2008-06-05 | 삼성전자주식회사 | Operating method of phase change random access memory device and phase change random access memory device using the same |
US7818610B2 (en) * | 2007-09-27 | 2010-10-19 | Microsoft Corporation | Rapid crash recovery for flash storage |
US8751760B2 (en) * | 2009-10-01 | 2014-06-10 | Dell Products L.P. | Systems and methods for power state transitioning in an information handling system |
TWI486966B (en) * | 2010-02-04 | 2015-06-01 | Phison Electronics Corp | Flash memory storage device, controller thereof, and programming management method thereof |
KR101903095B1 (en) | 2011-11-21 | 2018-10-02 | 삼성전자주식회사 | Nonvolatile memory device and oeprating method of controller controlling nonvolailte memory device |
KR102083490B1 (en) | 2012-08-08 | 2020-03-03 | 삼성전자 주식회사 | Nonvolatile memory device, memory system including the same and method of controlling command execution of the nonvolatile memory device |
US9813080B1 (en) | 2013-03-05 | 2017-11-07 | Microsemi Solutions (U.S.), Inc. | Layer specific LDPC decoder |
US10230396B1 (en) | 2013-03-05 | 2019-03-12 | Microsemi Solutions (Us), Inc. | Method and apparatus for layer-specific LDPC decoding |
KR102226367B1 (en) | 2014-01-02 | 2021-03-12 | 삼성전자주식회사 | Nonvolatile memory device and nonvolatile memory system including the same |
US9336391B2 (en) * | 2014-06-17 | 2016-05-10 | International Business Machines Corporation | Verification of intellectual property core trusted state |
US10332613B1 (en) | 2015-05-18 | 2019-06-25 | Microsemi Solutions (Us), Inc. | Nonvolatile memory system with retention monitor |
US9799405B1 (en) | 2015-07-29 | 2017-10-24 | Ip Gem Group, Llc | Nonvolatile memory system with read circuit for performing reads using threshold voltage shift read instruction |
GB2543804A (en) * | 2015-10-29 | 2017-05-03 | Nordic Semiconductor Asa | Microprocessor interfaces |
US9886214B2 (en) | 2015-12-11 | 2018-02-06 | Ip Gem Group, Llc | Nonvolatile memory system with erase suspend circuit and method for erase suspend management |
US9892794B2 (en) | 2016-01-04 | 2018-02-13 | Ip Gem Group, Llc | Method and apparatus with program suspend using test mode |
US9899092B2 (en) | 2016-01-27 | 2018-02-20 | Ip Gem Group, Llc | Nonvolatile memory system with program step manager and method for program step management |
US10283215B2 (en) | 2016-07-28 | 2019-05-07 | Ip Gem Group, Llc | Nonvolatile memory system with background reference positioning and local reference positioning |
US10291263B2 (en) | 2016-07-28 | 2019-05-14 | Ip Gem Group, Llc | Auto-learning log likelihood ratio |
US10236915B2 (en) | 2016-07-29 | 2019-03-19 | Microsemi Solutions (U.S.), Inc. | Variable T BCH encoding |
US10157139B2 (en) * | 2016-09-19 | 2018-12-18 | Qualcomm Incorporated | Asynchronous cache operations |
US10817200B2 (en) * | 2017-10-26 | 2020-10-27 | Silicon Laboratories Inc. | Memory interface for a secure NOR flash memory |
CN109669729B (en) * | 2018-12-26 | 2022-11-01 | 杭州迪普科技股份有限公司 | Starting guide method of processor |
US20190163403A1 (en) * | 2019-01-31 | 2019-05-30 | Intel Corporation | Solid state drive with reduced host oversight of high priority read command |
KR200490551Y1 (en) | 2019-09-03 | 2019-11-28 | 유제록 | Safety nipper assembly for excavator |
KR20210061171A (en) | 2019-11-19 | 2021-05-27 | 에스케이하이닉스 주식회사 | Memory system and operating method thereof |
CN112466384B (en) * | 2020-11-12 | 2023-02-28 | 苏州浪潮智能科技有限公司 | Test method, test device and test equipment for flash memory programming suspension characteristics |
US20230418472A1 (en) * | 2022-06-23 | 2023-12-28 | Texas Instruments Incorporated | Methods and apparatus to schedule memory operations |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR2672709B1 (en) * | 1991-02-11 | 1994-09-30 | Intel Corp | ORDER STATUS MACHINE. |
US5333300A (en) * | 1991-02-11 | 1994-07-26 | Intel Corporation | Timing circuitry and method for controlling automated programming and erasing of a non-volatile semiconductor memory |
TW241346B (en) * | 1991-10-15 | 1995-02-21 | Bull Hn Information Syst | |
US6189070B1 (en) * | 1997-08-28 | 2001-02-13 | Intel Corporation | Apparatus and method for suspending operation to read code in a nonvolatile writable semiconductor memory |
-
2000
- 2000-07-31 US US09/629,966 patent/US7032081B1/en not_active Expired - Lifetime
-
2001
- 2001-06-14 TW TW090114463A patent/TW550455B/en not_active IP Right Cessation
- 2001-06-18 CN CNB018022537A patent/CN1300700C/en not_active Expired - Fee Related
- 2001-06-18 EP EP01944595A patent/EP1305713A1/en not_active Withdrawn
- 2001-06-18 KR KR10-2002-7004167A patent/KR100469569B1/en active IP Right Grant
- 2001-06-18 IL IL14861901A patent/IL148619A0/en active IP Right Grant
- 2001-06-18 AU AU2001266987A patent/AU2001266987A1/en not_active Abandoned
- 2001-06-18 JP JP2002515579A patent/JP2004505374A/en active Pending
- 2001-06-18 WO PCT/US2001/019419 patent/WO2002010921A1/en active IP Right Grant
-
2002
- 2002-03-11 IL IL148619A patent/IL148619A/en not_active IP Right Cessation
Non-Patent Citations (1)
Title |
---|
See references of WO0210921A1 * |
Also Published As
Publication number | Publication date |
---|---|
AU2001266987A1 (en) | 2002-02-13 |
KR100469569B1 (en) | 2005-02-02 |
IL148619A (en) | 2007-06-03 |
KR20020047199A (en) | 2002-06-21 |
TW550455B (en) | 2003-09-01 |
CN1300700C (en) | 2007-02-14 |
JP2004505374A (en) | 2004-02-19 |
US7032081B1 (en) | 2006-04-18 |
WO2002010921A1 (en) | 2002-02-07 |
CN1386224A (en) | 2002-12-18 |
IL148619A0 (en) | 2002-09-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7032081B1 (en) | System and method for enabling non-volatile memory to execute code while operating as a data storage/processing device | |
US5822244A (en) | Method and apparatus for suspending a program/erase operation in a flash memory | |
US8424021B2 (en) | Event-based bandwidth allocation mode switching method and apparatus | |
US7296143B2 (en) | Method and system for loading processor boot code from serial flash memory | |
KR101078792B1 (en) | Method and device for reduced read latency of non-volatile memory | |
US6675191B1 (en) | Method of starting execution of threads simultaneously at a plurality of processors and device therefor | |
KR20090091228A (en) | Direct memory access controller | |
JP2003150574A (en) | Microcomputer | |
KR100634436B1 (en) | Multi chip system and its boot code fetch method | |
JPH07319767A (en) | Computer system | |
TW200805065A (en) | Region protection unit, instruction set and method for protecting a memory region | |
EP1958058A2 (en) | Command decoder for microcontroller based flash memory digital controller system | |
KR20090092835A (en) | Direct Memory Access Controller | |
US6888733B2 (en) | Multiple chip system including a plurality of non-volatile semiconductor memory devices | |
WO2006036798A2 (en) | Efficient multi-bank memory queuing system | |
WO1998007091A1 (en) | A microcontroller configured to convey data corresponding to internal memory accesses externally | |
US6944649B1 (en) | Electronic control unit having single non-volatile memory for multiple central processing units and data retrieval method | |
US6748527B1 (en) | Data processing system for performing software initialization | |
US20040123010A1 (en) | Shared write buffer in a peripheral interface and method of operating | |
JP3956305B2 (en) | Nonvolatile semiconductor memory device and data processing device | |
US6477636B1 (en) | Application-specific integrated circuit for processing defined sequences of assembler instructions | |
JP2701386B2 (en) | Cache memory controller | |
JPH03138753A (en) | Boot loader for multiprocessor system | |
JPH0736631A (en) | Storage device | |
JPS58114218A (en) | Program loading system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20020325 |
|
AK | Designated contracting states |
Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR |
|
AX | Request for extension of the european patent |
Extension state: AL LT LV MK RO SI |
|
RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: BAN, AMIR Inventor name: ZERNOVIZKY, SHUKA Inventor name: GEFEN, MOSHE |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN |
|
18W | Application withdrawn |
Effective date: 20030704 |