GB2231419A - Program-updating PROM - Google Patents

Program-updating PROM Download PDF

Info

Publication number
GB2231419A
GB2231419A GB8910294A GB8910294A GB2231419A GB 2231419 A GB2231419 A GB 2231419A GB 8910294 A GB8910294 A GB 8910294A GB 8910294 A GB8910294 A GB 8910294A GB 2231419 A GB2231419 A GB 2231419A
Authority
GB
United Kingdom
Prior art keywords
sub
routine
information
prom
instructional information
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.)
Granted
Application number
GB8910294A
Other versions
GB8910294D0 (en
GB2231419B (en
Inventor
Christopher Michael Harrison
Mark Powell
Anthony John Whitley
Michael Overy
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.)
Nokia Mobile Phones UK Ltd
Original Assignee
Technophone Ltd
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 Technophone Ltd filed Critical Technophone Ltd
Priority to GB8910294A priority Critical patent/GB2231419B/en
Publication of GB8910294D0 publication Critical patent/GB8910294D0/en
Publication of GB2231419A publication Critical patent/GB2231419A/en
Application granted granted Critical
Publication of GB2231419B publication Critical patent/GB2231419B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

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/32Address formation of the next instruction, e.g. by incrementing the instruction counter
    • G06F9/322Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address
    • G06F9/328Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address for runtime instruction patching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/66Updates of program code stored in read-only memory [ROM]
    • 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/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • G06F9/4486Formation of subprogram jump address

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

A PROM (10) has a pre-programmed portion (10a) comprising one or more sub-routines (1-3) of instructional information, a look-up table (4), and an unprogrammed portion (10b). If a sub-routine (2) is found to contain a programming error, i.e. a bug (6), the whole of that sub-routine is re-written as a new sub-routine (2A) in the unprogrammed portion of the PROM. The addresses of the original and new sub-routines are entered into the look-up table in correlated relationship. An instruction is provided at the start of the defective sub-routine (2) which causes the look-up table to be consulted before executing the rest of the instructions in that sub-routine. The new sub-routine is executed in place of the original sub-routine if the look-up table contains information correlating an original sub-routine and a new sub-routine. If the look-up table does not contain correlation information the original sub-routine is executed. <IMAGE>

Description

UPDATING PROM INFORMATION This invention relates to a method of updating information stored in a programmable read only memory (PROM), and further relates to a PROM conditioned for use in such a method.
The term programmable read only memory (PROM) is used herein to refer to a memory device intended primarily for storing information to be read, but which can be programmed - at least once - by the user to alter the stored information.
Thus, the term PROM specifically includes a one time programmable read only memory which, as the name implies, may be written on only once, as well as erasable devices known as EPROMs which may be written on several times.
It is known to store instructional information for execution by a computer (or microprocessor), especially information which is intended not to be changed or changed only infrequently, as so-called 'firmware' in a PROM. This contrasts with 'software' which is the type of instructional information which can be changed relatively easily, e.g.
information stored on magnetic disk. PROM is a more secure vehicle for storing instructional information, for example an operating system, which the user is not ordinarily expected to change. However, problems arise when a programming error, or so-called bug, is found to exist in firmware because it has hitherto not always been easy or even possible to update information stored on PROM. REPROS require physical access to the device itself to erase the information stored therein, whereas one time programmable read only memories cannot by definition have their information freely changed. It is not unusual, therefore, to discard the original PROM and to replace it with a new one, but this is obviously a costly and wasteful exercise.
According to a first aspect of the present invention there is provided a method of updating information stored in a programmable read only memory (PROM), the PROM having a portion comprising at least one pre-existing set of instructional information, an unprogrammed portion, and means for correlating information, the method including the steps of:: (a) storing in the unprogrammed portion a new set of instructional information, and (b) entering into the correlating means information correlating the new set of instructional information with the pre-existing set, an instruction being provided at the start of the pre-existing set of instructional information which causes the correlating means to be consulted before executing the remainder of the instructions in said pre-existing set whereby the new set of instructional information is executed instead of the pre-existing set when the correlating means comprises information correlating the new set with the pre-existing set of instructional information.
A method in accordance with the first aspect of the invention has the advantage that it enables instructional information, i.e. the firmware, stored in a PROM to be updated relatively easily without requiring physical access to the PROM device itself and without the need for discarding the original PROM.
When a bug is found in a particular set of instructions, the whole of that set is re-written correctly in an empty part of the memory and thereafter the new set of instructions is executed instead of the original set. The original set of instructions is left unaltered, and is simply superseded by the new set.
In a particular embodiment, the method additionally includes the step of providing at the start of the pre-existing set of instructional information the instruction which causes the correlating means to be consulted. Suitably, this instruction may be provided by altering an existing instruction at the start of the pre-existing set of instructional information. The said existing instruction may either be a dummy instruction functionally independent of the remainder of the pre-existing set of instructional information, or it may form a functionally dependant part of the remainder of the pre-existing set of instructional information.
According to a further aspect of the invention there is provided a PROM conditioned for use in the method in accordance with the first aspect, the PROM comprising a pre-programmed set of instructional information, an unprogrammed portion into which the new set of instructional information may be written, means for correlating information about the preprogrammed set of instructional information with the new set, means for including an instruction at the start of the pre-programmed set of instructional information for causing the correlating means to be consulted before execution of the remainder of the instructions of the pre-programmed set, and a further set of instructional information for controlling the consultation of the correlating means whereby the new set of instructional information is executed instead of the pre-programmed set when the correlating means comprises information correlating the new set with the pre-programmed set of instructional information.
Embodiments of the invention will now be described, by way of example, with reference to the accompanying drawings in which: Figure 1 is a schematic flowchart-style diagram illustrating a first method of updating information stored in a PROM in accordance with the present invention, Figure 2 is a schematic flowchart-style diagram illustrating a second method in accordance with invention, and Figure 3 is a schematic flowchart-style diagram illustrating a further method in accordance with the invention.
In Figure 1 there is shown a PROM or EPROM 10 having a portion 10a which is pre-programmed and a portion 10b (shown cross hatched) which is initially empty, i.e. unprogrammed.
The pre-programmed portion 10a is shown as comprising three distinct sets of instructional information in the form of respective sub-routines 1,2,3 of a complete program. It will be evident to those skilled in the art that the complete program may perform any desired function, and as the specific function is not important to understanding the present invention no further details will be given here. Also, the skilled practitioner will realise that the complete program may - and usually will - comprise more (or less) than three subroutines.
Also, in the pre-programmed portion 10a there is provided a look-up table 4 shown schematically as comprising two columns A and B. In the first column A there is stored address information identifying the location in the PROM of each of the sub-routines 1 to 3. Column B of the look-up table 4 is originally empty. A special sub-routine 5 controls the periodic consultation of the look-up table 4 in the manner described in more detail below.
Tn the event of a programming error, or so-called bug, being found in one of the sub-routines 1-3, here represented by the asterisk 6 in sub-routine 2, a new corrected version 2A of the whole of that sub-routine is written into the empty part 10b of the PROM in known manner. Also, the address of the new sub-routine is entered into the look-up table 4 in column B in correlated relationship to the address of the original sub-routine 2. The rest of column B is left empty.
As shown schematically, each of the subroutines 1-3 has a first instruction which calls up the sub-routine 5 for controlling the look-up table consultation procedure, as follows.
At the outset the first instruction of sub-routine 1 is executed which calls up sub-routine 5. This in turn causes the look-up table 4 to be consulted. On finding that there is no correlation information in the look-up table corresponding to sub-routine 1, sub-routine 5 proceeds back to sub-routine 1 for the whole of sub-routine 1 to be executed. Subsequently, the first instruction of sub-routine 2 is executed which again calls up sub-routine 5 causing the look-up table 4 to be consulted. This time the look-up table does contain information correlating the address of sub-routine 2 with that of newly-entered sub-routine 2A.
Thus sub-routine 5 causes sub-routine 2A to be executed next instead of the remainder of original sub-routine 2. Hence the bug 6 in sub-routine 2 is bypassed. Sub-routine 2A proceeds to sub-routine 3. The first instruction of sub-routine 3 calls up the common sub-routine 5 which once again causes the look-up table to be consulted. As was the case for sub-routine 1, there is no correlation information held in the look-up table for sub-routine 3 and hence sub-routine 5 proceeds back to sub-routine 3 for the whole of sub-routine 3 to be executed and so terminate the whole program stored in the PROM.
In this example the common sub-routine 5 is executed at the start of each separate sub-routine 1-3, regardless of whether or not the sub-routine contains a bug.
Figure 2 shows a variation of the scheme described with reference to Figure 1. In this case the first instruction of each sub-routine originally forms a functionally dependant and integral part of the remainder of that sub-routine. In other words the first instruction of the sub-routines 1-3 does not ordinarily call up the look-up table consultation routine 5, which was the situation in the previous embodiment. However, if a sub-routine, such as sub-routine 2, does contain a bug 6, the first instruction of that sub-routine is converted to a particular code, specifically all zeros (e.g. 0000 0000 in 8-bit form) in the case of a one time programmable read only memory which interrupts sub-routine 2 and causes sub-routine 5 to be initiated.
Sub-routine 5 operates exactly as described previously so that when the look-up table 4 is consulted and found to contain correlation information for sub-routine 2, namely the address of new sub-routine 2A, the new sub-routine is executed instead of original sub-routine 2. Thereafter, the sub-routine 3 is executed in its entirety.
In this example the look-up table consultation routine 5 is called up only at the start of a sub-routine containing a bug, i.e. in response to an interrupt command programmed specifically to bypass the defective sub-routine.
This scheme relies on the fact that it is possible (and relatively straightforward) to change the binary 'ones' of a PROM to binary 'zeros' although it is not possible to change the zeros to ones, except in the case of an electrically erasable programmable read only memory (REPRO).
The scheme shown in Figure 3 is similar to that in Figure 2, except that the first instruction(s) [GO TO SUBROUTINE 7] of each sub-routine 1-3 ordinarily calls up an empty (or null) sub-routine 7 which simply returns to the original sub-routine for the remainder of that sub-routine to be executed in full. Here, the first instruction(s) of the sub-routines 1-3 are effectively dummy instructions. Again it is sub-routine 2 which contains the bug 6 and the first instruction of that sub-routine is converted to a new code [GO TO SUBROUTINE 5 ] by converting some or all of the existing binary ones of the original code to zeros, the new code initiating the look-up table consultation routine 5 instead of the empty sub-routine 7. Hence, newly written sub-routine 2A is executed instead of original sub-routine 2 and subsequently sub-routine 3 will be executed in its entirety, as before. This scheme also relies on the fact that it is possible (and relatively straightforward) to change the binary ones of a PROM to binary zeros.
Alternatively, with an EEPROM the first instruction of a defective sub-routine may be changed to any suitable new code since not only can ones be changed selectively to zeros, but also the zeros can be changed selectively to ones.
In view of the foregoing description, it will be evident to a person skilled in the art that various modifications may be made within the scope of the present invention

Claims (9)

  1. CLAIMS 1. A method of updating information stored in a programmable read only memory (PROM), the PROM having a portion comprising at least one pre-existing set of instructional information, an unprogrammed portion, and means for correlating information, the method including the steps of: (a) storing in the unprogrammed portion a new set of instructional information, and (b) entering into the correlating means information correlating the new set of instructional information with the pre-existing set, an instruction being provided at the start of the pre-existing set of instructional information which causes the correlating means to be consulted before executing the remainder of the instructions in said pre-existing set whereby the new set of instructional information is executed instead of the pre-existing set when the correlating means comprises information correlating the new set with the pre-existing set of instructional information.
  2. 2. A method of updating information stored in a PROM as claimed in claim 1, further including the step of providing at the start of the pre-existing set of instructional information the instruction which causes the correlating means to be consulted.
  3. 3 A method of updating information stored in a PROM as claimed in claim 2, wherein the step of providing the instruction which causes the correlating means to be consulted comprises altering an existing instruction at the start of the pre-existing set of instructional information.
  4. 4. A method of updating information stored in a PROM substantially as herein described with reference to any of Figures 1 to 3 of the accompanying drawings.
  5. 5. A PROM conditioned for use in the method according to any one of claims 1 to 4, comprising a pre-programmed set of instructional information, an unprogrammed portion into which the new set of instructional information may be written, means for correlating information about the pre-programmed set of instructional information with the new set, means for including an instruction at the start of the pre-programmed set of instructional information for causing the correlating means to be consulted before execution of the remainder of the instructions of the pre-programmed set, and a further set of instructional information for controlling the consultation of the correlating means whereby the new set of instructional information is executed instead of the pre-programmed set when the correlating means comprises information correlating the new set with the pre-programmed set of instructional information.
  6. 6. A PROM as claimed in claim 4, wherein there is provided at the start of the pre-programmed set of instructional information a first instruction capable of being converted into the correlating means consultation instruction.
  7. 7. A PROM as claimed in claim 6, wherein the first instruction is a dummy instruction functionally independent of the remainder of the pre-programmed set of instructional information.
  8. 8. A PROM as claimed in claim 6, wherein the first instruction forms a functionally dependant part of the remainder of the pre-programmed set of instructional information.
  9. 9. A PROM conditioned for use in the method of any one of claims 1 to 4, substantially as herein described with reference to any of Figures 1 to 3 of the accompanying drawings.
GB8910294A 1989-05-05 1989-05-05 Updating prom information. Expired - Fee Related GB2231419B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB8910294A GB2231419B (en) 1989-05-05 1989-05-05 Updating prom information.

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB8910294A GB2231419B (en) 1989-05-05 1989-05-05 Updating prom information.

Publications (3)

Publication Number Publication Date
GB8910294D0 GB8910294D0 (en) 1989-06-21
GB2231419A true GB2231419A (en) 1990-11-14
GB2231419B GB2231419B (en) 1993-09-22

Family

ID=10656239

Family Applications (1)

Application Number Title Priority Date Filing Date
GB8910294A Expired - Fee Related GB2231419B (en) 1989-05-05 1989-05-05 Updating prom information.

Country Status (1)

Country Link
GB (1) GB2231419B (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2250838A (en) * 1990-12-11 1992-06-17 Honda Motor Co Ltd Patching a program stored in ROM
GB2295908A (en) * 1994-12-09 1996-06-12 Plessey Telecomm Updating EPROMs
WO2000036498A2 (en) * 1998-12-15 2000-06-22 Infineon Technologies Ag Method for changing the flow of a program stored in a read-only memory
GB2348986A (en) * 1999-04-15 2000-10-18 Mitel Corp Updating program components stored on one-time-programmable memory
EP1331548A2 (en) * 2002-01-18 2003-07-30 Lexar Media, Inc. File management of one-time-programmable non volatile memory devices
WO2008137806A1 (en) 2007-05-03 2008-11-13 Tego Inc. Multiple radio frequency network node rfid tag utilizing otp memory systems
US8242911B2 (en) 2006-12-11 2012-08-14 Tego Inc. Composite multiple RFID tag facility
US8242907B2 (en) 2005-12-09 2012-08-14 Tego, Inc. Multiple radio frequency network node RFID tag
US8242908B2 (en) 2005-12-09 2012-08-14 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8269630B2 (en) 2005-12-09 2012-09-18 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8279065B2 (en) 2005-12-09 2012-10-02 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8390456B2 (en) 2008-12-03 2013-03-05 Tego Inc. RFID tag facility with access to external devices
US8947233B2 (en) 2005-12-09 2015-02-03 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US9710682B2 (en) 2005-12-09 2017-07-18 Tego, Inc. Operating systems for an RFID tag
US9842290B2 (en) 2005-12-09 2017-12-12 Tego, Inc. Flight-cycle sensor monitoring of aviation component
US9858452B2 (en) 2005-12-09 2018-01-02 Tego, Inc. Information RFID tagging facilities
DE102017102147A1 (en) 2016-10-11 2018-04-12 Elmos Semiconductor Aktiengesellschaft Subsequent patchable memory (OTP) with bit memory cells and method of patching same
US9953193B2 (en) 2014-09-30 2018-04-24 Tego, Inc. Operating systems for an RFID tag

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9430732B2 (en) 2014-05-08 2016-08-30 Tego, Inc. Three-dimension RFID tag with opening through structure
US8988223B2 (en) 2005-12-09 2015-03-24 Tego Inc. RFID drive management facility
US9117128B2 (en) 2005-12-09 2015-08-25 Tego, Inc. External access to memory on an RFID tag

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1346219A (en) * 1970-10-16 1974-02-06 Honeywell Bull Sa Memory arrangements for digital electronic computers
GB1488271A (en) * 1973-12-27 1977-10-12 Cii Control store unit addressing device
US4095278A (en) * 1975-10-08 1978-06-13 Hitachi, Ltd. Instruction altering system
GB2043308A (en) * 1978-08-17 1980-10-01 Xerox Corp Microcomputer controller having field programmable memory
GB2122780A (en) * 1982-04-26 1984-01-18 Sharp Kk Program modification system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1346219A (en) * 1970-10-16 1974-02-06 Honeywell Bull Sa Memory arrangements for digital electronic computers
GB1488271A (en) * 1973-12-27 1977-10-12 Cii Control store unit addressing device
US4095278A (en) * 1975-10-08 1978-06-13 Hitachi, Ltd. Instruction altering system
GB2043308A (en) * 1978-08-17 1980-10-01 Xerox Corp Microcomputer controller having field programmable memory
GB2122780A (en) * 1982-04-26 1984-01-18 Sharp Kk Program modification system

Cited By (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2250838A (en) * 1990-12-11 1992-06-17 Honda Motor Co Ltd Patching a program stored in ROM
GB2295908A (en) * 1994-12-09 1996-06-12 Plessey Telecomm Updating EPROMs
WO2000036498A2 (en) * 1998-12-15 2000-06-22 Infineon Technologies Ag Method for changing the flow of a program stored in a read-only memory
WO2000036498A3 (en) * 1998-12-15 2000-09-28 Infineon Technologies Ag Method for changing the flow of a program stored in a read-only memory
GB2348986A (en) * 1999-04-15 2000-10-18 Mitel Corp Updating program components stored on one-time-programmable memory
EP1331548A2 (en) * 2002-01-18 2003-07-30 Lexar Media, Inc. File management of one-time-programmable non volatile memory devices
EP1331548A3 (en) * 2002-01-18 2006-05-10 Lexar Media, Inc. File management of one-time-programmable non volatile memory devices
US9710682B2 (en) 2005-12-09 2017-07-18 Tego, Inc. Operating systems for an RFID tag
US8325011B2 (en) 2005-12-09 2012-12-04 Tego Inc. Multiple radio frequency network node RFID tag
US10691992B2 (en) 2005-12-09 2020-06-23 Tego, Inc. RF tag with memory management
US10430702B2 (en) 2005-12-09 2019-10-01 Tego, Inc. RF tag network connectivity through gateway facility
US8242907B2 (en) 2005-12-09 2012-08-14 Tego, Inc. Multiple radio frequency network node RFID tag
US8242908B2 (en) 2005-12-09 2012-08-14 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8248238B2 (en) 2005-12-09 2012-08-21 Tego Inc. Multiple radio frequency network node RFID tag
US8248239B2 (en) 2005-12-09 2012-08-21 Tego Inc. Multiple radio frequency network node RFID tag
US8253567B2 (en) 2005-12-09 2012-08-28 Tego Inc. Multiple radio frequency network node RFID tag
US8269630B2 (en) 2005-12-09 2012-09-18 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8279065B2 (en) 2005-12-09 2012-10-02 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8284055B2 (en) 2005-12-09 2012-10-09 Tego Inc. Multiple radio frequency network node RFID tag
US8294579B2 (en) 2005-12-09 2012-10-23 Tego Inc. Multiple radio frequency network node RFID tag
US9858452B2 (en) 2005-12-09 2018-01-02 Tego, Inc. Information RFID tagging facilities
US9842290B2 (en) 2005-12-09 2017-12-12 Tego, Inc. Flight-cycle sensor monitoring of aviation component
US8558699B2 (en) 2005-12-09 2013-10-15 Tego Inc. Multiple radio frequency network node RFID tag
US8947233B2 (en) 2005-12-09 2015-02-03 Tego Inc. Methods and systems of a multiple radio frequency network node RFID tag
US8242911B2 (en) 2006-12-11 2012-08-14 Tego Inc. Composite multiple RFID tag facility
WO2008137806A1 (en) 2007-05-03 2008-11-13 Tego Inc. Multiple radio frequency network node rfid tag utilizing otp memory systems
EP2147399A1 (en) * 2007-05-03 2010-01-27 Tego Inc. Multiple radio frequency network node rfid tag utilizing otp memory systems
EP2147399A4 (en) * 2007-05-03 2011-05-11 Tego Inc Multiple radio frequency network node rfid tag utilizing otp memory systems
US8390456B2 (en) 2008-12-03 2013-03-05 Tego Inc. RFID tag facility with access to external devices
US9953193B2 (en) 2014-09-30 2018-04-24 Tego, Inc. Operating systems for an RFID tag
US10204244B2 (en) 2014-09-30 2019-02-12 Tego, Inc. Data aggregating radio frequency tag
US10445536B2 (en) 2014-09-30 2019-10-15 Tego, Inc. Operating system for an RF tag
US10891449B2 (en) 2014-09-30 2021-01-12 Tego, Inc. Self-monitoring wireless computing device
DE102017102147A1 (en) 2016-10-11 2018-04-12 Elmos Semiconductor Aktiengesellschaft Subsequent patchable memory (OTP) with bit memory cells and method of patching same
DE102017102147B4 (en) 2016-10-11 2018-09-20 Elmos Semiconductor Aktiengesellschaft Subsequent patchable memory (OTP) with bit memory cells and method of patching same

Also Published As

Publication number Publication date
GB8910294D0 (en) 1989-06-21
GB2231419B (en) 1993-09-22

Similar Documents

Publication Publication Date Title
GB2231419A (en) Program-updating PROM
US5930504A (en) Dynamic nonvolatile memory update in a computer system
US6505279B1 (en) Microcontroller system having security circuitry to selectively lock portions of a program memory address space
US5526523A (en) Interface between operating system and operating system extension
US5854937A (en) Method for reprogramming flash ROM in a personal computer implementing an EISA bus system
US5870520A (en) Flash disaster recovery ROM and utility to reprogram multiple ROMS
EP0402683A2 (en) Method and apparatus for updating firmware resident in an electrically erasable programmable read-only memory
EP0524719A2 (en) Computer system with alterable bootstrapping software
JPH05204653A (en) Device and method of storing data
JPH02272627A (en) Digital computer system and method of invocation of procedure of the same
KR100265266B1 (en) Microcomputer comprsing flash eeprom and method of erasing flash eeprom
EP0575127A2 (en) A method of providing a resident program part of a terminate and stay resident program
US7269828B2 (en) Method for safely instrumenting large binary code
US6738887B2 (en) Method and system for concurrent updating of a microcontroller&#39;s program memory
CN100375029C (en) Memory disposition methods and systems
KR100310486B1 (en) Microcumputer
KR100436003B1 (en) Method for loading a device driver, more specifically correlated to loading the device driver on a memory through a dos prompt after a computer system is completely booted up
US20070169086A1 (en) System and method for updating in-system program
JPH11110224A (en) Language processing device, its method and information storage medium
JPH06314190A (en) Electronic device
JPS60169906A (en) Programmable controller
JP2003076558A (en) Method and program for controlling program execution
JP2023170521A (en) Facility apparatus
JPH02110732A (en) Rom version-up system
JPS59125421A (en) Initialization system of computer applied equipment

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20030505