WO2006078744A2 - Procede et systeme de gestion d'une demande d'interruption dans une memoire flash - Google Patents

Procede et systeme de gestion d'une demande d'interruption dans une memoire flash Download PDF

Info

Publication number
WO2006078744A2
WO2006078744A2 PCT/US2006/001776 US2006001776W WO2006078744A2 WO 2006078744 A2 WO2006078744 A2 WO 2006078744A2 US 2006001776 W US2006001776 W US 2006001776W WO 2006078744 A2 WO2006078744 A2 WO 2006078744A2
Authority
WO
WIPO (PCT)
Prior art keywords
suspend
modify operation
microcontroller
sequence
flash memory
Prior art date
Application number
PCT/US2006/001776
Other languages
English (en)
Other versions
WO2006078744A3 (fr
Inventor
Stefano Surico
Simone Bartoli
Monica Marziani
Luca Figini
Original Assignee
Atmel Corporation
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Priority claimed from IT000063A external-priority patent/ITMI20050063A1/it
Application filed by Atmel Corporation filed Critical Atmel Corporation
Priority to EP06718797A priority Critical patent/EP1849078A2/fr
Publication of WO2006078744A2 publication Critical patent/WO2006078744A2/fr
Publication of WO2006078744A3 publication Critical patent/WO2006078744A3/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C2216/00Indexing scheme relating to G11C16/00 and subgroups, for features not directly covered by these groups
    • G11C2216/12Reading and writing aspects of erasable programmable read-only memories
    • G11C2216/22Nonvolatile memory in which reading can be carried out from one memory bank or array whilst a word or sector in another bank or array is being erased or programmed simultaneously

Definitions

  • the present invention relates to flash memory devices and similar non- volatile electronic devices, and more particularly to suspend requests in flash memory devices.
  • Flash memory devices are convenient electronic memory devices used in a wide variety of applications.
  • a flash memory device offers non- volatile storage of data, and also allows the data to be programmed into the memory and erased from the memory multiple times, thus enabling a multitude of flexible applications and uses.
  • Recent flash memory devices include an embedded method or algorithm to execute all modify operations of the flash memory, implemented by code stored in a read-only memory (ROM) and executed by a microcontroller.
  • the modify operations include such operations as programming the flash memory with data, erasing data from the flash memory, etc. Some of the modify operations require long execution times due to the physical structure of the flash memory cells and due to the organization of the cell array.
  • a feature required in flash memory devices is suspension of the longer modify operations, such as program or erase, for a particular length of time to allow a user to immediately access the flash memory.
  • modify operations such as program or erase
  • the user can issue a suspend request (command) to the flash memory via a command interface, such as an input/output (I/O) pad of the flash memory.
  • command interface such as an input/output (I/O) pad of the flash memory.
  • the suspend command is decoded by the command interface (microcontroller) and, when the suspension of the modify operation is completed within a predetermined amount of time, the flash memory is allowed to be accessed for the read operations needed by the user (or another modify operation can be performed for the user).
  • a resume command causes the interrupted modify operation to resume at the point where it was suspended, and to terminate correctly as appropriate for that operation.
  • a user's suspend request is managed in a software mode, i.e., using software code that the embedded method or algorithm can implement.
  • a flag in a register is set.
  • the embedded software code using query instructions, checks if a suspend request has been issued from the user by checking or testing that register. After a query, if the register flag indicates that a suspend request has been issued, the embedded software code requests a jump to a particular code sequence that is a suspend sequence.
  • the suspend sequence suspends the modify operation by switching off all charge pumps and high voltages used for running the modify operation and saves the configuration (such as state variables and timing parameters) that are used when the modify operation is resumed.
  • the software query of the flag described above must be executed periodically to check the register and determine whether a suspend request has occurred.
  • the number of queries i.e. the amount of time between queries, can be determined based on a predefined time characteristic for the flash memory, called "time to suspend.” This is the maximum amount of time allowed from a suspend request to the completion of the suspension (interruption of the modify operation), after which the user's access is allowed.
  • time to suspend This is the maximum amount of time allowed from a suspend request to the completion of the suspension (interruption of the modify operation), after which the user's access is allowed.
  • a query needs to be executed in software code at a minimum rate. This requires a minimum number of query code instructions (compare operations) to be included in the embedded code, as well as an equivalent number of jump instructions (or similar instructions) that cause the code to jump to the branch of code storing the suspend sequence if the register flag is found to have been set.
  • the timing period between any two queries must guarantee that the time to suspend is met, requiring a relatively high number of query instructions.
  • this number of instructions increases with an increase in complexity and length of the embedded software code.
  • State-of-the-art flash memories have a high complexity in which the embedded code must execute several types of operations and features, including factory programs, enhanced factory programs, non- volatile protection of sectors, etc.; and multi-level flash memory devices require additional complex algorithms. It is important to be able to implement such features without increasing the length of the embedded code in an excessive way and to respect the required timing of the device.
  • the embedded code length stored in the ROM or SRAM of the flash device so as to improve area efficiency, and, more importantly, to reduce the time duration required to execute code so that the timing requirements may be respected. For example, if the embedded code executes query instructions for 1,000 times during a modify operation, and the clock of the microcontroller executing the instructions is 100 nanoseconds, then 10 microseconds of extra time is expended simply for executing the queries. This drawback is even more evident in multi-level flash devices in which multiple bits can be stored in each cell, where the embedded code executes a very high number of repetitive instruction sequences. Adding new lines and features to the embedded code must necessarily increase the number of query instructions, since the time between queries must be such that the time to suspend of the device is followed.
  • a system for managing a suspend request in a flash memory includes a microcontroller performing a modify operation on a flash memory array, a memory coupled to the microcontroller and storing suspend sequence code for implementing a suspend sequence to cause a suspension of the modify operation when executed by the microcontroller, and suspend circuitry coupled to the microcontroller and to the memory, wherein the suspend circuitry receives a suspend request from a user to suspend the modify operation, and wherein the suspend circuitry starts the execution of the suspend sequence code.
  • a method for managing a suspend request in a flash memory includes receiving a suspend request signal from a user to suspend a modify operation on a flash memory array, latching the suspend request signal until the modify operation can be suspended without causing errors in the modify operation, and suspending the modify operation by executing suspend sequence code stored in a memory.
  • a method for managing a suspend request in a flash memory includes executing embedded software code instructions from a memory in the flash memory to implement a modify operation on a flash memory array, receiving a suspend request from a user to suspend the modify operation, and suspending the modify operation using hardware suspend circuitry and without executing software code instructions that check whether the suspend request was received.
  • the present invention provides a system and method that permits correct and efficient management of a suspend requests in a flash memory device during modify operations, without the use of software queries in the embedded code executed by the microcontroller. This allows the code to be compacted, thereby saving storage area and cost. In addition, the present invention achieves a timing advantage in modify operations since the time duration needed to execute the more compact embedded code is reduced, allowing the suspend timing requirements of a flash memory device to be more easily met.
  • Figure 1 is a block diagram illustrating a hardware flash memory system of the present invention
  • Figure 2 is a schematic diagram illustrating an example of the logic and some components used in the flash memory system of Fig. 1;
  • Figure 3 is a flow diagram illustrating a method of the present invention for managing suspend requests in a flash memory device.
  • the present invention relates to flash memory devices and similar non- volatile electronic devices, and more particularly to suspend requests in flash memory devices.
  • the following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements.
  • Various modifications to the preferred embodiment and the generic principles and features described herein will be readily apparent to those skilled in the art.
  • the present invention is not intended to be limited to the embodiment shown but is to be accorded the widest scope consistent with the principles and features described herein.
  • the present invention is mainly described in terms of particular systems provided in particular implementations. However, one of ordinary skill in the art will readily recognize that this method and system will operate effectively in other implementations.
  • the processing components and memory usable with the present invention can take a number of different forms.
  • the present invention will also be described in the context of particular methods having certain steps. However, the method and system operate effectively for other methods having different and/or additional steps not inconsistent with the present invention.
  • the present invention describes an architecture which permits correct and efficient management of suspend requests derived from a user during modify operations, without the use of software queries in the embedded code executed by the microcontroller, thus achieving a timing advantage in modify operations and shorter, more compact code that saves storage area in the flash device's code storage memories, such as a ROM.
  • a ROM code storage memories
  • FIGURE 1 is a block diagram of a flash memory system 10 of the present invention for managing suspend requests during a modify operation without software queries.
  • System 10 can be included in an electronic apparatus, computer, or other device or apparatus which uses flash memory for storing data.
  • the apparatus can include one or more processors (microprocessors, application specific integrated circuits, etc.), various types of memory, and input/output (I/O) components (network interface, devices such as a keyboard or buttons, display screen, printer, mouse, microphone, scanner, etc.), as is well known.
  • the flash memory system 10 includes a microcontroller 12, read-only memory (ROM) 14, and flash memory array 16, as well as various other components described below.
  • Microcontroller 12 is provided to control operations of the flash memory system 10, including retrieving code from the ROM 14 and executing it, and to store and retrieve data from the flash memory array 16.
  • the microcontroller 12 can be any of a variety of suitable controller devices, including microprocessors, application specific integrated circuits (ASICs), or other controllers.
  • the microcontroller 12 can include a number of registers 13 which control the parameters of operations of the flash memory system 10 when digital information is loaded and stored therein.
  • Read-only memory (ROM) 14 stores program instructions (i.e., embedded code) which are used to implement operations that modify or manipulate the flash memory system 10.
  • the ROM 14 stores instructions which are retrieved by the microcontroller 12 and executed to operate the flash memory system.
  • memory 14 is referred to as "ROM" throughout this specification, in other embodiments other types of memory can be used as memory 14 to store the embedded code, such as Static Random Access Memory (SRAM) or other well-known types.
  • Flash memory array 16 is an array of memory cells and is non- volatile memory storage in system 10 that can store data and allows that data to be erased and/or written over with other data multiple times.
  • Typical flash memory cells allow the entire contents of the memory to be quickly erased at one time, as opposed to more general electrically erasable programmable read only memory (EEPROM) that requires each memory cell to be individually erased.
  • Array 16 can include single-level cells or multi-level cells, depending on the desired embodiment. Single-level cells store two different charge values (0 or 1), while multi-level cells can store four or more different charge values, and thus can store more data per cell, but may require longer to perform particular operations.
  • flash memory system 10 as shown in Fig. 1 are used in the present invention to manage suspend requests from the user.
  • Other components typically included in a flash memory system and not shown in Fig. 1 are not pertinent to the present invention.
  • Flip-flop 20 is able to receive a suspend request 22 from a user, which is a request to interrupt and halt the execution of a current modify operation so that the flash memory may be accessed for other operations for the user, such as a read operation.
  • the execution of the suspended modify operation is resumed once the user's operations are complete.
  • the user can enter a suspend request command, for example, using a command user interface (CUI), such as an I/O pad.
  • CLI command user interface
  • Flip-flop 20, shown in Fig. 1 as a D-type flip-flop is provided with a voltage VDD as its D input, and the suspend request 22 as its clock input.
  • the flip-flop 20 latches the suspend request when the suspend request goes high.
  • the flip-flop produces the high output signal SUSP_REQ.
  • the RESET_MICRO_N signal is the reset for flip-flop 20, and is provided by logic (not shown) when the modify operation ends or at the beginning of the next operation or suspend.
  • Multiplexer 24, logic 26, and flip-flip 28 make up a logical switch 30 to acknowledge the user's suspend request at the appropriate time.
  • Logic 26 checks whether the suspend request signal SUSP_REQ should be allowed through, i.e., whether a suspend of a modify operation should be acknowledged and implemented. The suspension request is acknowledged and becomes operative only when the modify operation (and embedded code) is at a point or state where it can be interrupted, a "true condition.” The logic 26 provides a true condition at the appropriate time based on the type of modify operation currently going on (program, erase, etc.), and based on the current instruction being executed by the microcontroller 12. Typically, the true condition is caused based on state variables and microprocessor outputs.
  • logic 26 is described below with reference to Fig. 2. Until the true condition is detected, the multiplexer 24 selects the FALSE input of multiplexer 24, which is connected to ground. Once the logic 26 detects a true condition that allows the suspend request to be acknowledged, the logic 26 sends the appropriate signal to the multiplexer 24 and the multiplexer 24 switches from the FALSE input to the TRUE input, which is connected to the SUSP_REQ signal of flip-flop 20.
  • the SUSP_REQ signal is output from the multiplexer 24 and is input to the clock input of flip-flop 28.
  • Flip-flop 28 latches the SUSP_REQ signal as SUSP_REQ_ACC and provides that signal as high at its output.
  • the logical switch 30 including multiplexer 24, logic 26, and flip-flop 28 provides the SUSP_REC_ACC signal as high when the suspend request is acknowledged and a suspension of the modify operation is to be implemented, i.e. a suspend sequence started.
  • a flip-flop 32 is of the D-type and receives the SUSPJREC_ACC signal at its D input.
  • the clock signal from the microcontroller 12 is provided at the clock input of the flip- flop 32, and the Q output of the flip-flop 32 provides a signal FORCE__SUSP JNSTR.
  • the RESET_MICRO_N signal resets the flip-flop 32, and is provided from the user interface as described above.
  • the FORCE_SUSP_INSTR signal is synchronized with the microcontroller clock signal. This synchronization assures correct functionality of the FORCEJSUSP_INSTR signal, which has two functions.
  • the first function is to reset the flip-flop 28, which is allowed by feeding back the FORCE_SUSP JNSTR signal to the reset of flip-flop 28 (and inverting it at inverter 29).
  • the suspend request has been acknowledged when the FORCE_SUSP_INSTR signal goes high, and this causes the FORCE_SUSP_INSTR signal to be switched off on the next active clock transition of the microcontroller so that the correct suspense code instructions are read from ROM 14 (see below).
  • the second function of FORCE_SUSP_INSTR is to switch the input of a multiplexer (or switch) 36 to a fixed instruction SUSP-INSTR stored at a known memory location in ROM 14.
  • the SUSP_INSTR instruction is a jump (JMP) to the first address in ROM 14 which stores the code instructions for a suspend sequence.
  • JMP the output of the multiplexer 36
  • CURRJNSTR the output of the multiplexer 36
  • This output (SUSPJNSTR) is provided to microcontroller 12, where it is decoded by the microcontroller logic and executed so that the pointer to the next code is moved to (jumped to) the address in the ROM 14 indicated by the SUSPJNST.
  • the arithmetic logic unit (ALU) of the microcontroller 12 loads the first counter address at the ROM address logic 38, which outputs the address to ROM 14 to read the instruction at that address, which is the first instruction for the suspend sequence.
  • the SUSP_INST input directs the microcontroller to load the first instruction of the suspend sequence code. Since the FORCE_SUSP_INSTR has been set low by the next microprocessor clock cycle (at flip- flop 28 above), the multiplexer 36 then switches to its other input, NEXT_INSTR, to allow the next instruction in the suspend sequence in the ROM 14 to be provided to the multiplexer 36 and output from the multiplexer to the microcontroller 12.
  • the ROM address logic 38 always provides the address of the next instruction in the suspend sequence to execute.
  • the sequential instructions of the suspend sequence continue to be similarly provided to microcontroller 12 until all of the instructions in the ROM for the suspend sequence have been loaded and executed by the microcontroller 12.
  • the suspend sequence switches off all the charge pumps (not shown) and high voltages used for running the suspended modify operation, and saves configuration variables and values, such as state variables, and timing values, that will be used when the modify operation is resumed.
  • configuration variables and values can be stored in convenient storage locations, e.g. registers of logic components not shown.
  • the modify operation of the flash device 10 has been fully suspended, and the RESET_MICRO_N signal is provided to the flip-flop 20 to switch off that flip-flop.
  • the user may then have desired operations implemented by the flash memory device, such as read operations from array 16 in a read array mode of the flash system 10.
  • the flash memory device resumes the interrupted modify operation.
  • the microcontroller 12 reads the configuration variables and values that were saved by the suspend sequence, switches on necessary charge pumps and voltages, and resumes the interrupted modify operation.
  • FIGURE 2 is a schematic diagram of an example of a circuit 50 that implements the logic 26 of the flash memory device 10 of Fig. 1 and implements some other components shown in Fig. 1.
  • the logic 26 generates a "true condition" for the multiplexer 24 when the conditions are appropriate for the suspend request to be acknowledged and the suspend sequence to be initiated.
  • the true condition is generated and the suspend sequence initiated based on the particular interrupted modify operation and its characteristics and requirements in any particular embodiment, and can be based on the modify operations required by a specific implementation, if a flash memory is single or multi-level, etc.
  • the circuit 50 is an example circuit that is used with a multi-level flash memory device, e.g., a multi-level flash memory available from Atmel Corp. of San Jose, CA.
  • Circuit 50 implements logic 26 as several logic gates that process state variables and microcontroller outputs 52.
  • State variables such as ERASE_STAT, SOFTP_STAT,
  • PROG_COMM and PGM_ALL0_STAT, are variables set by the microcontroller or by internal logic.
  • ERASE_STAT is a state variable set by the microcontroller that indicates to the circuitry that an erase operation is ongoing.
  • SOFTP_STAT is a state variable set by the microcontroller that indicates that a recovery phase is ongoing.
  • PGM_ALLO_STAT is a state variable set by the microcontroller that indicates that a program phase is ongoing.
  • PROG_COMM is a signal set by the command user interface when the user provides a buffered program command.
  • Microcontroller outputs such as VERIFY, INC_DAC, CANJSUSPEND, and MODIFY, are output signals from the microcontroller which are generated based on the embedded code.
  • VERIFY is a microcontroller output that activates and indicates a verify operation for verifying a completed operation, and
  • INQJDAC can be another microcontroller output; for example, in the implementation shown, INC-DAC is a microcontroller output that increments the "DAC" output value to increase voltages generated by a separate digital to analog controller (DAC) when programming or erasing a cell in flash memory array 16.
  • DAC digital to analog controller
  • CAN_SUSPEND is a microcontroller output that indicates that a suspend request can be accepted during the current operation
  • MODIFY is a command user interface output that indicates that a modify operation has started.
  • Logic 26 includes an OR gate 54 receiving the SOFTP_STAT and ERASE_STAT signals and providing an output to NAND gate 56, which also receives as an input the VERIFY signal.
  • the output of NAND gate 56 is provided as one input to a 3-input NAND gate 58.
  • OR gate 60 receives the PROG_COMM and PGM_ALL0_STAT signals and provides an output to NAND gate 62, which also receives as an input the INC_DAC signal.
  • the output of NAND gate 62 is provided as one input to NAND gate 58.
  • AND gate 64 is provided inputs from the CANJSUSPEND and MODIFY signals, and provides its output as one of the inputs to NAND gate 58.
  • the output of NAND gate 58 is sent to multiplexer 24 to indicate the true condition (when the output is high).
  • Multiplexer 24 is shown in the example of Fig. 2 as including an OR gate 70 that receives the SUSP_REQ signal from flip-flop 20 (of Fig. 1) and a RP_REQ signal (a reset request, e.g., from the user input pad).
  • the OR gate 70 provides its output as one input to AND gate 72, which also receives as its other input the true condition signal from the NAND gate 58 of the logic 26.
  • the output of the AND gate 72 is the output of the multiplexer 24, which is received as the clock input of the flip-flop 28 as described above with reference to Fig. 1.
  • Flip-flop 28 also receives a CDN input from an AND gate 74, which has as its inputs the FORCE_SUSP JNSTR signal that has been inverted by inverter 76, and the MODIFY signal, since this logic 74 need only function during a modify operation.
  • the output of the flip-flop 28 is the SUSP__REQ_ACC signal as described above with reference to Fig. 1, provided after a buffer 78 at the output of the flip-flop 28. It should be noted that other implementations of logic 26, multiplexer 24, and/or the other logic shown in circuit 50 can be provided in alternate embodiments of the present invention.
  • FIGURE 3 is a flow diagram illustrating a method 100 of the present invention for managing a suspend sequence for a flash memory.
  • Method 100 is preferably implemented using hardware as well as program instructions or code that can be executed by the microcontroller 12 (or other suitable processor or computer system), and are stored on a computer readable medium, such as memory (ROM 14 or other memory), hard drive, optical disk (CD-ROM, DVD-ROM, etc.), magnetic disk, etc.
  • ROM 14 or other memory such as memory (ROM 14 or other memory), hard drive, optical disk (CD-ROM, DVD-ROM, etc.), magnetic disk, etc.
  • particular method steps are implemented in hardware (logic gates, etc.), while other steps, such as implementing the suspend sequence, are preferably implemented using software instructions in ROM 14 and retrieved by the microcontroller 12 to be executed.
  • the method begins at 102, and in step 104, a modify operation is initiated and is in process.
  • the modify operation can be a program operation to change or add a new value to the flash memory array 16, an erase operation to erase a value from the array 16, or other operation that modifies the contents of the array.
  • a suspend request 22 is received from the user (or from another source, also referred to as a "user" herein, such as an application program) while the modify operation of step 104 is still ongoing and has not yet completed.
  • the suspend request can be input to the flash memory system 10 by the user using a command interface appropriate to the flash memory system.
  • the user inputs this suspend request as part of a need to perform a read operation with the flash memory system, such as to read memory from flash memory array 16.
  • the method checks whether the conditions are appropriate to suspend the modify operation of step 104.
  • the conditions are appropriate for suspension when the logic 26 generates a "true condition" based on state variables and microcontroller outputs, which are themselves based on whether the currently-executed instruction within the current modify operation is suspendable or interruptible.
  • the current instruction of the modify operation may not be able to be interrupted without causing functionality errors or problems (all referred to simply as "errors" herein); e.g., some types of instructions of the modify operation, when interrupted, may not allow the modify operation to correctly resume.
  • errors e.g., some types of instructions of the modify operation, when interrupted, may not allow the modify operation to correctly resume.
  • Whether the current instruction can be interrupted or not can be determined from state variables and outputs of the microcontroller, as performed by logic 26 as described above. Thus, if the instruction currently being executed should not be interrupted, no true condition will be generated by the logic 26.
  • step 108 is not an actual compare operation that is performed on a register or of a flag or other data; rather, this step simply signifies that the process will not proceed to step 112 unless the conditions are appropriate.
  • the present invention has a significant advantage over the prior implementations because the present invention does not have to perform specific compare operations to check register flags to determine when suspension of the modify operation can be implemented, and thus the code instructions can be made much more compact. If conditions are not appropriate to suspend in step 108, then in step 110 the next instruction in the modify operation is executed, and the process returns to step 108 to again determine whether the conditions are appropriate for suspension.
  • step 112 the suspend signal, derived from the user's suspend request, is synchronized with the microcontroller clock. As described with reference to Fig. 1, this can be performed by using flip-flop 32.
  • the suspend sequence is initiated by jumping to the appropriate code instruction sequence stored in the ROM 14. In the example of Fig. 1, this is accomplished by using multiplexer 36, which is switched by the FORCE_SUSP_INSTR signal to allow the microcontroller to jump to the proper suspend code sequence in ROM 14.
  • step 116 the suspend sequence is executed until it is completed and the modify operation is suspended. As explained above, this can be accomplished by executing all the suspend code instructions in ROM 14. Any state variables or other characteristics can be saved (e.g., in registers) so that resumption of the modify operation can later occur without error.
  • the user's read operations (and/or other desired operations) of the flash memory device 10 can be performed in step 118.
  • the suspended modify operation is resumed in step 120, where any save state variables or other data can be retrieved to correctly resume the modify operation.
  • the process of the present invention uses an automatic detection of a suspend request and suspension of a modify operation (e.g., using hardware), it does not need to use the software method of the prior art, in which a query (compare instruction) is executed every few lines of code, even if no suspend request has occurred, to determine if a suspend request has been received.
  • a query instruction had to be executed within a minimum time period so that the timing requirements of the flash memory system 10 for suspension of the operation could be met.
  • these compare instructions do not need to be executed, the timing requirements are more easily met.
  • the embedded code can be greatly compacted in the present invention due to the removal of the compare instructions, thus saving cost in storage area for the code.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Read Only Memory (AREA)

Abstract

L'invention concerne un système et un procédé permettant de gérer des demandes d'interruption dans des dispositifs mémoire flash. Ce système comprend un microcontrôleur permettant d'effectuer une opération de modification sur un réseau mémoire flash, une mémoire couplée au microcontrôleur, et de stocker un code de séquence d'interruption pour engendrer une interruption de l'opération de modification lorsqu'elle est exécutée par le microcontrôleur, et un circuit d'interruption qui reçoit une demane d'interruption d'un utilisateur pour interrompre l'opération de modification et qui lance l'exécution du code de séquence d'interruption.
PCT/US2006/001776 2005-01-20 2006-01-19 Procede et systeme de gestion d'une demande d'interruption dans une memoire flash WO2006078744A2 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP06718797A EP1849078A2 (fr) 2005-01-20 2006-01-19 Procede et systeme de gestion d'une demande d'interruption dans une memoire flash

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
ITMI2005A000063 2005-01-20
IT000063A ITMI20050063A1 (it) 2005-01-20 2005-01-20 Metodo e sistema per la gestione di una richiesta di sospensione in una memoria flash
US11/145,457 2005-06-02
US11/145,457 US7302518B2 (en) 2005-01-20 2005-06-02 Method and system for managing a suspend request in a flash memory

Publications (2)

Publication Number Publication Date
WO2006078744A2 true WO2006078744A2 (fr) 2006-07-27
WO2006078744A3 WO2006078744A3 (fr) 2009-04-16

Family

ID=36692831

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/001776 WO2006078744A2 (fr) 2005-01-20 2006-01-19 Procede et systeme de gestion d'une demande d'interruption dans une memoire flash

Country Status (2)

Country Link
EP (1) EP1849078A2 (fr)
WO (1) WO2006078744A2 (fr)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5937424A (en) * 1996-09-20 1999-08-10 Intel Corporation Method and apparatus for suspending the writing of a nonvolatile semiconductor memory with program suspend command

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5937424A (en) * 1996-09-20 1999-08-10 Intel Corporation Method and apparatus for suspending the writing of a nonvolatile semiconductor memory with program suspend command

Also Published As

Publication number Publication date
EP1849078A2 (fr) 2007-10-31
WO2006078744A3 (fr) 2009-04-16

Similar Documents

Publication Publication Date Title
US7302518B2 (en) Method and system for managing a suspend request in a flash memory
US6201739B1 (en) Nonvolatile writeable memory with preemption pin
US5509134A (en) Method and apparatus for execution of operations in a flash memory array
US8327161B2 (en) Command decoder for microcontroller based flash memory digital controller system
US7165137B2 (en) System and method for booting from a non-volatile application and file storage device
US7296143B2 (en) Method and system for loading processor boot code from serial flash memory
US6209085B1 (en) Method and apparatus for performing process switching in multiprocessor computer systems
US20070204270A1 (en) Apparatus and method for processing operations of nonvolatile memory in order of priority
US7318181B2 (en) ROM-based controller monitor in a memory device
JP4960364B2 (ja) ハードウェア支援されたデバイス設定検出
US6189070B1 (en) Apparatus and method for suspending operation to read code in a nonvolatile writable semiconductor memory
US20070220247A1 (en) System boot using nand flash memory and method thereof
US10877686B2 (en) Mass storage device with host initiated buffer flushing
JPH08278895A (ja) データ処理装置
US5940861A (en) Method and apparatus for preempting operations in a nonvolatile memory in order to read code from the nonvolatile memory
US8996788B2 (en) Configurable flash interface
EP1760580B1 (fr) Système et procédé de contrôle de transfert d'informations d'opérations de traitement
WO2021091649A1 (fr) Processeur à super fils
KR100758300B1 (ko) 플래시 메모리 장치 및 그것의 프로그램 방법
JPH1063442A (ja) 半導体ディスク装置
EP1849078A2 (fr) Procede et systeme de gestion d'une demande d'interruption dans une memoire flash
US6898680B2 (en) Minimization of overhead of non-volatile memory operation
KR100264758B1 (ko) 마이크로컴퓨터
CN115686353B (zh) 用于异常情况同步处理的固件控制且基于表的条件作用
US20220229662A1 (en) Super-thread processor

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680002539.4

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase in:

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2006718797

Country of ref document: EP