Data processing device

Information

  • Patent Application
  • 20020112115
  • Publication Number
    20020112115
  • Date Filed
    January 02, 2002
    23 years ago
  • Date Published
    August 15, 2002
    22 years ago
Abstract
There is provided a data processing device in which a ROM is mapped in an address space of a CPU only when a data storage region in a non-volatile memory is rewritten, to thereby facilitate rewriting the data storage region, and prevent a program storage region from being rewritten. A data processing device of the present invention is equipped with a CPU, a RAM, an address decoder, a flash memory and a mask ROM. When a data storage region in the flash memory is rewritten, the mask ROM is mapped while not being mapped in the other cases, whereby rewriting the data storage region is facilitated, and the program storage region is prevented from being rewritten.
Description


[0001] Japanese Patent Application No. 2001-385, filed Jan. 5, 2001, is hereby incorporated by reference in its entirety.


BACKGROUND OF THE INVENTION

[0002] 1. Field of Invention


[0003] The present invention relates to a data processing device. More particularly, the present invention relates to a data processing device that can rewrite data stored in a non-volatile memory.


[0004] 2. Prior Art


[0005] Conventionally, flash memories that store programs and data are mounted in data processing devices.


[0006] However, programs and data are present together in the same address space of a CPU (central processing unit) in a conventional data processing device. This makes it difficult to rewrite only data in the flash memory.


[0007] Also, there is another problem in that the program in the flash memory may be destroyed due to wrong operation of the CPU caused by, for example, program bugs, in cases other than the case when data in the flash memory is rewritten.



BRIEF SUMMARY OF THE INVENTION

[0008] The present invention has been made in view of the problems described above, and it is an objective of the present invention to provide a highly reliable data processing device in which a ROM which stores a program rewriting a data storage region in a non-volatile memory is mapped in an address space of a CPU when the data storage region within the non-volatile memory such as a flash memory is rewritten, and the ROM is not mapped in the address space of the CPU in the other cases, whereby rewriting the data storage region in the non-volatile memory is facilitated, and the program storage region in the non-volatile memory is not rewritten due to wrong operation and the like in cases other than the case when the data storage region in the non-volatile memory is rewritten.


[0009] To solve the above problems, a data processing device in accordance with the present invention comprises:


[0010] a CPU (central processing unit);


[0011] a rewritable non-volatile memory including a program storage region that stores first and second programs to be executed by the CPU, and a data storage region that stores data to be accessed by the CPU;


[0012] a ROM (read only memory) that stores a third program to be executed by the CPU;


[0013] a RAM (random access memory) that is mapped in a first address range in an address space of the CPU; and


[0014] an address decoder which is equipped with a flag register, and maps the nonvolatile memory in a second address range in the address space of the CPU when the flag resister is in a first state and maps the ROM in the second address range in the address space of the CPU and maps the data storage region of the non-volatile memory in a third address range in the address space of the CPU when the flag resister is in a second state,


[0015] wherein the first program stored in the non-volatile memory includes a routine to transfer the second program stored in the non-volatile memory to the RAM, and to branch to a head address of the second program transferred to the RAM,


[0016] wherein the second program stored in the non-volatile memory includes a routine to set the flag resister of the address decoder to the second state, to call the third program stored in the ROM as a sub-routine, and to set the flag resister of the address decoder to the first state, and


[0017] wherein the third program stored in the ROM includes a routine to write data stored in the RAM in the data storage region of the non-volatile memory that is mapped to the third address range.


[0018] Here, the data processing device may be a single-chip microcomputer.


[0019] A ROM which stores a program rewriting a data storage region in a non-volatile memory is mapped in an address space of a CPU when the data storage region within the non-volatile memory such as a flash memory is rewritten, and the ROM is not mapped in the address space of the CPU in the other cases, whereby rewriting the data storage region in the non-volatile memory is facilitated, and the program storage region in the non-volatile memory is not rewritten due to wrong operation and the like in cases other than the case when the data storage region in the non-volatile memory is rewritten.







BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING

[0020]
FIG. 1 schematically shows a data processing device in accordance with one embodiment of the present invention;


[0021]
FIG. 2 shows a first memory map of the data processing device in accordance with the present invention;


[0022]
FIG. 3 shows a second memory map of the data processing device in accordance with the present invention;


[0023]
FIG. 4 shows a flow chart of an operation of the data processing device in accordance with the present invention;


[0024]
FIG. 5 shows a flow chart of an operation of the data processing device in accordance with the present invention; and


[0025]
FIG. 6 shows a flow chart of an operation of the data processing device in accordance with the present invention.







DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT

[0026] A data processing device in accordance with the present invention is described in detail below with reference to the accompanying drawings.


[0027]
FIG. 1 schematically shows a data processing device in accordance with one embodiment of the present invention. Referring to FIG. 1, the data processing device of the present embodiment is described below.


[0028] In FIG. 1, the data processing device 10 in accordance with the present embodiment is equipped with a CPU 1, a RAM 2 and an address decoder 3, which are mutually connected by a bus B. Also, the data processing device 10 is equipped with a flash memory 4 and a mask ROM 5, which are connected to the address decoder 3.


[0029] The RAM 2 is mapped in an address space of the CPU 1.


[0030] The flash memory 4 includes a program storage region that stores a program to be executed by the CPU 1, and a data storage region that stores data to be accessed by the CPU 1.


[0031] The mask ROM 5 stores a program that is executed by the CPU 1.


[0032] A self-programming flag register is provided in the address decoder 3. The self-programming flag register is mapped in an address space of the CPU 1, in which “1” or “0” is set by the CPU 1.


[0033] When the value of the self-programming flag register is set at “1”, the address decoder 3 maps the flash memory 4 in the address space of the CPU 1. FIG. 2 shows a memory map of the CPU 1 when the value of the self-programming flag register is “1”. Normally, the value of the self-programming flag register is set at “1”.


[0034] Also, when the value of the self-programming flag register is set at “0”, the address decoder 3 maps the mask ROM 5 in the address space of the CPU 1, and maps the data storage region of the flash memory 4 in the address space of the CPU 1 (hereafter simply referred to as “flash control register”), respectively. FIG. 3 shows a memory map of the CPU 1 when the value of the self-programming flag register is “0”.


[0035] Next, an operation to rewrite data stored in the data storage region in the flash memory 4 of the data processing device 10 in accordance with the present embodiment is described. FIG. 4 shows a flow chart that generally shows a process executed by the data processing device 10 for rewriting data stored in the data storage region within the flash memory 4. FIG. 5 shows a flow chart of a rewriting program execution process (S102) among the process shown in FIG. 4. FIG. 6 shows a flow chart of a flash transfer program execution process (S102) among the process shown in FIG. 5. An operation of the data processing device 10 for rewriting data stored in the data storage region within the flash memory 4 is described with reference to FIGS. 4 to 6.


[0036] Normally, the value of the self-programming flag register is set at “1”, and the CPU 1 executes a control program, for instance, that is stored in the program storage region in the flash memory 4. When it is necessary to rewrite the data stored in the data storage region in the flash memory 4, the CPU 1 starts processes shown in FIGS. 4 to 6.


[0037] When a process shown in FIG. 4 is started, the CPU 1 copies a rewiring program stored in the program storage region in the flash memory 4 and data stored in the data storage region in the flash memory 4 to the RAM 2 (step S101).


[0038] Next, the CPU 1 calls the rewriting program copied in the RAM 2 in step S101 as a sub-routine (step S102).


[0039] When the rewriting program is called as a sub-routine, the CPU 1 starts the process shown in FIG. 5.


[0040] When an execution process of the rewiring program is started, the CPU 1 sets the value of the self-programming flag register at “0” (step S201). As the value of the self-programming flag is set at “0”, the memory map of the CPU 1 shifts from the one shown in FIG. 2 to the one shown in FIG. 3.


[0041] Next, the CPU 1 calls a flash transfer program in the mask ROM 5 as a sub-routine (step S202).


[0042] When the flash transfer program is called as a sub-routine, the CPU 1 starts the process shown in FIG. 6.


[0043] When an execution process of the flash transfer program is started, the CPU 1 writes data at a specified address in the RAM 2 into the data storage region in the flash memory 4 through the flash control register in the address space of the CPU 1 (step S301). Then, the CPU 1 finishes the flash transfer program, and returns to step S202.


[0044] Upon returning from the flash transfer program, the CPU 1 sets the value of the self-programming flag at “1” (step S203). As the value of the self-programming flag is set at “1”, the memory map of the CPU 1 shifts from the one shown in FIG. 3 to the one shown in FIG. 2. Then, the CPU 1 finishes the rewriting program, and returns to step S102.


[0045] Upon returning from the rewriting program, the CPU 1 finishes the entire process.


[0046] In the manner described above, rewriting the data stored in the data storage region in the flash memory 4 is executed.


[0047] In the manner described above, by the data processing device 10 in accordance with the embodiment of the present invention, when a data storage region within the flash memory 4 is rewritten, the mask ROM 5 that stores a program for rewriting the data storage region in the flash memory 4 is mapped in an address space of the CPU 1, and the mask ROM 5 is not mapped in the address space of the CPU 1 in other cases, whereby rewriting the data storage region in the flash memory 4 is facilitated, and the program storage region in the flash memory 4 is not rewritten due to wrong operation of the CPU 1 caused by, for example, program bugs in cases other than the case when the data storage region in the flash memory 4 is rewritten.


[0048] A data processing device in accordance with one embodiment of the present invention is described above, and the data processing device 10 may be a single-chip microcomputer.


[0049] As described above, by a data processing device in accordance with the present invention, when a data storage region within a non-volatile memory is rewritten, a ROM that stores a program for rewriting the data storage region in the nonvolatile memory is mapped in an address space of a CPU, and the ROM is not mapped in the address space of the CPU in other cases, whereby rewriting the data storage region in the non-volatile memory is facilitated, and the program storage region in the non-volatile memory is not rewritten due to wrong operation and the like in cases other than the case when the data storage region in the non-volatile memory is rewritten.


Claims
  • 1. A data processing device comprising: means which maps a program that rewrites a data storage region in a nonvolatile memory in an address space of a CPU in a case when the data storage region within the non-volatile memory is rewritten, and does not map the program in the address space of the CPU in other cases.
  • 2. A data processing device comprising: a CPU; a rewritable non-volatile memory including a program storage region that stores first and second programs to be executed by the CPU, and a data storage region that stores data to be accessed by the CPU; a ROM that stores a third program to be executed by the CPU; a RAM that is mapped in a first address range in an address space of the CPU; and an address decoder which is equipped with a flag register, and maps the nonvolatile memory in a second address range in the address space of the CPU when the flag resister is in a first state and maps the ROM in the second address range in the address space of the CPU and maps the data storage region of the non-volatile memory in a third address range in the address space of the CPU when the flag resister is in a second state, wherein the first program stored in the non-volatile memory includes a routine to transfer the second program stored in the non-volatile memory to the RAM, and to branch to a head address of the second program transferred to the RAM, wherein the second program stored in the non-volatile memory includes a routine to set the flag resister of the address decoder to the second state, to call the third program stored in the ROM as a sub-routine, and to set the flag resister of the address decoder to the first state, and wherein the third program stored in the ROM includes a routine to write data stored in the RAM in the data storage region of the non-volatile memory that is mapped to the third address range.
  • 3. The data processing device according to claim 2, wherein the data processing device is a single-chip microcomputer.
  • 4. A method of controlling a data processing device comprising: a step of mapping a program that rewrites a data storage region in a non-volatile memory in an address space of a CPU, in a case when the data storage region within the non-volatile memory is rewritten, and not mapping the program in the address space of the CPU in other cases.
  • 5. A method of controlling a data processing device, wherein the data processing device comprises: a CPU; a rewritable non-volatile memory including a program storage region that stores first and second programs to be executed by the CPU, and a data storage region that stores data to be accessed by the CPU; a ROM that stores a third program to be executed by the CPU; a RAM that is mapped in a first address range in an address space of the CPU; and an address decoder, wherein the method comprises a step of mapping the non-volatile memory in a second address range in the address space of the CPU when the flag resister is in a first state, and mapping the ROM in the second address range in the address space of the CPU and maps the data storage region of the non-volatile memory in a third address range in the address space of the CPU when the flag resister is in a second state, wherein the first program stored in the non-volatile memory includes a routine to transfer the second program stored in the non-volatile memory to the RAM, and to branch to a head address of the second program transferred to the RAM, wherein the second program stored in the non-volatile memory includes a routine to set the flag resister of the address decoder to the second state, to call the third program stored in the ROM as a sub-routine, and to set the flag resister of the address decoder to the first state, and wherein the third program stored in the ROM includes a routine to write data stored in the RAM in the data storage region of the non-volatile memory that is mapped to the third address range.
  • 6. The method of controlling data processing device according to claim 5, wherein the data processing device is a single-chip microcomputer.
Priority Claims (1)
Number Date Country Kind
2001-000385(P) Jan 2001 JP