US20040093459A1 - Data processing device - Google Patents

Data processing device Download PDF

Info

Publication number
US20040093459A1
US20040093459A1 US10/700,530 US70053003A US2004093459A1 US 20040093459 A1 US20040093459 A1 US 20040093459A1 US 70053003 A US70053003 A US 70053003A US 2004093459 A1 US2004093459 A1 US 2004093459A1
Authority
US
United States
Prior art keywords
information
storage area
modified
address
data processing
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
US10/700,530
Inventor
Tomoyasu Shimizu
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.)
Murata Manufacturing Co Ltd
Original Assignee
Murata Manufacturing Co 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 Murata Manufacturing Co Ltd filed Critical Murata Manufacturing Co Ltd
Priority to US10/700,530 priority Critical patent/US20040093459A1/en
Publication of US20040093459A1 publication Critical patent/US20040093459A1/en
Abandoned legal-status Critical Current

Links

Images

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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0638Combination of memories, e.g. ROM and RAM such as to permit replacement or supplementing of words in one module by words in another module
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/20Employing a main memory using a specific memory technology
    • G06F2212/202Non-volatile memory
    • G06F2212/2022Flash memory

Definitions

  • the present invention relates to a data processing device such as a communication device for performing data processing using a central processing unit (CPU).
  • a data processing device such as a communication device for performing data processing using a central processing unit (CPU).
  • CPU central processing unit
  • FIG. 3 shows the construction of a PHS (Personal Handyphone System) 1 , which is one example of a data processing device.
  • PHS Personal Handyphone System
  • Other examples of data processing devices include portable telephones, copy machines, facsimile machines, and the like.
  • the PHS 1 includes a radio frequency unit (RFU) 2 , a baseband IC (BBIC) 3 , a CPU 4 , a flash memory 5 , a DTE I/F (Data Terminal Equipment Interface) 6 , and an antenna 7 .
  • the CPU 4 has a ROM (Read Only Memory) 8 incorporated therein. The mask-programmable type of ROM is widely used.
  • the ROM 8 includes at least a main program for the data processing procedure of the CPU 4 and other information such as information on functions (subroutine programs) used in the program, information on storage addresses of the functions or storage addresses of variables used in the program, and information on interrupt vectors for containing the addresses of interrupt routines of the CPU 4 .
  • the flash memory 5 also includes information for the data processing procedure.
  • the flash memory is generally slower than ROM, but has the advantage of being rewritable.
  • the PHS 1 causes the RFU 2 and the BBIC 3 to extract predetermined information (data) from the received signal and output it to the CPU 4 .
  • the CPU 4 performs data processing based on the extracted information, information stored in the ROM 8 , and information stored in the flash memory 5 .
  • the CPU 4 When the PHS 1 transmits information, the CPU 4 outputs the desired information to the BBIC 3 .
  • the BBIC 3 and the RFU 2 cause the information to modulate a transmission signal and then to be transmitted from the antenna 7 .
  • the ROM 8 is a storage device in which high-speed data access can be performed. Accordingly, in order to achieve high-speed data processing, the main program for the CPU 4 and information on functions, storage addresses, and the like used in the program are provided in the ROM 8 .
  • ROM 8 is a read-only storage device, information stored therein cannot be modified. Therefore, the data processing cannot be upgraded in the conventional PHS having the main program and the like stored in ROM, because the main program and the like cannot be modified.
  • a data processing device including a ROM, a flash memory capable of modifying information stored therein and adding information thereto, a CPU performing data processing using information stored in the ROM and the flash memory, an information storage area provided in the flash memory for storing predetermined modifiable information among the information used by the CPU for data processing, an address storage area provided in the flash memory for storing at least the address of the information stored in the information storage area and an address-modification control unit for, after at least one of modification of modifiable information stored in the information storage area and addition of modifiable information to the information storage area, and in accordance with said modification of the information or addition of the information, modifying of the address of the information stored in the address storage area or addition of the address of the information to the address storage area, whereby the information used by the CPU for data processing can be freely modified or added.
  • a main program can be stored in ROM while functions and variables to be referenced by the main program can be stored in the flash (rewritable) memory.
  • the address of information can be modified or added in accordance with modification of the information in the information storage area or addition of the information thereto. Therefore, the CPU can correctly read the modified information or the added information, whereby desired modified data processing can be performed.
  • a data processing device includes a ROM, a flash memory capable of modifying information stored therein and adding information thereto, the CPU performing data processing using information stored in the ROM and the flash memory, an information storage area provided in the ROM for storing information used by the CPU for data processing, an address storage area provided in the flash memory for storing at least the address of predetermined modifiable information among the information stored in the information storage area, a modified-information storage area provided in the flash memory for storing modified modifiable information, and an address-modification control unit for, after the modified modifiable information is stored in the modified-information storage area of the flash memory, and in accordance with the modification of the information, modifying the address of the information stored in the address storage area, whereby the information of the CPU used for data processing can be freely modified or added.
  • a modified function can be stored in the flash memory, and the CPU can be controlled to use the modified function for data processing.
  • the information storage area and the modified-information storage area in the flash memory in which information stored therein can be modified and information can be added thereto, functions and the like which are stored in the information storage area can be modified or functions and the like can be added to the information storage area.
  • a data processing device includes a ROM, a flash memory capable of modifying information stored therein and adding information thereto, a CPU performing data processing using information stored in the ROM and the flash memory, an information storage area provided in the ROM for storing information used by the CPU for data processing, a modified-information storage area provided in the flash memory for storing modified predetermined modifiable information among the information stored in the information storage area, and an information-modification determining unit for determining whether modified information is stored in the modified-information storage area, wherein, when the information-modification determining unit determines that the modified information is stored in the modified-information storage area of the flash memory, the CPU is arranged to perform data processing in accordance with the modified information stored in the flash memory instead of information stored in the ROM.
  • a CPU operates as follows: (1) detecting a power-on signal; (2) checking hardware; (3) accessing the initial address of a main program; (4) fetching and decoding an instruction set; etc.
  • the third aspect of the invention can provide a mechanism for determining whether a main program has been modified, which can be executed after step (2) mentioned above. Alternatively, the determination can be made at a predetermined stage during the execution of the main program.
  • a modified main program can be stored in the flash memory, and the CPU can be controlled to use the modified main program instead of the original main program in the ROM.
  • the CPU By providing the modified-information storage area in the flash memory and providing an information-modification determining unit for determining whether modified information is stored in the modified-information storage area, when the information-modification determining unit determines that modified information is stored in the modified-information storage area, the CPU is arranged to perform data processing in accordance with the modified information. In addition to modification of information used for data processing, this arrangement enables the data processing device to perform data processing based on the modified information.
  • the data processing device since the data processing device according to the present invention enables information used for data processing (including a main program, functions, or variables) to be modified or added, and since desired modified data processing can be correctly performed using modified or added information, a data processing device in which data processing is upgradeable can be provided.
  • FIG. 1 is a block diagram showing characteristic main components of first and third embodiments of the present invention.
  • FIG. 2 is a block diagram showing characteristic main components of a second embodiment and the third embodiment of the present invention.
  • FIG. 3 is a block diagram illustrating an example of a data processing device.
  • FIG. 1 characteristic main components of a PHS, which is one example of a data processing device according to a first embodiment of the present invention, are shown using solid lines.
  • components that are identical to corresponding components in FIG. 3 have the same reference numerals, and a repeated description thereof is omitted.
  • the PHS is provided with the construction shown in FIG. 3. Furthermore, the PHS has a construction so that functions used for the data processing can be modified, the modified functions (not the functions before modification thereof) can be correctly read, and data processing can be performed using the modified functions. In accordance with the above-described modification of the functions, the storage addresses of variables and interrupt vectors used in the data processing may be changed. Accordingly, the PHS has a construction to deal with such changes of the storage addresses of the variables and changes of the interrupt vectors.
  • the CPU 4 includes a ROM 8 , a data processing unit 9 , an address-change control unit 10 , and an information-writing unit 11 .
  • the flash memory 5 includes an address storage area 12 and a function storage area 13 (information storage area).
  • the PHS is further provided with a RAM (Random Access Memory) 14 .
  • the RAM 14 is provided with a variable-storage area 15 for storing at least one variable therein.
  • the ROM 8 is provided with a main-program storage area 16 for storing the main program for performing data processing.
  • the address storage area 12 includes an interrupt vector table area 12 a for storing at least one interrupt vector therein, a function address table area 12 b for storing at least one function storage address therein, and a variable address table area 12 c for storing at least one variable storage address therein.
  • the function storage area 13 stores information for at least one function therein.
  • the data processing unit 9 performs data processing in accordance with the main program stored in the main-program storage area 16 of the ROM 8 .
  • functions or variables are read from the function storage area 13 or the variable-storage area 15 by referring to the function addresses or the variable addresses stored in the address storage area 12 of the flash memory 5 .
  • interrupt processing is performed by referring to an interrupt vector stored in the address storage area 12 .
  • the information-writing unit 11 stores the additional information for the function in an unused region of the function storage area 13 .
  • the information-writing unit 11 detects the input of the information for the modified function and then stores the information for the modified function in the function storage area 13 using either of the following two methods. According to a first method, the information-writing unit 11 overwrites the original function (the function to be modified) with the modified function; and according to a second method, the information-writing unit 11 stores the modified function in a location (an unused region) whose address is different from that of the original function).
  • the address-change control unit 10 is provided to avoid the foregoing problem. For example, when detecting that address information for related functions or related variables which are modified or added in accordance with modification or addition of the function is input using the information input device 17 , the address-change control unit 10 determines whether the input address information is for modification of only the added or modified part of the address storage area 12 , or for modification of the entirety thereof.
  • the address-change control unit 10 causes the information-writing unit 11 to overwrite a modification address (the information address to be modified) stored in the address storage area 12 with the input address information.
  • the information-writing unit 11 stores the input address information in an unused region of the address storage area 12 .
  • the address-change control unit 10 causes the information-writing unit 11 to modify the contents of the entirety of the address storage area 12 with the input address information.
  • the address-change control unit 10 determines whether the input address information is for modification of only the added or modified part of the address storage area 12 or for modification of the entirety thereof. Based on the determination, the address-change control unit 10 causes the information-writing unit 11 to add the interrupt vector to the address storage area 12 , modify the modification interrupt vector in the address storage area 12 with the input interrupt vector, or modify all information in the address storage area 12 with the input address information.
  • the function storage area 13 is provided in the flash memory 5 in which information can be freely added or modified, the functions stored in the function storage area 13 can be added or modified.
  • the address storage area 12 is provided in the flash memory 5 and the address-change control unit 10 is provided in the CPU 4 , modification or addition of the addresses of related functions used for the function, or modification or addition of the addresses of related variables used for the function can be performed in accordance with the modification or addition of the function.
  • This construction can avoid the foregoing problem in which, although modification or addition of the function is performed, the modified or added function cannot be correctly read, so that data processing cannot be correctly performed.
  • interrupt vector table area 12 a is provided in the address storage area 12 of the flash memory 5 , an interrupt vector can be modified or added when necessary.
  • the data processing device can perform a desired modified data processing.
  • a data processing device can be provided in which data processing thereof is upgradeable.
  • a second embodiment of the present invention is described.
  • components that are identical to corresponding components in the first embodiment have the same reference numerals, and a repeated description thereof is omitted.
  • Characteristic features of the second embodiment which distinguish it from the first embodiment, are represented by solid lines in FIG. 2. That is, a function storage area 20 (information storage area) for storing functions is provided in the ROM 8 and, instead of the function storage area 13 , a modified-function storage area 21 (modified-information storage area) is provided in the flash memory 5 . Otherwise, the construction of the second embodiment is substantially identical to that of the first embodiment.
  • the information-writing unit 11 stores the modified or the added function in the modified-function storage area 21 .
  • the modified function is stored in the modified-function storage area 21
  • the input modified function may be overwritten on the modification function stored in the modified-function storage area 21 , or the input modified function may be stored in a location whose address is different from that of the modification function.
  • the address-change control unit 10 modifies or adds the corresponding addresses stored in the address storage area 12 in the same manner as in the first embodiment.
  • the function storage area 20 is provided in the ROM 8 (read only) and the modified-function storage area 21 is formed in the flash memory 5 (re-writable).
  • the modified or added function can be held in the data processing device.
  • the address-change control unit 10 since the address-change control unit 10 is provided, it can modify or add the address of a function stored in the address storage area 12 in accordance with modification or addition of the function, so that the modified or added function can be correctly read from the modified-function storage area 21 .
  • the functions which are not to be modified are arranged to be read from the function storage area 20 of the ROM 8 . Since data stored in the ROM 8 can be read faster than data stored in the flash memory 5 , compared to a case in which all functions are read from the flash memory 5 , high-speed data processing can be performed by reading the unmodified functions from the ROM 8 .
  • a third embodiment of the present invention is described.
  • components that are identical to corresponding components in the foregoing embodiments have the same reference numerals, and a repeated description thereof is omitted.
  • FIGS. 1 and 2 Characteristic features of the third embodiment are represented using dashed lines in FIGS. 1 and 2. That is, a modified-main-program storage area (modified-information storage area) 22 is formed in the flash memory 5 and a main-program-modification determining unit 23 is provided in the CPU 4 . Otherwise, the construction of the third embodiment is substantially identical to those of the foregoing embodiments.
  • a modified main program is input by the information input device 17 .
  • the information-writing unit 11 stores the modified main program in the modified-main-program storage area 22 .
  • a flag F representing storage of the modified main program is set in the modified-main-program storage area 22 .
  • the main-program-modification determining unit 23 determines, based on the flag F, whether the modified main program is stored in the modified-main-program storage area 22 .
  • the data processing unit 9 outputs the main-program-modification determining instruction at a predetermined timing which is preset by the main program in the ROM 8 .
  • the main program stored in the ROM 8 is programmed so that the main-program-modification determining instruction is output at the beginning of the main program.
  • the data processing unit 9 outputs the main-program-modification determining instruction in accordance with the main program in the ROM 8 and the main-program-modification determining unit 23 determines in accordance with the instruction whether the main program has been modified.
  • the data processing unit 9 detects, based on the determination, that there is a modified main program stored in the modified-main-program storage area 22 , data processing is performed in accordance with the modified main program stored in the modified-main-program storage area 22 instead of the main program stored in the ROM 8 .
  • the main program stored in the ROM 8 is programmed so that the main-program-modification determining instruction is output at the beginning of at least one modifiable program part at a predetermined location in the main program.
  • the data processing unit 9 before executing the at least one modifiable program part, causes the main-program-modification determining unit 23 to determine whether the main program has been modified.
  • the data processing unit 9 detects, based on the determination, that there is a modified program which is a modification of the modifiable program part in the ROM 8 stored in the modified-main-program storage area 22 , data processing is performed in accordance with the modified program stored in the modified-main-program storage area 22 instead of the main program stored in the ROM 8 .
  • the data processing unit 9 returns to processing in accordance with the main program stored in the ROM 8 .
  • the main program can be modified, not to mention that the function and the address information can be modified or added in the same manner as in the foregoing embodiments.
  • the main-program-modification determining unit 23 is provided, when the modified main program is input, data processing can be performed, based on the determination of the main-program-modification determining unit 23 , in accordance with the modified main program instead of the main program stored in the ROM 8 . The problem of data processing being performed in accordance with the main program stored in the ROM 8 even after the modified main program is input can be avoided.
  • the present invention is not limited to the foregoing embodiments.
  • Other embodiments of the invention may take various forms.
  • the ROM 8 is provided in the CPU 4 , it may be provided outside the CPU 4 .
  • the interrupt vector table area 12 a , the function address table area 12 b , and the variable address table area 12 c are provided in the address storage area 12 .
  • the interrupt vector table 12 a does not need to be provided.
  • the variable address table area 12 c does not need to be provided.
  • the modified function when a function stored in the function storage area 20 in the ROM 8 is modified and the modified function is stored in the modified-function storage area 21 of the flash memory 5 , the modified function is arranged to be correctly read by replacing the original address (which may be stored in the ROM 8 ) of the modification function, with a new address of the modified function.
  • the modified function may be arranged to be correctly read by providing the following construction.
  • a modified-function address table area for storing the addresses of the functions stored in the modified-function storage area 21 , is provided in the address storage area 12 , and a modified-function determining unit (modified-information determining unit) is provided for determining whether there is a modified function stored in the modified-function storage area by referring to the modified-function address table area.
  • the main program stored in the ROM 8 is programmed so that a modified-function determining instruction is output before the function is read.
  • the data processing unit 9 causes the modified-function determining unit to determine whether there is a modified function stored in the modified-function storage area 21 .
  • the data processing unit 9 detects, based on the determination, that the modified function is stored in the modified-function storage area 21 , data processing is performed using the modified function instead of the function stored in the function storage area 20 of the ROM 8 .
  • this alternative construction enables the modified function to be correctly read.
  • the PHS is the data processing device.
  • the present invention is not limited to the PHS and can be applied to any device provided with a function performing data processing.
  • the present invention can be applied to a communication device such as a portable telephone other than the PHS, a data processing device other than a communication device, and the like.

Abstract

A data processing device includes a read-only memory, a flash memory capable of modifying information stored therein and adding information thereto, a central processing unit performing data processing using information stored in the read-only memory and the flash memory, an information storage area provided in the flash memory for storing predetermined modifiable information among the information used by the central processing unit for data processing, an address storage area provided in the flash memory for storing at least the address of information stored in the information storage area, and an address-modification control unit for, after at least one of modification of modifiable information stored in the information storage area and addition of modifiable information to the information storage area is performed, performing modification of the address of the information stored in the address storage area or addition of the address of the information to the address storage area, whereby the information of the central processing unit used for data processing can be freely modified or added.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention relates to a data processing device such as a communication device for performing data processing using a central processing unit (CPU). [0002]
  • 2. Description of the Related Art [0003]
  • FIG. 3 shows the construction of a PHS (Personal Handyphone System) [0004] 1, which is one example of a data processing device. Other examples of data processing devices include portable telephones, copy machines, facsimile machines, and the like.
  • The [0005] PHS 1 includes a radio frequency unit (RFU) 2, a baseband IC (BBIC) 3, a CPU 4, a flash memory 5, a DTE I/F (Data Terminal Equipment Interface) 6, and an antenna 7. The CPU 4 has a ROM (Read Only Memory) 8 incorporated therein. The mask-programmable type of ROM is widely used.
  • The [0006] ROM 8 includes at least a main program for the data processing procedure of the CPU 4 and other information such as information on functions (subroutine programs) used in the program, information on storage addresses of the functions or storage addresses of variables used in the program, and information on interrupt vectors for containing the addresses of interrupt routines of the CPU 4. The flash memory 5 also includes information for the data processing procedure. The flash memory is generally slower than ROM, but has the advantage of being rewritable.
  • When the antenna [0007] 7 receives a signal, the PHS 1 causes the RFU 2 and the BBIC 3 to extract predetermined information (data) from the received signal and output it to the CPU 4. The CPU 4 performs data processing based on the extracted information, information stored in the ROM 8, and information stored in the flash memory 5.
  • When the [0008] PHS 1 transmits information, the CPU 4 outputs the desired information to the BBIC 3. The BBIC 3 and the RFU 2 cause the information to modulate a transmission signal and then to be transmitted from the antenna 7.
  • The [0009] ROM 8 is a storage device in which high-speed data access can be performed. Accordingly, in order to achieve high-speed data processing, the main program for the CPU 4 and information on functions, storage addresses, and the like used in the program are provided in the ROM 8.
  • However, since the [0010] ROM 8 is a read-only storage device, information stored therein cannot be modified. Therefore, the data processing cannot be upgraded in the conventional PHS having the main program and the like stored in ROM, because the main program and the like cannot be modified.
  • SUMMARY OF THE INVENTION
  • Accordingly, it is an object of the present invention to provide a data processing device in which the main program and information on functions and the like can be freely modified, thus enabling data processing to be upgraded. [0011]
  • To this end, according to a first aspect of the present invention, there is provided a data processing device including a ROM, a flash memory capable of modifying information stored therein and adding information thereto, a CPU performing data processing using information stored in the ROM and the flash memory, an information storage area provided in the flash memory for storing predetermined modifiable information among the information used by the CPU for data processing, an address storage area provided in the flash memory for storing at least the address of the information stored in the information storage area and an address-modification control unit for, after at least one of modification of modifiable information stored in the information storage area and addition of modifiable information to the information storage area, and in accordance with said modification of the information or addition of the information, modifying of the address of the information stored in the address storage area or addition of the address of the information to the address storage area, whereby the information used by the CPU for data processing can be freely modified or added. [0012]
  • With the first aspect of the invention, a main program can be stored in ROM while functions and variables to be referenced by the main program can be stored in the flash (rewritable) memory. By providing the address storage area in the flash memory and providing the address-modification control unit, the address of information can be modified or added in accordance with modification of the information in the information storage area or addition of the information thereto. Therefore, the CPU can correctly read the modified information or the added information, whereby desired modified data processing can be performed. [0013]
  • According to a second aspect of the present invention, a data processing device includes a ROM, a flash memory capable of modifying information stored therein and adding information thereto, the CPU performing data processing using information stored in the ROM and the flash memory, an information storage area provided in the ROM for storing information used by the CPU for data processing, an address storage area provided in the flash memory for storing at least the address of predetermined modifiable information among the information stored in the information storage area, a modified-information storage area provided in the flash memory for storing modified modifiable information, and an address-modification control unit for, after the modified modifiable information is stored in the modified-information storage area of the flash memory, and in accordance with the modification of the information, modifying the address of the information stored in the address storage area, whereby the information of the CPU used for data processing can be freely modified or added. [0014]
  • With the second aspect of the invention, a modified function can be stored in the flash memory, and the CPU can be controlled to use the modified function for data processing. By providing the information storage area and the modified-information storage area in the flash memory in which information stored therein can be modified and information can be added thereto, functions and the like which are stored in the information storage area can be modified or functions and the like can be added to the information storage area. [0015]
  • According to a third aspect of the present invention, a data processing device includes a ROM, a flash memory capable of modifying information stored therein and adding information thereto, a CPU performing data processing using information stored in the ROM and the flash memory, an information storage area provided in the ROM for storing information used by the CPU for data processing, a modified-information storage area provided in the flash memory for storing modified predetermined modifiable information among the information stored in the information storage area, and an information-modification determining unit for determining whether modified information is stored in the modified-information storage area, wherein, when the information-modification determining unit determines that the modified information is stored in the modified-information storage area of the flash memory, the CPU is arranged to perform data processing in accordance with the modified information stored in the flash memory instead of information stored in the ROM. [0016]
  • Generally speaking a CPU operates as follows: (1) detecting a power-on signal; (2) checking hardware; (3) accessing the initial address of a main program; (4) fetching and decoding an instruction set; etc. The third aspect of the invention can provide a mechanism for determining whether a main program has been modified, which can be executed after step (2) mentioned above. Alternatively, the determination can be made at a predetermined stage during the execution of the main program. [0017]
  • With the third aspect of the invention, a modified main program can be stored in the flash memory, and the CPU can be controlled to use the modified main program instead of the original main program in the ROM. By providing the modified-information storage area in the flash memory and providing an information-modification determining unit for determining whether modified information is stored in the modified-information storage area, when the information-modification determining unit determines that modified information is stored in the modified-information storage area, the CPU is arranged to perform data processing in accordance with the modified information. In addition to modification of information used for data processing, this arrangement enables the data processing device to perform data processing based on the modified information. [0018]
  • As described above, since the data processing device according to the present invention enables information used for data processing (including a main program, functions, or variables) to be modified or added, and since desired modified data processing can be correctly performed using modified or added information, a data processing device in which data processing is upgradeable can be provided. [0019]
  • According to further aspects of the invention, methods are provided for carrying out the functions of the above-described data processing devices. [0020]
  • Other features and advantages of the present invention will become apparent from the following description of the invention which refers to the accompanying drawings.[0021]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram showing characteristic main components of first and third embodiments of the present invention; [0022]
  • FIG. 2 is a block diagram showing characteristic main components of a second embodiment and the third embodiment of the present invention; and [0023]
  • FIG. 3 is a block diagram illustrating an example of a data processing device. [0024]
  • DESCRIPTION OF EMBODIMENTS OF THE INVENTION
  • In FIG. 1, characteristic main components of a PHS, which is one example of a data processing device according to a first embodiment of the present invention, are shown using solid lines. In description of the first embodiment, components that are identical to corresponding components in FIG. 3 have the same reference numerals, and a repeated description thereof is omitted. [0025]
  • The PHS is provided with the construction shown in FIG. 3. Furthermore, the PHS has a construction so that functions used for the data processing can be modified, the modified functions (not the functions before modification thereof) can be correctly read, and data processing can be performed using the modified functions. In accordance with the above-described modification of the functions, the storage addresses of variables and interrupt vectors used in the data processing may be changed. Accordingly, the PHS has a construction to deal with such changes of the storage addresses of the variables and changes of the interrupt vectors. [0026]
  • The [0027] CPU 4 includes a ROM 8, a data processing unit 9, an address-change control unit 10, and an information-writing unit 11. The flash memory 5 includes an address storage area 12 and a function storage area 13 (information storage area). The PHS is further provided with a RAM (Random Access Memory) 14. The RAM 14 is provided with a variable-storage area 15 for storing at least one variable therein. The ROM 8 is provided with a main-program storage area 16 for storing the main program for performing data processing.
  • The [0028] address storage area 12 includes an interrupt vector table area 12 a for storing at least one interrupt vector therein, a function address table area 12 b for storing at least one function storage address therein, and a variable address table area 12 c for storing at least one variable storage address therein. The function storage area 13 stores information for at least one function therein.
  • The [0029] data processing unit 9 performs data processing in accordance with the main program stored in the main-program storage area 16 of the ROM 8. When data processing is performed, functions or variables are read from the function storage area 13 or the variable-storage area 15 by referring to the function addresses or the variable addresses stored in the address storage area 12 of the flash memory 5. In addition, interrupt processing is performed by referring to an interrupt vector stored in the address storage area 12.
  • When it is detected that additional information for a function is being input using an [0030] information input device 17 such as a keyboard, the information-writing unit 11 stores the additional information for the function in an unused region of the function storage area 13.
  • When a function stored in the [0031] function storage area 13 is desired to be modified and when information for the modified function is input using the information input device 17, the information-writing unit 11 detects the input of the information for the modified function and then stores the information for the modified function in the function storage area 13 using either of the following two methods. According to a first method, the information-writing unit 11 overwrites the original function (the function to be modified) with the modified function; and according to a second method, the information-writing unit 11 stores the modified function in a location (an unused region) whose address is different from that of the original function).
  • When the additional information for the function is stored in the [0032] function storage area 13, when the modified function is stored at a different location from the original function, or when the storage addresses of the variables used for the function are changed in accordance with modification or addition of the function, it is necessary to appropriately modify address information in the address storage area 12 or add address information to the address storage area 12, so that the modified function, the added function, or a desired variable can be correctly read.
  • In the first embodiment, the address-[0033] change control unit 10 is provided to avoid the foregoing problem. For example, when detecting that address information for related functions or related variables which are modified or added in accordance with modification or addition of the function is input using the information input device 17, the address-change control unit 10 determines whether the input address information is for modification of only the added or modified part of the address storage area 12, or for modification of the entirety thereof.
  • When it determines that the input address information is for modification of only the modified part, the address-[0034] change control unit 10 causes the information-writing unit 11 to overwrite a modification address (the information address to be modified) stored in the address storage area 12 with the input address information. Alternatively, the information-writing unit 11 stores the input address information in an unused region of the address storage area 12.
  • When it determines that the input address information is for modification of the entirety of the [0035] address storage area 12, the address-change control unit 10 causes the information-writing unit 11 to modify the contents of the entirety of the address storage area 12 with the input address information.
  • When information for modification or addition of an interrupt vector is input using the [0036] information input device 17 to modify or add the interrupt vector, the address-change control unit 10 determines whether the input address information is for modification of only the added or modified part of the address storage area 12 or for modification of the entirety thereof. Based on the determination, the address-change control unit 10 causes the information-writing unit 11 to add the interrupt vector to the address storage area 12, modify the modification interrupt vector in the address storage area 12 with the input interrupt vector, or modify all information in the address storage area 12 with the input address information.
  • In the first embodiment, since the [0037] function storage area 13 is provided in the flash memory 5 in which information can be freely added or modified, the functions stored in the function storage area 13 can be added or modified.
  • Since the [0038] address storage area 12 is provided in the flash memory 5 and the address-change control unit 10 is provided in the CPU 4, modification or addition of the addresses of related functions used for the function, or modification or addition of the addresses of related variables used for the function can be performed in accordance with the modification or addition of the function. This construction can avoid the foregoing problem in which, although modification or addition of the function is performed, the modified or added function cannot be correctly read, so that data processing cannot be correctly performed.
  • Since the interrupt vector table area [0039] 12 a is provided in the address storage area 12 of the flash memory 5, an interrupt vector can be modified or added when necessary.
  • As described above, since the first embodiment is provided with the construction in which the functions used in the data processing can be freely added or modified, the addresses of the related functions or the addresses of the related variables can be freely added or modified in accordance with modification or addition of the function, and the interrupt vector also can be freely modified or added, the data processing device can perform a desired modified data processing. In other words, a data processing device can be provided in which data processing thereof is upgradeable. [0040]
  • A second embodiment of the present invention is described. In the description of the second embodiment, components that are identical to corresponding components in the first embodiment have the same reference numerals, and a repeated description thereof is omitted. [0041]
  • Characteristic features of the second embodiment, which distinguish it from the first embodiment, are represented by solid lines in FIG. 2. That is, a function storage area [0042] 20 (information storage area) for storing functions is provided in the ROM 8 and, instead of the function storage area 13, a modified-function storage area 21 (modified-information storage area) is provided in the flash memory 5. Otherwise, the construction of the second embodiment is substantially identical to that of the first embodiment.
  • When it detects that information for a modified or an added function is being input using the [0043] information input device 17, the information-writing unit 11 stores the modified or the added function in the modified-function storage area 21. When the modified function is stored in the modified-function storage area 21, the input modified function may be overwritten on the modification function stored in the modified-function storage area 21, or the input modified function may be stored in a location whose address is different from that of the modification function.
  • As described above, when the function is modified or added and then when addresses stored in the [0044] address storage area 12 are not changed after modification or addition of the function, a problem such as a failure in reading the modified or added information arises. Accordingly, in order to positively avoid this problem, the address-change control unit 10 modifies or adds the corresponding addresses stored in the address storage area 12 in the same manner as in the first embodiment.
  • In the second embodiment, the [0045] function storage area 20 is provided in the ROM 8 (read only) and the modified-function storage area 21 is formed in the flash memory 5 (re-writable). By storing the information for the modified or added function in the modified-function storage area 21, the modified or added function can be held in the data processing device. Furthermore, since the address-change control unit 10 is provided, it can modify or add the address of a function stored in the address storage area 12 in accordance with modification or addition of the function, so that the modified or added function can be correctly read from the modified-function storage area 21.
  • Furthermore, the functions which are not to be modified are arranged to be read from the [0046] function storage area 20 of the ROM 8. Since data stored in the ROM 8 can be read faster than data stored in the flash memory 5, compared to a case in which all functions are read from the flash memory 5, high-speed data processing can be performed by reading the unmodified functions from the ROM 8.
  • A third embodiment of the present invention is described. In the description of the third embodiment, components that are identical to corresponding components in the foregoing embodiments have the same reference numerals, and a repeated description thereof is omitted. [0047]
  • Characteristic features of the third embodiment are represented using dashed lines in FIGS. 1 and 2. That is, a modified-main-program storage area (modified-information storage area) [0048] 22 is formed in the flash memory 5 and a main-program-modification determining unit 23 is provided in the CPU 4. Otherwise, the construction of the third embodiment is substantially identical to those of the foregoing embodiments.
  • In the third embodiment, when the main program stored in the main-[0049] program storage area 16 of the ROM 8 is desired to be changed, a modified main program is input by the information input device 17. After detection of the input of the modified main program, the information-writing unit 11 stores the modified main program in the modified-main-program storage area 22. At this time, a flag F representing storage of the modified main program is set in the modified-main-program storage area 22.
  • In accordance with a main-program-modification determining instruction output from the [0050] data processing unit 9, the main-program-modification determining unit 23 determines, based on the flag F, whether the modified main program is stored in the modified-main-program storage area 22.
  • In the third embodiment, the [0051] data processing unit 9 outputs the main-program-modification determining instruction at a predetermined timing which is preset by the main program in the ROM 8. For example, in order to provide for modification of the entirety of the main program in the ROM 8, the main program stored in the ROM 8 is programmed so that the main-program-modification determining instruction is output at the beginning of the main program.
  • In this case, the [0052] data processing unit 9 outputs the main-program-modification determining instruction in accordance with the main program in the ROM 8 and the main-program-modification determining unit 23 determines in accordance with the instruction whether the main program has been modified. When the data processing unit 9 detects, based on the determination, that there is a modified main program stored in the modified-main-program storage area 22, data processing is performed in accordance with the modified main program stored in the modified-main-program storage area 22 instead of the main program stored in the ROM 8.
  • In order to provide for partial modification of the main program in the [0053] ROM 8, the main program stored in the ROM 8 is programmed so that the main-program-modification determining instruction is output at the beginning of at least one modifiable program part at a predetermined location in the main program.
  • In this case, before executing the at least one modifiable program part, the [0054] data processing unit 9 causes the main-program-modification determining unit 23 to determine whether the main program has been modified. When the data processing unit 9 detects, based on the determination, that there is a modified program which is a modification of the modifiable program part in the ROM 8 stored in the modified-main-program storage area 22, data processing is performed in accordance with the modified program stored in the modified-main-program storage area 22 instead of the main program stored in the ROM 8. After processing is performed in accordance with the modified program, the data processing unit 9 returns to processing in accordance with the main program stored in the ROM 8.
  • In this third embodiment, since, in addition to the same construction as in the foregoing embodiments, the modified-main-[0055] program storage area 22 is provided, the main program can be modified, not to mention that the function and the address information can be modified or added in the same manner as in the foregoing embodiments. Since the main-program-modification determining unit 23 is provided, when the modified main program is input, data processing can be performed, based on the determination of the main-program-modification determining unit 23, in accordance with the modified main program instead of the main program stored in the ROM 8. The problem of data processing being performed in accordance with the main program stored in the ROM 8 even after the modified main program is input can be avoided.
  • The present invention is not limited to the foregoing embodiments. Other embodiments of the invention may take various forms. For example, although the [0056] ROM 8 is provided in the CPU 4, it may be provided outside the CPU 4. In each embodiment, the interrupt vector table area 12 a, the function address table area 12 b, and the variable address table area 12 c are provided in the address storage area 12. However, when change of the interrupt vector is not needed, the interrupt vector table 12 a does not need to be provided. In addition, when modification and addition of variable addresses are not needed, the variable address table area 12 c does not need to be provided.
  • In the first and second embodiments, although only a function is described as being modifiable information, information other than the function may be modified. In this case, an area for the other information may be provided in the [0057] address storage area 12.
  • In the second embodiment, when a function stored in the [0058] function storage area 20 in the ROM 8 is modified and the modified function is stored in the modified-function storage area 21 of the flash memory 5, the modified function is arranged to be correctly read by replacing the original address (which may be stored in the ROM 8) of the modification function, with a new address of the modified function. The modified function may be arranged to be correctly read by providing the following construction.
  • For example, a modified-function address table area, for storing the addresses of the functions stored in the modified-[0059] function storage area 21, is provided in the address storage area 12, and a modified-function determining unit (modified-information determining unit) is provided for determining whether there is a modified function stored in the modified-function storage area by referring to the modified-function address table area. The main program stored in the ROM 8 is programmed so that a modified-function determining instruction is output before the function is read.
  • Therefore, while data processing is performed in accordance with the main program stored in the [0060] ROM 8 before the function is read, the data processing unit 9 causes the modified-function determining unit to determine whether there is a modified function stored in the modified-function storage area 21. When the data processing unit 9 detects, based on the determination, that the modified function is stored in the modified-function storage area 21, data processing is performed using the modified function instead of the function stored in the function storage area 20 of the ROM 8. Thus, this alternative construction enables the modified function to be correctly read.
  • In the foregoing embodiments, an example in which the PHS is the data processing device is described. However, the present invention is not limited to the PHS and can be applied to any device provided with a function performing data processing. For example, the present invention can be applied to a communication device such as a portable telephone other than the PHS, a data processing device other than a communication device, and the like. [0061]
  • Although the present invention has been described in relation to particular embodiments thereof, many other variations and modifications and other uses will become apparent to those skilled in the art. Therefore, the present invention is not limited by the specific disclosure herein. [0062]

Claims (6)

What is claimed is:
1. A data processing device comprising:
a read-only memory;
a flash memory capable of modifying information stored therein and adding information thereto;
a central processing unit performing data processing using information stored in said read-only memory and said flash memory;
an information storage area provided in said flash memory for storing predetermined modifiable information among the information used by said central processing unit for data processing;
an address storage area provided in said flash memory for storing at least the address of the information stored in said information storage area; and
an address-modification control unit for, after at least one of modification of modifiable information stored in said information storage area and addition of modifiable information to said information storage area, and in accordance with said one of the modification of the information and addition of the information, performing one of modification of the address of the information stored in said address storage area and addition of the address of the information to said address storage area,
whereby the information used by said central processing unit for data processing can be freely modified or added.
2. A data processing device comprising:
a read-only memory;
a flash memory capable of modifying information stored therein and adding information thereto;
a central processing unit performing data processing using information stored in said read-only memory and said flash memory;
an information storage area provided in said read-only memory for storing information used by said central processing used for data processing;
an address storage area provided in said flash memory for storing at least the address of predetermined modifiable information among the information stored in said information storage area;
a modified-information storage area provided in said flash memory for storing modified modifiable information; and
an address-modification control unit for, after the modified modifiable information is stored in said modified-information storage area of said flash memory, and in accordance with the modification of the information, modifying the address of the information stored in said address storage area,
whereby the information of said central processing unit used for data processing unit can be freely modified or added.
3. A data processing device comprising:
a read-only memory;
a flash memory capable of modifying information stored therein and adding information thereto;
a central processing unit performing data processing using information stored in said read-only memory and said flash memory;
an information storage area provided in said read-only memory for storing information used by said central processing unit for data processing;
a modified-information storage area provided in said flash memory for storing modified predetermined modifiable information among the information stored in said information storage area; and
an information-modification determining unit for determining whether modified information is stored in said modified-information storage area,
wherein, when said information-modification determining unit determines that the modified information is stored in said modified-information storage area of said flash memory, said central processing unit is arranged to perform data processing in accordance with the modified information stored in said flash memory instead of information stored in said read-only memory.
4. A method in a data processing device comprising:
a read-only memory;
a flash memory capable of modifying information stored therein and adding information thereto;
a central processing unit performing data processing using information stored in said read-only memory and said flash memory;
an information storage area in said flash memory; and
an address storage area in said flash memory;
said method comprising the steps of:
storing in said information storage area predetermined modifiable information among the information used by said central processing unit for data processing;
storing in said address storage area at least the address of the information stored in said information storage area;
performing at least one of modification of modifiable information stored in said information storage area and addition of modifiable information to said information storage area; and
then, in accordance with said one of modification of the information and addition of the information, performing one of modification of the address of the information stored in said address storage area and addition of the address of the information to said address storage area,
whereby the information used by said central processing unit for data processing can be freely modified or added.
5. A method in a data processing device comprising:
a read-only memory;
a flash memory capable of modifying information stored therein and adding information thereto;
a central processing unit performing data processing using information stored in said read-only memory and said flash memory;
an information storage area in said read-only memory;
an address storage area in said flash memory; and
a modified-information storage area in said flash memory;
said method comprising the steps of:
storing in said information storage area information used by said central processing unit for data processing;
storing in said address storage area at least the address of predetermined modifiable information among the information stored in said information storage area;
storing modified modifiable information in said modified-information storage area; and
after the modified modifiable information is stored in said modified-information storage area of said flash memory, and in accordance with the modification of the information, modifying the address of the information stored in said address storage area,
whereby the information of said central processing unit used for data processing unit can be freely modified or added.
6. A method in a data processing device comprising:
a read-only memory;
a flash memory capable of modifying information stored therein and adding information thereto;
a central processing unit performing data processing using information stored in said read-only memory and said flash memory;
an information storage area in said read-only memory; and
a modified-information storage area in said flash memory;
said method comprising the steps of:
storing in said information storage area information used by said central processing unit for data processing;
storing, in said modified-information storage area, modified predetermined modifiable information among the information stored in said information storage area;
determining whether modified information is stored in said modified-information storage area; and
when said modified information is stored in said modified-information storage area of said flash memory, performing data processing in said central processing unit in accordance with the modified information stored in said flash memory instead of information stored in said read-only memory.
US10/700,530 1999-08-19 2003-11-05 Data processing device Abandoned US20040093459A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/700,530 US20040093459A1 (en) 1999-08-19 2003-11-05 Data processing device

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP11232555A JP2001056760A (en) 1999-08-19 1999-08-19 Data processor
JP11-232555 1999-08-19
US09/642,433 US6859855B1 (en) 1999-08-19 2000-08-21 Data processing device
US10/700,530 US20040093459A1 (en) 1999-08-19 2003-11-05 Data processing device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/642,433 Division US6859855B1 (en) 1999-08-19 2000-08-21 Data processing device

Publications (1)

Publication Number Publication Date
US20040093459A1 true US20040093459A1 (en) 2004-05-13

Family

ID=16941170

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/642,433 Expired - Fee Related US6859855B1 (en) 1999-08-19 2000-08-21 Data processing device
US10/700,530 Abandoned US20040093459A1 (en) 1999-08-19 2003-11-05 Data processing device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/642,433 Expired - Fee Related US6859855B1 (en) 1999-08-19 2000-08-21 Data processing device

Country Status (2)

Country Link
US (2) US6859855B1 (en)
JP (1) JP2001056760A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080282022A1 (en) * 2007-05-09 2008-11-13 Broadcom Corporation, A California Corporation Partially storing software functions that are not expected to change over time in ROM instead of RAM
CN102143166A (en) * 2011-01-25 2011-08-03 天津大学 Multi-view-point stereoscopic mobile phone video processing method based on gratings
US20230137181A1 (en) * 2020-07-21 2023-05-04 Cisco Technology, Inc. Reuse of execution environments while guaranteeing isolation in serverless computing

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050003810A1 (en) * 2003-05-28 2005-01-06 Sun Microsystems, Inc. Method and system for optimizing software program start-up time
JP2005018191A (en) * 2003-06-24 2005-01-20 Yokogawa Electric Corp Nonvolatile memory device and access method therefor
JP2005242621A (en) * 2004-02-26 2005-09-08 Toshiba Lsi System Support Kk Semiconductor device and its interrupt processing method
US20060075183A1 (en) * 2004-10-06 2006-04-06 Phison Electronics Corp. [method of applying flash memory as buffer in electrical appliance]
US7480836B2 (en) * 2005-04-25 2009-01-20 Hewlett-Packard Development Company, L.P. Monitoring error-handler vector in architected memory
CN102947818B (en) * 2010-05-19 2015-07-22 加利福尼亚大学董事会 Neural processing unit

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5222226A (en) * 1988-03-18 1993-06-22 Fujitsu Limited Single-chip microprocessor having variable memory address mapping
US5625791A (en) * 1992-12-31 1997-04-29 Gemplus Card International Chip card with data and programs protected against ageing
US5701506A (en) * 1994-05-31 1997-12-23 Mitsubishi Denki Kabushiki Kaisha Microcomputer having ROM program which can be altered
US5717888A (en) * 1995-06-02 1998-02-10 International Business Machines Corporation Accessing cached data in a peripheral disk data storage system using a directory having track and cylinder directory entries
US5740396A (en) * 1995-02-16 1998-04-14 Mitsubishi Denki Kabushiki Kaisha Solid state disk device having a flash memory accessed by utilizing an address conversion table to convert sector address information to a physical block number
US6230319B1 (en) * 1996-06-03 2001-05-08 Webtv Networks, Inc. Managing interruption while downloading data over a network
US6275923B1 (en) * 1996-06-28 2001-08-14 Nec Corporation Data processing method and apparatus
US6301635B2 (en) * 1996-09-30 2001-10-09 Nokia Mobile Phones Limited Memory device
US20020013879A1 (en) * 1998-03-18 2002-01-31 Sang-Wook Han Flash memory array access method and device
US6591328B1 (en) * 1998-07-28 2003-07-08 Sony Corporation Non-volatile memory storing address control table data formed of logical addresses and physical addresses
US6788609B2 (en) * 1991-11-26 2004-09-07 Renesas Technology Corp. Storage device employing a flash memory

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63311436A (en) 1987-06-12 1988-12-20 Nec Corp Program patch system
JP3138457B2 (en) 1989-11-30 2001-02-26 日本電気株式会社 Mobile radio equipment
GB2295908A (en) * 1994-12-09 1996-06-12 Plessey Telecomm Updating EPROMs
JP3393318B2 (en) 1995-01-19 2003-04-07 ソニー株式会社 Data reception processing device, data reception processing method, and broadcast reception processing method

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5222226A (en) * 1988-03-18 1993-06-22 Fujitsu Limited Single-chip microprocessor having variable memory address mapping
US6788609B2 (en) * 1991-11-26 2004-09-07 Renesas Technology Corp. Storage device employing a flash memory
US5625791A (en) * 1992-12-31 1997-04-29 Gemplus Card International Chip card with data and programs protected against ageing
US5701506A (en) * 1994-05-31 1997-12-23 Mitsubishi Denki Kabushiki Kaisha Microcomputer having ROM program which can be altered
US5740396A (en) * 1995-02-16 1998-04-14 Mitsubishi Denki Kabushiki Kaisha Solid state disk device having a flash memory accessed by utilizing an address conversion table to convert sector address information to a physical block number
US5717888A (en) * 1995-06-02 1998-02-10 International Business Machines Corporation Accessing cached data in a peripheral disk data storage system using a directory having track and cylinder directory entries
US6230319B1 (en) * 1996-06-03 2001-05-08 Webtv Networks, Inc. Managing interruption while downloading data over a network
US6275923B1 (en) * 1996-06-28 2001-08-14 Nec Corporation Data processing method and apparatus
US6301635B2 (en) * 1996-09-30 2001-10-09 Nokia Mobile Phones Limited Memory device
US20020013879A1 (en) * 1998-03-18 2002-01-31 Sang-Wook Han Flash memory array access method and device
US6591328B1 (en) * 1998-07-28 2003-07-08 Sony Corporation Non-volatile memory storing address control table data formed of logical addresses and physical addresses

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080282022A1 (en) * 2007-05-09 2008-11-13 Broadcom Corporation, A California Corporation Partially storing software functions that are not expected to change over time in ROM instead of RAM
CN102143166A (en) * 2011-01-25 2011-08-03 天津大学 Multi-view-point stereoscopic mobile phone video processing method based on gratings
US20230137181A1 (en) * 2020-07-21 2023-05-04 Cisco Technology, Inc. Reuse of execution environments while guaranteeing isolation in serverless computing
US11882184B2 (en) * 2020-07-21 2024-01-23 Cisco Technology, Inc. Reuse of execution environments while guaranteeing isolation in serverless computing

Also Published As

Publication number Publication date
JP2001056760A (en) 2001-02-27
US6859855B1 (en) 2005-02-22

Similar Documents

Publication Publication Date Title
US7496377B2 (en) Memory device in mobile phone
EP1139223B1 (en) 1-chip microcomputer and ic card using same
US5548782A (en) Apparatus for preventing transferring of data with peripheral device for period of time in response to connection or disconnection of the device with the apparatus
US5727215A (en) Method for replacing software modules utilizing a replacement address table
US8065512B2 (en) Embedded memory protection
US6859855B1 (en) Data processing device
EP0725333B1 (en) Control system for processor
US5940627A (en) User selectable feature set for a flash ROM based peripheral
US6412081B1 (en) System and method for providing a trap and patch function to low power, cost conscious, and space constrained applications
US5623665A (en) Electronic apparatus for patching a read-only memory
US4223381A (en) Lookahead memory address control system
KR100678047B1 (en) Mobile communication terminal having nand flash memory and booting method thereof
JPH0670784B2 (en) Memory device and peripheral device selection device
US20080263533A1 (en) Implementation of patches by a processing unit
US4661925A (en) Computer control memory apparatus providing variable microinstruction length
US7228400B2 (en) Control of multiply mapped memory locations
US20020026567A1 (en) Processor capable of enabling/disabling memory access
JP3055999B2 (en) Microprogram control device group
KR100256522B1 (en) I/o memory card type pager
EP0864983A2 (en) Computer system including memory adress management circuit for protecting memory from illegal writing
CN111428234A (en) Application program process interception method, terminal and storage medium
CN110928753A (en) Method and device for controlling log output of browser console, computer equipment and computer readable storage medium
US8627267B2 (en) Apparatus and method for initializing system global variables by using multiple load/store instructions
CA2086883C (en) Electronic apparatus
KR20000074229A (en) Programe down loading apparatus in engine ECU of vehivle

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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