US20070050422A1 - Data file synchronous update - Google Patents

Data file synchronous update Download PDF

Info

Publication number
US20070050422A1
US20070050422A1 US11/512,508 US51250806A US2007050422A1 US 20070050422 A1 US20070050422 A1 US 20070050422A1 US 51250806 A US51250806 A US 51250806A US 2007050422 A1 US2007050422 A1 US 2007050422A1
Authority
US
United States
Prior art keywords
index
file
memory
files
data files
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.)
Abandoned
Application number
US11/512,508
Inventor
Didier Ingels
Guy Restiau
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Proton World International NV
Original Assignee
Proton World International NV
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
Application filed by Proton World International NV filed Critical Proton World International NV
Assigned to PROTON WORLD INTERNATIONAL N.V. reassignment PROTON WORLD INTERNATIONAL N.V. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INGELS, DIDIER, RESTIAU, GUY
Publication of US20070050422A1 publication Critical patent/US20070050422A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05FSYSTEMS FOR REGULATING ELECTRIC OR MAGNETIC VARIABLES
    • G05F3/00Non-retroactive systems for regulating electric variables by using an uncontrolled element, or an uncontrolled combination of elements, such element or such combination having self-regulating properties
    • G05F3/02Regulating voltage or current
    • G05F3/08Regulating voltage or current wherein the variable is dc
    • G05F3/10Regulating voltage or current wherein the variable is dc using uncontrolled devices with non-linear characteristics
    • G05F3/16Regulating voltage or current wherein the variable is dc using uncontrolled devices with non-linear characteristics being semiconductor devices
    • G05F3/20Regulating voltage or current wherein the variable is dc using uncontrolled devices with non-linear characteristics being semiconductor devices using diode- transistor combinations
    • G05F3/205Substrate bias-voltage generators
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03KPULSE TECHNIQUE
    • H03K19/00Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits
    • H03K19/003Modifications for increasing the reliability for protection
    • H03K19/00369Modifications for compensating variations of temperature, supply voltage or other physical parameters
    • H03K19/00384Modifications for compensating variations of temperature, supply voltage or other physical parameters in field effect transistor circuits

Definitions

  • the present invention generally relates to electronic circuits with a memory and, more specifically to circuits integrating a sequential access memory.
  • the present invention especially applies to smart cards having their chip communicating with a reader with or without contact.
  • FIG. 1 very schematically shows, in the form of blocks, an example of an electronic circuit 1 of the type to which the present invention applies.
  • Circuit 1 is, for example, intended to be assembled on a smart card or the like and comprises a central processing unit 2 (CPU), one or several memories 3 , among which at least one sequential access memory, and an input/output circuit 4 (I/O) intended to communicate with or without contact with the outside of circuit 1 .
  • CPU central processing unit
  • memories 3 among which at least one sequential access memory
  • I/O input/output circuit 4
  • the different elements contained in the circuit communicate over one or several data, address, and control buses 5 , and other circuits (for example, sensors) may be integrated to circuit 1 .
  • the data files processed by the memory microcircuits of smart cards need to be protected against incidental or voluntary interrupts on updating of the data of these files in the memory. It may, for example, be the retrieval of a smart card from a contact reader or a disturbance in the radio-frequency field of an electromagnetic transponder generating an interrupt in the data updating in the memory. If nothing is done for the microcircuit to recover correct data at the next session, the electronic circuit operation is disturbed.
  • FIG. 2 very schematically illustrates in the form of blocks a conventional example of a mechanism of transactional file updating used in file processing systems.
  • Such a technique is known as a synchronous update or “commit-rollback” and aims at enabling the circuit to restart with correct data in the case where an updating of a file or of a memory has been disturbed.
  • a file F is represented by its successive recordings to which are assigned indexes I 1 , I 2 , . . . Ii, . . . In- 1 , In.
  • File F is associated with an index register IR providing, to the memory exploitation circuit (for example, central unit 2 ), the index of the current recording on which to point in the file.
  • Index register IR is only updated once the memory recording operation has been properly performed.
  • the transactional updating mechanism can be in a so-called past prevention mode or in a future prevention more. According to the case, when a data updating needs to be performed in the file, the index register is updated after (past prevention) or before (future prevention) the updating of these data. Such a mechanism enables the central unit to recover the data during the circuit operation in case of a problem, whatever it may be.
  • a first transaction may be the updating of the electronic ticket (decrement of its value to bring a travel to account) while another transaction may concern the updating of a statistic file of the user. If one of the two transactions does not end, it would be desirable to be able to cancel the other one or take other appropriate measures.
  • Another problem is linked to the need for operation rapidity of the synchronous update mechanism due to the limited time for which the involved smart cards generally remain in communication with the reader supplying them.
  • the present invention aims at overcoming all or part of the disadvantages of file processing systems of electronic circuits with a microcircuit and memory, especially in smart card applications or the like.
  • the present invention more specifically aims at a mechanism of synchronous update of several files or memory areas of an electronic circuit.
  • the present invention also aims at preserving the properties and the individual access conditions of the different files.
  • the present invention also aims at providing a mechanism which is compatible with so-called memory cards, that is, with no microcontrollers.
  • the present invention also aims at a mechanism compatible with the two future prevention or past prevention operation modes of a commit-rollback system.
  • the present invention provides a method for updating cyclic data files in sequential access storage elements, comprising the steps of storing, in at least one index file, itself cyclic, respective indexes of the data files and, in at least one index register, the current index of the index file.
  • the content of a current recording of the index file is copied in the next recording of the same file before each synchronous update of the data files.
  • the index register is updated at the end of the synchronous update of the data files.
  • the sequential access areas of a memory are assigned to the data files.
  • the present invention also provides an electronic circuit comprising at least one sequential access memory and an index management circuit of this memory and:
  • At least one element for storing the current index of the index file.
  • the present invention also provides a smart card.
  • FIG. 1 previously described, very schematically shows in the form of blocks an example of an electronic circuit of the type to which the present invention applies;
  • FIG. 2 previously described, illustrates a conventional example of an index register file system
  • FIG. 3 very schematically shows an embodiment of a synchronized file updating mechanism according to the present invention.
  • FIGS. 4A, 4B , and 4 C illustrate examples of operation of the mechanism of FIG. 3 .
  • the present invention takes advantage from the fact that the electronic circuits of smart cards with a memory most often exploit, for addressing circuit simplicity reasons, sequential access memories, and process cyclic files. Such files are characterized by the fact that the different recordings are successively filled, in a loop.
  • a feature of an embodiment of the present invention is to use, in addition to the main cyclic files containing data linked to the application, an additional cyclic file, each recording of which contains the respective current indexes of the different cyclic data files.
  • the different cyclic files are not individually associated with index registers but with an index file, each recording of which contains several indexes, this cyclic index file being itself associated with a single index register.
  • FIG. 3 very schematically illustrates an embodiment of the synchronous update mechanism according to the present invention.
  • Each data file is a sequential and cyclic access file containing several recordings ( FIG. 2 ) having their respective positions identifiable by indexes Ii 1 (i 1 ranging from 1 to n 1 ) for file F 1 , Ii 2 (i 2 ranging from 1 to n 2 ) for file F 2 , and Ii m (i m ranging from 1 to nm) for file Fm. Recording numbers n 1 , n 2 , . . . nm of the different files are not necessarily identical.
  • the present invention will be described hereafter in relation with files independently from their storage area, to refer to a software implementation. However, the invention may also be used in hardware implementations of a sequential access memory.
  • An additional cyclic file IF is used to store the different indexes of files F 1 to Fm.
  • each recording of file IF contains m indexes.
  • index file IF is associated with an index register MIR containing a single element, that is, index IF i of the current recording into file IF.
  • the different files will be stored in non-volatile memory areas of the electronic circuit or in a RAM area.
  • the synchronous update concerns RAM files. In this case, the synchronous update concerns updating transactions in the memory but not to possible power failures.
  • FIGS. 4A, 4B , and 4 C illustrates in views to be compared with that of FIG. 3 , showing the respective contents of the different files and registers, examples of operation of the commit-rollback mechanism of the present invention.
  • the different indexes of the main files are positioned on their first respective recordings and main index register MIR thus contains value 1.
  • the first recording of index file IF contains the succession of indexes I 1 1 , I 1 2 , . . . I 1 m of the different files F 1 to Fm.
  • Files F 1 to Fm respectively contain values V 11 , V 21 , . . . Vm 1 .
  • index file IF on which register MIR points here, for example, 1
  • index 2 the content of the recording of index file IF on which register MIR points (here, for example, 1) is copied into the next recording (index 2), but the index register is not updated and keeps its value (for example, 1). It is assumed that file F 1 is updated with a new value V 12 stored at its next recording.
  • index register MIR keeps value 1 and is not updated to obtain the value of the second recording.
  • the second file F 2 has not needed to be updated but that the last file Fm has been updated to a value Vm 2 (the other files have not been shown and may behave either as file F 2 , or as file Fm).
  • the second recording of index file IF contains values I 2 1 , I 1 2 , . . . I 2 m .
  • main index register MIR is incremented to contain value 2.
  • the reading from a file is performed based on the index contained in the current recording of the index file. Accordingly, in case the updating is interrupted before its end, the system takes index 1 of register MIR as a basis so that the contents of all the files recover the value before updating. In case of a failure in the synchronous update or of a setting to zero of the card, the card automatically finds itself in the state preceding the file updatings since the index of index file IF is 1.
  • the file reading is performed based on the index contained in the recording of the index file which follows that pointed to by register MIR. Accordingly, in case the updating is interrupted before its end, the system uses index 2 as a basis, so that the contents of the files which have had time to be updated are taken into account.
  • the different files only contain two recordings.
  • the size of the different files is greater and the present invention then enables managing the card history over a time corresponding to the side of index file IF.
  • index files using overlapping or not index ranges are used.
  • An advantage of the present invention is that it enables managing a commit-rollback mechanism in simple fashion with limited hardware resources.
  • Another advantage of the present invention is that it is compatible with a memory card with no microcontroller. Indeed, the indexes necessary to the management of the commit-rollback mechanism are themselves contained in memory areas in the form of recordings of a cyclic file.
  • Another advantage of the present invention is that the delocalized index mechanism in the index file enables management of the circuit operation history.
  • the present invention is likely to have various alterations, improvements, and modifications which will readily occur to those skilled in the art.
  • the present invention has been more specifically described in relation with a memory card with no microcontroller, it is of course also compatible with cards provided with a microcontroller.
  • the practical implementation of the present invention by software or hardware means is within the abilities of those skilled in the art based on the functional indications given hereabove.
  • the implementation of the present invention may be combined with the keeping, for some files, of an index register.

Abstract

A method and a circuit for updating cyclic data files in sequential access storage elements, including storing, in at least one index file, itself cyclic, respective indexes of the data files and, in at least one index register, the current index of the index file.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention generally relates to electronic circuits with a memory and, more specifically to circuits integrating a sequential access memory.
  • The present invention especially applies to smart cards having their chip communicating with a reader with or without contact.
  • 2. Discussion of the Related Art
  • FIG. 1 very schematically shows, in the form of blocks, an example of an electronic circuit 1 of the type to which the present invention applies. Circuit 1 is, for example, intended to be assembled on a smart card or the like and comprises a central processing unit 2 (CPU), one or several memories 3, among which at least one sequential access memory, and an input/output circuit 4 (I/O) intended to communicate with or without contact with the outside of circuit 1. The different elements contained in the circuit communicate over one or several data, address, and control buses 5, and other circuits (for example, sensors) may be integrated to circuit 1.
  • Increasingly, the data files processed by the memory microcircuits of smart cards need to be protected against incidental or voluntary interrupts on updating of the data of these files in the memory. It may, for example, be the retrieval of a smart card from a contact reader or a disturbance in the radio-frequency field of an electromagnetic transponder generating an interrupt in the data updating in the memory. If nothing is done for the microcircuit to recover correct data at the next session, the electronic circuit operation is disturbed.
  • FIG. 2 very schematically illustrates in the form of blocks a conventional example of a mechanism of transactional file updating used in file processing systems. Such a technique is known as a synchronous update or “commit-rollback” and aims at enabling the circuit to restart with correct data in the case where an updating of a file or of a memory has been disturbed.
  • In FIG. 2, a file F is represented by its successive recordings to which are assigned indexes I1, I2, . . . Ii, . . . In-1, In. File F is associated with an index register IR providing, to the memory exploitation circuit (for example, central unit 2), the index of the current recording on which to point in the file. Index register IR is only updated once the memory recording operation has been properly performed. Such a mechanism described in relation with a file (independently from its memory storage system) of course also applies in hardware fashion for a memory area.
  • The transactional updating mechanism can be in a so-called past prevention mode or in a future prevention more. According to the case, when a data updating needs to be performed in the file, the index register is updated after (past prevention) or before (future prevention) the updating of these data. Such a mechanism enables the central unit to recover the data during the circuit operation in case of a problem, whatever it may be.
  • The use of such an updating mechanism becomes difficult if several files or several memory areas are concerned by the need to recover data in case of an interrupt of one of the updating processes. For example, in a card for transportation applications, a first transaction may be the updating of the electronic ticket (decrement of its value to bring a travel to account) while another transaction may concern the updating of a statistic file of the user. If one of the two transactions does not end, it would be desirable to be able to cancel the other one or take other appropriate measures.
  • A problem linked to the application to electronic circuits of the type supported by smart cards (cards with microcircuit and memory) is linked to the generally limited calculation capacity of this type of circuit. It cannot be envisaged to implement complex file management systems of the type of those present in computers.
  • Another problem is linked to the need for operation rapidity of the synchronous update mechanism due to the limited time for which the involved smart cards generally remain in communication with the reader supplying them.
  • Such problems especially exclude the use of solutions gathering several recordings of different natures within a same file to be sure of their simultaneous updating. Indeed, the central processing unit should be able to individually have access to the files according to the performed transactions.
  • SUMMARY OF THE INVENTION
  • The present invention aims at overcoming all or part of the disadvantages of file processing systems of electronic circuits with a microcircuit and memory, especially in smart card applications or the like.
  • The present invention more specifically aims at a mechanism of synchronous update of several files or memory areas of an electronic circuit.
  • The present invention also aims at preserving the properties and the individual access conditions of the different files.
  • The present invention also aims at providing a mechanism which is compatible with so-called memory cards, that is, with no microcontrollers.
  • The present invention also aims at a mechanism compatible with the two future prevention or past prevention operation modes of a commit-rollback system.
  • To achieve all or part of these objects, as well as others, the present invention provides a method for updating cyclic data files in sequential access storage elements, comprising the steps of storing, in at least one index file, itself cyclic, respective indexes of the data files and, in at least one index register, the current index of the index file.
  • According to an embodiment of the present invention, the content of a current recording of the index file is copied in the next recording of the same file before each synchronous update of the data files.
  • According to an embodiment of the present invention, the index register is updated at the end of the synchronous update of the data files.
  • According to an embodiment of the present invention, the sequential access areas of a memory are assigned to the data files.
  • The present invention also provides an electronic circuit comprising at least one sequential access memory and an index management circuit of this memory and:
  • several areas of said memory assigned to data files;
  • at least one area assigned to an index file, each recording of which contains indexes of the data files; and
  • at least one element for storing the current index of the index file.
  • The present invention also provides a smart card.
  • The foregoing and other objects, features, and advantages of the present invention will be discussed in detail in the following non-limiting description of specific embodiments in connection with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1, previously described, very schematically shows in the form of blocks an example of an electronic circuit of the type to which the present invention applies;
  • FIG. 2, previously described, illustrates a conventional example of an index register file system;
  • FIG. 3 very schematically shows an embodiment of a synchronized file updating mechanism according to the present invention; and
  • FIGS. 4A, 4B, and 4C illustrate examples of operation of the mechanism of FIG. 3.
  • DETAILED DESCRIPTION
  • The same elements have been designated with the same reference numerals in the different drawings. For clarity, only those steps and elements which are useful to the understanding of the present invention have been shown in the drawings and will be described hereafter. In particular, the exploitation of the data by the electronic circuit containing the file processing mechanism of the present invention has not been described in detail, the present invention being compatible with any conventional destination of said data. Further, the nature of the storage elements (RAM, rewritable non-volatile memory, etc.) has not been described in detail, the present invention being compatible with any memory provided that it is capable of storing cyclic files, thus with a sequential access.
  • The present invention takes advantage from the fact that the electronic circuits of smart cards with a memory most often exploit, for addressing circuit simplicity reasons, sequential access memories, and process cyclic files. Such files are characterized by the fact that the different recordings are successively filled, in a loop.
  • A feature of an embodiment of the present invention is to use, in addition to the main cyclic files containing data linked to the application, an additional cyclic file, each recording of which contains the respective current indexes of the different cyclic data files. Thus, the different cyclic files are not individually associated with index registers but with an index file, each recording of which contains several indexes, this cyclic index file being itself associated with a single index register.
  • FIG. 3 very schematically illustrates an embodiment of the synchronous update mechanism according to the present invention.
  • Assume a microcircuit and memory smart card of the type illustrated in FIG. 1, in which a synchronous update of m data or main files F1, F2, . . . Fm is desired to be managed. Each data file is a sequential and cyclic access file containing several recordings (FIG. 2) having their respective positions identifiable by indexes Ii1 (i1 ranging from 1 to n1) for file F1, Ii2 (i2 ranging from 1 to n2) for file F2, and Iim (im ranging from 1 to nm) for file Fm. Recording numbers n1, n2, . . . nm of the different files are not necessarily identical.
  • The present invention will be described hereafter in relation with files independently from their storage area, to refer to a software implementation. However, the invention may also be used in hardware implementations of a sequential access memory.
  • An additional cyclic file IF is used to store the different indexes of files F1 to Fm. In other words, each recording of file IF contains m indexes. Further, index file IF is associated with an index register MIR containing a single element, that is, index IFi of the current recording into file IF.
  • According to applications, the different files will be stored in non-volatile memory areas of the electronic circuit or in a RAM area. For example, for the synchronous update of files in an electronic ticket application, what remains of the available travels on the electronic ticket will be stored in the non-volatile memory, as well as the statistical files. According to another example, the synchronous update concerns RAM files. In this case, the synchronous update concerns updating transactions in the memory but not to possible power failures.
  • FIGS. 4A, 4B, and 4C illustrates in views to be compared with that of FIG. 3, showing the respective contents of the different files and registers, examples of operation of the commit-rollback mechanism of the present invention.
  • On manufacturing or initialization of the smart card (FIG. 4A), the different indexes of the main files are positioned on their first respective recordings and main index register MIR thus contains value 1. The first recording of index file IF contains the succession of indexes I1 1, I1 2, . . . I1 m of the different files F1 to Fm. Files F1 to Fm respectively contain values V11, V21, . . . Vm1.
  • At the beginning of a synchronous update (FIG. 4B), the content of the recording of index file IF on which register MIR points (here, for example, 1) is copied into the next recording (index 2), but the index register is not updated and keeps its value (for example, 1). It is assumed that file F1 is updated with a new value V12 stored at its next recording.
  • The index in the second recording of file IF is then updated with value I2 1. As long as the synchronous update of all the files is not over, index register MIR keeps value 1 and is not updated to obtain the value of the second recording.
  • In FIG. 4C, it is assumed that at the end of the synchronous update, the second file F2 has not needed to be updated but that the last file Fm has been updated to a value Vm2 (the other files have not been shown and may behave either as file F2, or as file Fm). As a result, the second recording of index file IF contains values I2 1, I1 2, . . . I2 m. At the end of the synchronous update of the different files, main index register MIR is incremented to contain value 2.
  • In the case of a past prevention synchronous update, the reading from a file is performed based on the index contained in the current recording of the index file. Accordingly, in case the updating is interrupted before its end, the system takes index 1 of register MIR as a basis so that the contents of all the files recover the value before updating. In case of a failure in the synchronous update or of a setting to zero of the card, the card automatically finds itself in the state preceding the file updatings since the index of index file IF is 1.
  • In the case of a future prevention synchronous update, the file reading is performed based on the index contained in the recording of the index file which follows that pointed to by register MIR. Accordingly, in case the updating is interrupted before its end, the system uses index 2 as a basis, so that the contents of the files which have had time to be updated are taken into account.
  • Either the card is informed of this operating mode by the reader, or it is parameterized on manufacturing or on programming. It can be seen that the mechanism of the present invention is compatible with the two modes without modifying the file recording mode.
  • According to a simplified embodiment, where the past or future prevention concerns but one event, the different files only contain two recordings.
  • According to another embodiment, the size of the different files is greater and the present invention then enables managing the card history over a time corresponding to the side of index file IF.
  • According to another embodiment of the present invention, several index files using overlapping or not index ranges are used.
  • An advantage of the present invention is that it enables managing a commit-rollback mechanism in simple fashion with limited hardware resources.
  • Another advantage of the present invention is that it is compatible with a memory card with no microcontroller. Indeed, the indexes necessary to the management of the commit-rollback mechanism are themselves contained in memory areas in the form of recordings of a cyclic file.
  • Another advantage of the present invention is that the delocalized index mechanism in the index file enables management of the circuit operation history.
  • Of course, the present invention is likely to have various alterations, improvements, and modifications which will readily occur to those skilled in the art. In particular, although the present invention has been more specifically described in relation with a memory card with no microcontroller, it is of course also compatible with cards provided with a microcontroller. Further, the practical implementation of the present invention by software or hardware means is within the abilities of those skilled in the art based on the functional indications given hereabove. Further, the implementation of the present invention may be combined with the keeping, for some files, of an index register.
  • Such alterations, modifications, and improvements are intended to be part of this disclosure, and are intended to be within the spirit and the scope of the present invention. Accordingly, the foregoing description is by way of example only and is not intended to be limiting. The present invention is limited only as defined in the following claims and the equivalents thereto.

Claims (7)

1. A method for updating cyclic data files in sequential access storage elements, comprising the steps of storing, in at least one index file, itself cyclic, respective indexes of the data files and, in at least one index register, the current index of the index file.
2. The method of claim 1, wherein the content of a current recording of the index file is copied in the next recording of the same file before each synchronous update of the data files.
3. The method of claim 2, wherein the index register is updated at the end of the synchronous update of the data files.
4. The method of claim 1, applied to data files to which sequential access areas of a memory are assigned.
5. An electronic circuit comprising at least one sequential access memory and an index management circuit of this memory, and comprising:
several areas of said memory assigned to data files;
at least one area assigned to an index file, each recording of which contains indexes of the data files; and
at least one element for storing the current index of the index file.
6. The circuit of claim 5, comprising means for implementing the method of claim 1.
7. A smart card comprising the circuit of claim 5.
US11/512,508 2005-08-31 2006-08-30 Data file synchronous update Abandoned US20070050422A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR05/52638 2005-08-31
FR0552638A FR2890239B1 (en) 2005-08-31 2005-08-31 COMPENSATION OF ELECTRICAL DERIVATIVES OF MOS TRANSISTORS

Publications (1)

Publication Number Publication Date
US20070050422A1 true US20070050422A1 (en) 2007-03-01

Family

ID=36121354

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/468,672 Ceased US7498863B2 (en) 2005-08-31 2006-08-30 Compensation for electric drifts of MOS transistors
US11/512,508 Abandoned US20070050422A1 (en) 2005-08-31 2006-08-30 Data file synchronous update
US13/040,148 Active 2027-05-03 USRE44922E1 (en) 2005-08-31 2011-03-03 Compensation for electric drifts of MOS transistors

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/468,672 Ceased US7498863B2 (en) 2005-08-31 2006-08-30 Compensation for electric drifts of MOS transistors

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/040,148 Active 2027-05-03 USRE44922E1 (en) 2005-08-31 2011-03-03 Compensation for electric drifts of MOS transistors

Country Status (2)

Country Link
US (3) US7498863B2 (en)
FR (1) FR2890239B1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7786756B1 (en) * 2002-12-31 2010-08-31 Vjekoslav Svilan Method and system for latchup suppression
US7504876B1 (en) 2006-06-28 2009-03-17 Cypress Semiconductor Corporation Substrate bias feedback scheme to reduce chip leakage power
JP5529450B2 (en) * 2009-07-15 2014-06-25 スパンション エルエルシー Body bias control circuit and body bias control method
US8994446B2 (en) * 2013-06-28 2015-03-31 Freescale Semiconductor, Inc. Integrated circuits and methods for monitoring forward and reverse back biasing
FR3013474A1 (en) * 2013-11-15 2015-05-22 St Microelectronics Crolles 2
CN104133515B (en) * 2014-07-09 2016-06-15 山东汉旗科技有限公司 PMOS substrate selection circuit
JP2016019235A (en) * 2014-07-10 2016-02-01 株式会社半導体理工学研究センター Amplifier circuit, cmos inverter amplifier circuit, comparator circuit, δς analog/digital converter and semiconductor apparatus

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5974485A (en) * 1996-11-26 1999-10-26 Francotyp-Postalia Ag & Co. Arrangement and method for improving the data integrity with a ring buffer
US6101477A (en) * 1998-01-23 2000-08-08 American Express Travel Related Services Company, Inc. Methods and apparatus for a travel-related multi-function smartcard
US20030051152A1 (en) * 2001-09-11 2003-03-13 Luc Wuidart Method and device for storing and reading digital data on/from a physical medium
US6535869B1 (en) * 1999-03-23 2003-03-18 International Business Machines Corporation Increasing efficiency of indexing random-access files composed of fixed-length data blocks by embedding a file index therein
US6622205B1 (en) * 1999-05-07 2003-09-16 Giesecke & Devrient Gmbh Process for the secure writing of a pointer for a circular memory
US20080021910A1 (en) * 2001-03-22 2008-01-24 Masaharu Murakami Recording apparatus, recording method, and recording medium

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3609414A (en) * 1968-08-20 1971-09-28 Ibm Apparatus for stabilizing field effect transistor thresholds
JPH0756931B2 (en) * 1988-04-18 1995-06-14 三菱電機株式会社 Threshold control type electronic device and comparator using the same
US5397934A (en) * 1993-04-05 1995-03-14 National Semiconductor Corporation Apparatus and method for adjusting the threshold voltage of MOS transistors
JP3135859B2 (en) * 1997-04-11 2001-02-19 株式会社リコー Substrate bias circuit
US6091283A (en) * 1998-02-24 2000-07-18 Sun Microsystems, Inc. Sub-threshold leakage tuning circuit
DE19950543C1 (en) * 1999-10-20 2000-11-23 Infineon Technologies Ag Integrated circuit arrangement with transistors working voltage control e.g. for differential amplifier
JP4276812B2 (en) * 2002-03-20 2009-06-10 株式会社リコー Temperature detection circuit
EP1396777B1 (en) * 2002-08-30 2007-04-04 Infineon Technologies AG Semiconductor device for adjusting threshold value shift due to short channel effect
US7030637B2 (en) * 2002-08-30 2006-04-18 Infineon Technologies Ag Semiconductor device for adjusting threshold value shift due to short channel effect
JP2004165649A (en) * 2002-10-21 2004-06-10 Matsushita Electric Ind Co Ltd Semiconductor integrated circuit device
US7786756B1 (en) * 2002-12-31 2010-08-31 Vjekoslav Svilan Method and system for latchup suppression
GB0308758D0 (en) * 2003-04-16 2003-05-21 Koninkl Philips Electronics Nv Protected power devices
JP4578878B2 (en) * 2004-07-27 2010-11-10 パナソニック株式会社 Semiconductor integrated circuit
US7385429B1 (en) * 2005-05-31 2008-06-10 Altera Corporation Charge pump with reduced current mismatch
JP4764086B2 (en) * 2005-07-27 2011-08-31 パナソニック株式会社 Semiconductor integrated circuit device
JP2008099032A (en) * 2006-10-12 2008-04-24 Matsushita Electric Ind Co Ltd Semiconductor integrated circuit device
US7994846B2 (en) * 2009-05-14 2011-08-09 International Business Machines Corporation Method and mechanism to reduce current variation in a current reference branch circuit
CN102073575A (en) * 2009-11-20 2011-05-25 鸿富锦精密工业(深圳)有限公司 Management engine state detection circuit

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5974485A (en) * 1996-11-26 1999-10-26 Francotyp-Postalia Ag & Co. Arrangement and method for improving the data integrity with a ring buffer
US6101477A (en) * 1998-01-23 2000-08-08 American Express Travel Related Services Company, Inc. Methods and apparatus for a travel-related multi-function smartcard
US6535869B1 (en) * 1999-03-23 2003-03-18 International Business Machines Corporation Increasing efficiency of indexing random-access files composed of fixed-length data blocks by embedding a file index therein
US6622205B1 (en) * 1999-05-07 2003-09-16 Giesecke & Devrient Gmbh Process for the secure writing of a pointer for a circular memory
US20080021910A1 (en) * 2001-03-22 2008-01-24 Masaharu Murakami Recording apparatus, recording method, and recording medium
US20030051152A1 (en) * 2001-09-11 2003-03-13 Luc Wuidart Method and device for storing and reading digital data on/from a physical medium

Also Published As

Publication number Publication date
US7498863B2 (en) 2009-03-03
USRE44922E1 (en) 2014-06-03
US20070057688A1 (en) 2007-03-15
FR2890239A1 (en) 2007-03-02
FR2890239B1 (en) 2008-02-01

Similar Documents

Publication Publication Date Title
US20070050422A1 (en) Data file synchronous update
RU2607622C2 (en) Recording of data into smart card nonvolatile memory
US8686836B2 (en) Fast block write using an indirect memory pointer
JPH03240127A (en) Program control system
US20090313501A1 (en) Method and arrangement for processing transactions in a flash type memory device
US8723654B2 (en) Interrupt generation and acknowledgment for RFID
JPS60157637A (en) Processor for processing data based on instruction derived from program memory
US7962702B1 (en) Multiple independent levels of security (MILS) certifiable RAM paging system
CN107402717B (en) Flash memory storage management
US8957763B2 (en) RFID access method using an indirect memory pointer
EP1573517B1 (en) Method and apparatus for processing transactions in a data processing system
US6588674B2 (en) Memory management method and smartcard employing same
CN103646467A (en) Off-line transaction data processing method and device of logic encryption card
US7353343B2 (en) Memory management system for preventing program execution when CPU fetches execution code from unoccupied region of memory
EP1384197B1 (en) Method of manufacturing smart cards
JP4060639B2 (en) Data management device
US8074023B2 (en) In-system programming to switch memory access from one area to another in memory cards
JPH06161675A (en) Ic card
US10223195B2 (en) Counter in a flash memory
JPS63133240A (en) Contents assurance system for residence table
CN110083480A (en) A kind of configurable multi-functional data processing unit
US9092582B2 (en) Low power, low pin count interface for an RFID transponder
US20080195773A1 (en) Transaction Stack For Electronic Devices Including Non Volatile Memory With Limited Amount of Writing Cycle
CN112698785B (en) Data updating method of storage device
EP1760614B1 (en) Synchronised updating of data files

Legal Events

Date Code Title Description
AS Assignment

Owner name: PROTON WORLD INTERNATIONAL N.V., BELGIUM

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:INGELS, DIDIER;RESTIAU, GUY;REEL/FRAME:018254/0009

Effective date: 20060821

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION