Method for addressing a memory card, a system using a memory card, and a memory card
Abstract
A memory card and a method is provided. The memory card comprises: a memory (19) comprising non-volatile memory having memory locations (M1-Mn), a bus connection block (16) for connecting the memory to an external device, a register (CSD, EXT_CSD) in which is stored: at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN) upon which the number of memory locations in the memory of the memory card may be calculated, and addressing data that indicates whether the memory card supports an expanded addressing method or a basic addressing method, and control logic that addresses one address to more than one memory location using the expanded addressing method.

Term
Term ended
Projected expiry passed 29 January 2024, 2.7 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
10 claims: 8 independent, 2 dependent
- 1A memory card (13) comprising:a memory (19) comprising non-volatile memory having memory locations (M1-Mn), a bus connection block (16) for connecting the memory to an external device, a register (CSD, EXT_CSD) in which is stored: at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN) upon which the number of memory locations in the memory of the memory card may be calculated, and addressing data that indicates whether the memory card supports an expanded addressing method or a basic addressing method, and control logic that addresses one address to more than one memory location using the expanded addressing method.
- 6A method for addressing the memory locations (M1-Mn) of a memory card (13), the method comprising:reading at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN) in a register (CSD, EXT_CSD) of the memory card, the at least one parameter allowing an external device to calculate the number of memory locations in the memory card, reading addressing data that indicates whether a basic addressing method or an expanded addressing method is supported by the memory card, receiving one address, from the external device, which addresses more than one memory location in accordance with the expanded addressing method, and sending data stored in the more than one memory location to the external device.
Independent claims8
55 paragraphs, as filed
A method for addressing a memory card, a system using a memory card, and a memory card
0001The present invention relates to a method for addressing a memory card, in which memory card there are several memory locations for storing data, in which case an address is formed in order to address a specific memory location, so that at least one parameter is stored in the memory card, on the basis of which parameter the number of memory locations in a memory card can be calculated and a specific number of bits is reserved for said at least one parameter. In addition, the present invention relates to a system, which comprises a memory card where there are several memory locations for storing data, and in which memory card is stored at least one parameter, on the basis of which the number of memory locations in the memory card can be calculated, and a specific number of bits is reserved for said at least one parameter, and which system in addition comprises an address generator for addressing the memory locations of a memory card. The invention also relates to a device, which comprises a card connection for connecting a memory card to the device, which memory card comprises several memory locations for storing data, and in which memory card is stored at least one parameter, on the basis of which the number of memory locations in the memory card can be calculated, and a specific number of bits is reserved for said at least one parameter, and which device in addition comprises an address generator for addressing the memory locations of a memory card. In addition, the invention relates to a memory card, which comprises several memory locations for storing data, and at least one parameter is stored in the memory card, on the basis of which parameter the number of memory locations in a memory card can be calculated, and a specific number of bits is reserved for said at least one parameter.
0002Memory cards have been developed, which can be connected to different electronic devices for storing data and for using the stored data. This type of memory cards typically comprise a semiconductor memory, where there are several memory locations that can be addressed. Each memory location typically comprises a specific number of bits, such as 8 bits (a byte), 16 bits (a word), 32 bits (a double-word), or even 64 bits. Thus the amount of data that can be addressed with one piece of address data is the amount of bits in the memory location in question.
0003Memory cards are known, where data can be transferred between the memory card and an external device block by block, i.e. as assemblies of several memory locations. The size of this type of a block is e.g. 512 or 1024 bytes, or the size of the block can be selected between minimum and maximum values, e.g. 1 to 2048 bytes/block. Thus, the device to which the memory card is connected performs the transfer of data between the device and the memory card block by block. On the basis of the address of the memory location, it is determined in the memory card which block the byte (or bytes) being handled are located in. After this, the transfer of the block in question is performed.
0004It is also possible to use another memory besides the semiconductor memory with the memory cards. For example, fixed disks can nowadays be manufactured in such a small size that they can be placed in a memory card.
0005In the planning phase of memory cards, the rapid development of memory technology has not been previously prepared for, in which case in some memory card standards an upper limit has been set for the number of memory locations included in a memory card. Since the development of semiconductor memories and other memory techniques as well has made it possible to substantially reduce the area required for storing one bit, the amount of memory that can be fitted into a memory card is nowadays already larger than the upper limit determined by many standards. An example of this type of a memory card standard is MultiMediaCard, where the upper limit is set as 4 gigabytes. Therefore, a problem may arise of, e.g. how the memory space of the entire memory card can be handled. For example, in order to address the memory locations of a memory card according to the specifications of said MultiMediaCard, there are 32 bits that can be used, with which a maximum of 4 gigabytes of memory space can be addressed. The memory locations exceeding this limit cannot be addressed with a memory card according to the MultiMediaCard specifications when using the solutions according to prior art.
0006The maximum memory capacity of the memory card according to the MultiMediaCard specifications is especially limited by the fact that data on the memory capacity of the memory card is coded in the memory card. The memory capacity is calculated by multiplying the number of blocks with the length of the block. The number of blocks (BLOCKNR) can be determined by reading the parameters C_SIZE and C_SIZE_MULT stored in the memory, as well as by performing the calculation: <maths id="math0001" num="(1)"><math display="block"><mi>BLOCKNR</mi><mo>=</mo><mfenced><mi>C_SIZE</mi><mo>+</mo><mn mathvariant="normal">1</mn></mfenced><mo>*</mo><msup><mn mathvariant="normal">2</mn><mrow><mi>C_SIZE_MULT</mi><mo>+</mo><mn mathvariant="normal">2</mn></mrow></msup></math><img file="EP2664992A2_D0001.tif" /></maths>
0007Correspondingly, the length of the block (BLOCK_LEN) is determined by means of the parameter READ_BL_LEN in the following way: <maths id="math0002" num="(2)"><math display="block"><mi>BLOCK_LEN</mi><mo>=</mo><msup><mn mathvariant="normal">2</mn><mi>READ_BL_LEN</mi></msup></math><img file="EP2664992A2_D0002.tif" /></maths>
0008According to the present specification, 12 bits are reserved for the parameter C_SIZE, in which case the maximum value is 4095. Three bits are reserved for the parameter C_SIZE_MULT, while the maximum value is thus 7. Four bits are reserved for the parameter READ_BL_LEN, and therefore the maximum value is 16. However, from the 4-bit values of the parameter READ_BL_LEN, only the values 0 to 11 are in use. On the basis of the above, the maximum capacity that can be calculated by means of the parameters is <maths id="math0003"><math display="block"><mfenced><mfenced><mn>4095</mn><mo>+</mo><mn>1</mn></mfenced><mo>*</mo><mfenced><msup><mn>2</mn><mfenced><mn>7</mn><mo>+</mo><mn>2</mn></mfenced></msup></mfenced></mfenced><mo>*</mo><mfenced><msup><mn>2</mn><mn>11</mn></msup></mfenced><mo>+</mo><mn>4096</mn><mo>*</mo><mn>512</mn><mo>*</mo><mn>2048</mn><mo>+</mo><mn>4294967296</mn><mspace width="1em" /><mi>bytes</mi></math><img file="EP2664992A2_D0003.tif" /></maths> i.e. 4 gigabytes (4 GB).
0009It is an aim of the present invention to provide an improved addressing method for addressing the memory locations of a memory card. The invention is based on the idea that either the size of a data area addressed with one memory address is changed into the multiple of one memory location, in which case more memory locations can be addressed with the address space available for use, or the address space is increased by increasing the number of bits to be used in an address. In addition, the meaning of at least one parameter is changed, in which case the coding of the memory card can be used in the calculated indication of the expanded memory capacity. To put it more precisely, the method according to the present invention is primarily characterized in that more than one memory locations are addressed with one address, and/or the number of bits that can be used in an address is increased. The system according to the present invention is primarily characterized in that more than one memory locations are arranged to be addressed with one memory address, and/or the number of bits that can be used in an address is increased. The device according to the present invention is primarily characterized in that more than one memory locations are arranged to be addressed with one address, and/or the number of bits that can be used in an address is increased. The memory according to the present invention is primarily characterized in that more than one memory locations are arranged to be addressed with one memory address, and/or the number of bits that can be used in an address is increased.
0010The present invention shows remarkable advantages over solutions of prior art. By applying the invention, it is possible to create memory cards, where the memory capacity is significantly larger than in memory cards according to prior art. However, in the system according to the invention, it is still possible to retain compatibility with previous systems, in which case the memory cards according to the invention can be used in previous systems as memory cards according to prior art. In addition, with the invention is reached the advantage that the implementation of the driver of the file system in a device to which the memory card can be connected is easier when using a block-based addressing manner and when using the block size used in the file system, such as blocks of 512 bytes. The total power consumption can be reduced in the device according to the invention. The calculation needed for coding the address can also be reduced in the device according to the invention.
0011In the following, the present invention will be described in more detail with reference to the appended drawings, in which <dl id="dl0001"><dt>Fig. 1</dt><dd>shows a system according to an advantageous embodiment of the invention in a reduced block chart, and</dd><dt>Fig. 2</dt><dd>shows an addressing method according to an advantageous embodiment of the invention in a reduced manner.</dd></dl>
0012In the following description of an advantageous embodiment of the invention, the device 1 will be exemplified with a wireless terminal, such as a mobile communication device, but it will be obvious that the invention is not limited to be used in such devices only. The device 1 comprises a processor 2, and a memory 3, which may also comprise several different memory blocks, such as a read only memory (ROM) and a random access memory (RAM). Furthermore, a part of the memory can be a non-volatile memory, such as an EEPROM memory, in a way known as such. Also, the device preferably comprises a display 4, a keypad 5, and audio means, such as an earpiece and/or a speaker 6 and a microphone 7. Advantageously, the device 1 also comprises communication means, such as a transmitter 9 and a receiver 8, for data transfer between the device 1 and a communication network 10. These communication means 8, 9 are preferably intended for wireless communication, in which case the communication network 10 comprises a wireless communication network, such as a mobile communication network, a wireless local area network, or the like. Furthermore, the device comprises an interface 11 provided with, for example, a card connection 12 for connecting a card, such as a memory card 13, to the device 1, as well as a card control unit 14 and a data transfer bus 15 for the transfer of commands and data between the device 1 and the card 13. The interface 11 may also comprise more than one bus, in which case also more than one card may be connected to the interface 11 at a time.
0013In various applications, the memory card 13 to be connected to the device 1 may be very different, and the present invention is not limited to any specific memory card. The memory card according to MultiMediaCard specifications can be mentioned as a non-limiting example of such a memory card 13. When using the various memory card types, the device interface 11 may vary, but a person skilled in the art will be able to apply the invention in also other interfaces on the basis of the following example application. In the system according to an advantageous embodiment of the invention, shown in <figref idref="f0001">Fig. 1</figref>, the memory card 13 is a memory card complying with the MultiMediaCard specifications, and the data transfer between the memory card 13 and the card control unit 14 of the device 1 is performed in a serial format according to the MultiMediaCard specifications. In this case, the interface 11 is preferably provided with at least a serial data line 11 a, a command line 11 b, a clock line 11c, one or more ground lines 11 d (Gnd) set to the zero potential, and one or more operating voltage lines 11e (Vcc). In addition, the interface 11 may comprise a chip select line 11f (CS).
0014<figref idref="f0001">Figure 1</figref> also shows the internal structure of one such memory card 13 in a reduced block chart. The memory card 13 comprises a bus connection block 16, via which the lines of the data transfer bus 15 are connected to the memory card 13, control logistics 17 for controlling the functions of the memory card 13, and a start block 20, by means of which the memory card 13 can be started in a controlled manner, for example, when the operating voltages are switched on the memory card, and also under the control of the device 1, if necessary. Preferably, the memory card 13 also comprises internal registers 18 for storing some data. The memory card 13 is also provided with a memory 19, which can be a read only memory and/or a random access memory. The memory 19 may comprise one or more memory types, such as a dynamic memory (DRAM), a static memory (SRAM), or a non-volatile memory (EEPROM, Flash). The memory 19 may also be implemented entirely or partly as a magnetic and/or optic memory, of which non-restrictive examples include a fixed disk, a CD-ROM, and a DVD. Furthermore, the memory card 13 preferably comprises a clock circuit 21 for generating clock signals required in the operation of the different functional blocks of the memory card 13 in a way known as such.
0015In this advantageous embodiment of the invention, the functions of the card are preferably controlled in the following way. When the device 1 is started and the memory card 13 is connected to the card connection 12, so-called configuration functions are performed in the memory card 13 in a way known as such, to set the memory card in a given mode. These configuration functions may also be started under the control of the device 1. After the memory card 13 has been started and set, for example, in the normal mode, it is possible to start data transfer between the memory card 13 and the device 1. For the data transfer, the card control unit 14 transmits the clock signal via the clock line 11c to the memory card 13. In the memory card 13, this clock signal is used for reading data from the data line 11a. Of the information to be transmitted to the memory card, the card control unit 14 sets the mode of one bit at a time to the data line 11 a, in which case the memory card 13 reads the mode of the data line 11 a preferably in connection with a mode change of the clock line 11c in a given direction, for example when the mode of the clock line 11 c is changed from the 0 mode to the 1 mode. The data of the next bit is set to the data line after the above-mentioned change of mode of the clock line 11c, in which case the next bit can be read when the mode of the clock line 11 c is changed for the next time in the corresponding direction. It is obvious that the reading can also be performed for each mode change, in which case the new data is always set in the data line before the next mode change.
0016After the transfer of the required number of bits (e.g. 8, 16, 32, 48 or 64 bits), the received data is processed in the memory card 13. This may involve, for example, a command word, such as a command to reset the function of the memory card, the writing of data in the memory 19 of the memory card 13, the reading of data from the memory 19 of the memory card, or the setting of the mode of the memory card. Because the present invention relates to the addressing of the memory locations of the memory card 13, for example, for writing and/or storing data, the following description will primarily focus on the commands and other corresponding functions relating to the addressing of the memory locations.
0017In the following, the memory card 13 according to a first advantageous embodiment of invention will be described by using the memory card according to the MultiMediaCard specifications with reference to <figref idref="f0002">Fig. 2</figref>. In this embodiment the memory locations of the memory card 13 are handled in a so called sector-by-sector manner, in which case with one address ADDR1 it is possible to address to the data of one sector SEC, with the next address ADDR2 to the data of the next sector SEC2, etc. Thus, with one reading address the data of the memory locations M1, M2, ..., Mn of one sector is read. Correspondingly, with one writing address the storage of the data to the memory locations M1, M2, ..., Mn of one sector is performed. The size of the sector may vary in different situations. Data on that the memory card 13 functions in a sector-based manner is stored in the memory card 13. This addressing data is stored preferably in one bit, as which is used, for example, a bit not in use by the CSD register. This type of a bit is, for example, bit 17 in the memory cards following the MultiMediaCard specifications according to prior art. This value of the addressing data is stored in the memory card 13 advantageously in the manufacturing phase of the memory card. It should be mentioned here that the size of the sector is not necessarily the same as the size of the block, but it can be smaller or larger than the size of the block. Block here refers to that number of memory locations that is to be transferred by means of one memory reading or writing operation between the memory and the device handling the memory, as is presented previously in this description.
0018The size of the sector of the memory card is stored in the registers of the memory card as well. For this purpose in the MultiMediaCard memory cards, it is possible to use the register READ_BL_LEN indicating the block size. Previously this register has indicated how large blocks the data can be transferred in between the memory card 13 and the device 1. Now the significance is substantially the same with the difference that one address data addresses to an entire sector, while in the memory card according to prior art an address data addresses to an individual memory location. In the address it is possible to use as many bits as there are in the cards according to prior art, e.g. 32 bits.
0019In connection with formatting the memory card 13, the device 1 reads the values of certain registers in order for the device 1 to determine the memory capacity and other properties of the memory card 13. Thus, in the device 1, for example, the processor 2 calculates the memory capacity, for example, by means of formulas (1) and (2). It is, however, to be noted that the significance of the parameters of the formulas has in this embodiment been changed, because otherwise in the calculation of the maximum capacity, the upper limit would be 4 gigabytes, as was already mentioned earlier in this description. In order to solve this, in this invention the significance of the parameter C-SIZE has been changed so that it signifies kilobytes instead of bytes. Thus, for example, the value 4095 of the parameter C_SIZE signifies 4095 kilobytes, if the addressing data indicates that it is a memory card expanded according to the invention. Thus, the maximum memory capacity (MC) calculated by means of the formula is as follows: <maths id="math0004"><math display="block"><mi>MC</mi><mo>=</mo><mfenced><mfenced><mn mathvariant="normal">4095</mn><mo>+</mo><mn mathvariant="normal">1</mn><mo></mo><mi mathvariant="normal">k</mi></mfenced><mo>*</mo><mfenced><msup><mn mathvariant="normal">2</mn><mfenced><mn mathvariant="normal">7</mn><mo>+</mo><mn mathvariant="normal">2</mn></mfenced></msup></mfenced></mfenced><mo>*</mo><mfenced><msup><mn mathvariant="normal">2</mn><mn mathvariant="normal">11</mn></msup></mfenced><mo>+</mo><mn mathvariant="normal">4096</mn><mo></mo><mi mathvariant="normal">k</mi><mo>*</mo><mn mathvariant="normal">512</mn><mo>*</mo><mn mathvariant="normal">2048</mn><mo>=</mo><mn mathvariant="normal">4398046511104</mn><mspace width="1em" /><mi>bytes</mi><mo>,</mo><mi mathvariant="normal">i</mi><mn mathvariant="normal">.</mn><mi mathvariant="normal">e</mi><mn mathvariant="normal">.</mn><mspace width="1em" /><mn mathvariant="normal">4</mn><mspace width="1em" /><mi>terabytes</mi><mspace width="1em" /><mfenced><mn mathvariant="normal">4</mn><mspace width="1em" /><mi>TB</mi></mfenced><mn mathvariant="normal">.</mn></math><img file="EP2664992A2_D0004.tif" /></maths>
0020The above result has been reached with that precondition, that of the values of the 4-bit parameter READ_BL_LEN indicating the size of the block only the values 0 to 11 are in use. If in this embodiment the parameters 12 to 15 are taken into use, the maximum capacity can be further increased, but it is likely that 4 terabytes is enough in practical memory card applications.
0021After the properties of the memory card 13 have been determined, it is possible to move on to the memory card 13 processing, if necessary. The memory card 13 can be a part of the memory space of the device 1, or it can be located in a separate memory area. If the memory card 13 is in the memory space of the device 1, a specific address space is reserved for the memory card 13. Thus, in a situation where there is a need for the device 1 either to read data from the memory card 13 or to write information to it, the operation in the method according to the first advantageous embodiment of the invention is advantageously as follows. In the device 1 the processor 2 advantageously sets the command according to the memory operation to be performed for the command line 11 b, for example a read command. In this example the command is transmitted in a serial form, in which case the card control unit 14 performs the transmission of the command in a serial form to the memory card 13. The command that has arrived is interpreted at the memory card 13, in connection with which it has been possible to also send the address data, for example, as an argument of the command. If the address data is not transmitted in connection with the command, the memory card 13 will wait for the address data, which is thus to be transmitted from the device after the command. The processor 2 and the card controller 14 determines which address is to be transmitted to the card. Let us, for example, assume that the memory card 13 is in the address space of the device 1 beginning from a specific basic address, which is marked here with the symbol A1. The end of the memory area reserved for the memory card 13 is thus the basic address added with the memory capacity of the memory card 13, i.e. A1+MC. When, for example, in the program being performed in the processor 2 is addressed to the memory area reserved for the memory card, the basic address is subtracted from this address, after which the difference is further divided by the size of the sector READ_BL_LEN. This numerical value is the address that is transmitted to the memory card 13 from the card control unit 14. The quotient of the division, for its part, indicates the location of the desired data in the sector in question. The quotient is, however, not transmitted to the memory card 13. After the address is transmitted to the memory card, the reading or writing of data is performed. In a reading situation, the sending of data is started from the memory card 13 via data line 11 a sector by sector. The card control unit 14 reads the data of one sector and stores them, for example, in a buffer memory (not shown). The buffer memory can be formed, for example, in the memory 3 of the device in a way known as such. The processor 2 can read the desired data from the buffer. Thus, the above-mentioned quotient indicates at which point of the buffer the desired data (or starting point of data) is located. If there is a need to handle data from several sectors, the reading of data from the memory card 13 can be continued by increasing the address by one after the processing of one sector. Ending the data reading is thus performed advantageously with a stop command or the like.
0022Correspondingly, when writing data on a memory card 13, the operation is as follows. The basic address is subtracted from the storage address, after which the difference is divided by the sector size READ_BL_LEN, which provides the address of that sector to which the data on the memory card 13 is to be stored. The data of the sector in question is read from the memory card 13 in device 1, for example, to the buffer memory, if they are not already read in the device 1. After this, the value of that memory location, which is supposed to be changed with the memory card 13 is set in the buffer memory to the desired value. The address of this memory location is clarified on the basis of the remainder of said division. When the data is set, the data in the buffer can be sent to the memory card 13, where they are stored. The storing address is the address of that sector where the memory location to be changed is located. Also, when writing the data it is possible to perform the storing of several sectors advantageously by increasing the address by one after the processing of one sector. Ending the data writing is thus performed advantageously with a stop command or the like.
0023In the solution according to a second advantageous embodiment of the invention, the increase of the memory capacity of the memory card 13 is implemented in the following way. In the parameters READ_BL_LEN, on the basis of which the length of the block BLOCK_LEN used in the memory card can be calculated, also the values that are greater than 11 are taken into use, i.e. the values 12 to 15. With this arrangement, the calculated maximum memory capacity is as follows: <maths id="math0005"><math display="block"><mtable columnalign="left"><mtr><mtd><mi>MC</mi><mo>=</mo><mfenced><mfenced><mn mathvariant="normal">4095</mn><mo>+</mo><mn mathvariant="normal">1</mn></mfenced><mo>*</mo><mfenced><msup><mn mathvariant="normal">2</mn><mfenced><mn mathvariant="normal">7</mn><mo>+</mo><mn mathvariant="normal">2</mn></mfenced></msup></mfenced></mfenced><mo>*</mo><mfenced><msup><mn mathvariant="normal">2</mn><mn mathvariant="normal">15</mn></msup></mfenced><mo>=</mo><mn mathvariant="normal">4096</mn><mo>*</mo><mn mathvariant="normal">512</mn><mo>*</mo><mn mathvariant="normal">32768</mn><mo>=</mo><mn mathvariant="normal">68719467636</mn></mtd></mtr><mtr><mtd><mi>bytes</mi><mo>,</mo><mspace width="1em" /><mi mathvariant="normal">i</mi><mn mathvariant="normal">.</mn><mi mathvariant="normal">e</mi><mn mathvariant="normal">.</mn><mspace width="1em" /><mn mathvariant="normal">64</mn><mspace width="1em" /><mi>gigabytes</mi><mspace width="1em" /><mfenced><mn mathvariant="normal">64</mn><mspace width="1em" /><mi>GB</mi></mfenced><mn mathvariant="normal">.</mn></mtd></mtr></mtable></math><img file="EP2664992A2_D0005.tif" /></maths>
0024The problem is, however, that with a 32-bit address it is not possible to address such a large memory area, but 4 gigabytes at the most. This is solved in this advantageous embodiment in such a manner that with the values of the parameter READ_BL_LEN, which are larger than 11, the smallest addressable unit is the multiple of one memory location. This can depend on the value of the parameter READ_BL_LEN, for example, according to the following table 1. <tables id="tabl0001" num="0001"><table frame="all"><title>Table 1</title><tgroup cols="2"><colspec colnum="1" colname="col1" colwidth="28mm" /><colspec colnum="2" colname="col2" colwidth="47mm" /><thead><row><entry align="center" valign="middle">READ_BL_LEN</entry><entry align="center" valign="middle">The smallest addressable unit</entry></row></thead><tbody><row><entry align="center" valign="middle">0-11</entry><entry align="center" valign="middle">1 byte</entry></row><row><entry align="center" valign="middle">12</entry><entry align="center" valign="middle">2 bytes</entry></row><row><entry align="center" valign="middle">13</entry><entry align="center" valign="middle">4 bytes</entry></row><row><entry align="center" valign="middle">14</entry><entry align="center" valign="middle">8 bytes</entry></row><row><entry align="center" valign="middle">15</entry><entry align="center" valign="middle">16 bytes</entry></row></tbody></tgroup></table></tables>
0025This second advantageous embodiment of the invention can be applied also in such a manner that the smallest addressable unit is the same for all values that are larger than 11. Thus the size of the smallest addressable unit is preferably 16 bytes.
0026When using the memory card 13 according to the second embodiment of the invention, the device 1 determines the memory capacity of the memory card 13 and the length of the block on the basis of the parameters. In addition, the parameter READ_BL_LEN is used to determine what is the smallest addressable unit. If the value of the parameter READ_BL_LEN is smaller than 12, the memory card 13 can be used in the manner of the memory cards according to prior art. If, however, the value of the parameters READ_BL_LEN is 12 or greater, it is to be noted that one memory address indicates more than one memory location, in which case the principles presented in connection with the description of the operation of the first advantageous embodiment are to be applied in processing the memory locations. In this situation, the size of the smallest addressable unit in a way corresponds to the concept of sector size, i.e. the size of the sector is one of the values according to the table 1, or constant (preferably 16 bytes).
0027Also, in the solution according to a third advantageous embodiment of the invention the increase of the memory capacity of the memory card 13 is implemented in such a manner that also the values that are greater than 11 are taken into use in the parameter READ_BL_LEN, i.e. the values 12 to 15. In addition to this, the number of address bits is increased. This is implemented preferably by doubling the number of address bits from, for example, 32 bits to 64 bits. Thus, the maximum memory capacity is determined from the limitations set by calculating formulas (1) and (2), assuming that the significance of other parameters remains as present. The advantage that each individual memory location can be addressed is reached with this solution.
0028The value of the parameter READ_BL_LEN is used in calculating the maximum memory capacity and in determining the size of the block, for example according to the following table 2. <tables id="tabl0002" num="0002"><table frame="all"><title>Table 2</title><tgroup cols="3"><colspec colnum="1" colname="col1" colwidth="28mm" /><colspec colnum="2" colname="col2" colwidth="83mm" /><colspec colnum="3" colname="col3" colwidth="56mm" /><thead><row><entry align="center" valign="top">READ_BL_LEN</entry><entry align="center" valign="top">The value used in calculating the maximum memory capacity</entry><entry align="center" valign="top">Length of the block</entry></row></thead><tbody><row><entry align="center" valign="middle">9</entry><entry align="center" valign="middle">512</entry><entry valign="middle">512 bytes</entry></row><row><entry align="center" valign="middle">10</entry><entry align="center" valign="middle">1024</entry><entry valign="middle">1024 bytes</entry></row><row><entry align="center" valign="middle">11</entry><entry align="center" valign="middle">2048</entry><entry valign="middle">2048 bytes</entry></row><row><entry align="center" valign="middle">12</entry><entry align="center" valign="middle">4096</entry><entry valign="middle">2048/4096 bytes</entry></row><row><entry align="center" valign="middle">13</entry><entry align="center" valign="middle">8192</entry><entry valign="middle">2048/4096/8192 bytes</entry></row><row><entry align="center" valign="middle">14</entry><entry align="center" valign="middle">16384</entry><entry valign="middle">2048/4096/8192/16384 bytes</entry></row><row><entry align="center" valign="middle">15</entry><entry align="center" valign="middle">32768</entry><entry valign="middle">2048/4096/8192/16384/32768 bytes</entry></row></tbody></tgroup></table></tables>
0029In table 2, several alternative values are marked in the block length column for the values 12 to 15 of the parameter. Thus, it is possible to application-specifically select which block length is used for each parameter value.
0030The increase of the number of address bits can be implemented by several alternative means. One alternative is that a special command is specified, which indicates to the memory card 13 that it is an expanded address. Thus, the device 1 sends this special command to the memory card, in which case the memory card 13 knows to expect several address bytes, which the device 1 sends. This type of a special command can be implemented in the present command register CSD or in the expanded command register EXT_CSD, which is being developed. Another possibility is to use a so-called switch command, which is also being developed for MultiMediaCard specifications. The parameter of the switch command thus indicates which command is in question at a certain time.
0031Further, with the arrangement according to the present invention is reached the advantage that the memory cards 13 according to the invention are downwards compatible with the memory cards according to prior art. Thus, when connecting the memory card according to the invention to a device where the changes required for using the memory card according to the invention have not been implemented, the memory cards function, from the point of view of the device, as memory cards according to prior art. Thus, however, a part of the memory capacity of the memory cards remains unutilized. Let us illustrate this further with an example. Let us assume that the memory card is a memory card according to the first advantageous embodiment of the invention, where an entire sector can be addressed with one address. However, the device assumes that each address addresses one memory location, even though the data transfer as such would take place as larger assemblies. Thus, each data (byte) is stored in the memory card in the first memory location of the sector. The next data is stored in the first memory location of the next sector, etc.
0032In yet another advantageous embodiment of the invention, the operation is such that the memory card 13 is in a start situation in a so-called basic addressing form (minimum addressing form), i.e. the expanded addressing method according to the invention is not in use. Thus, the device 1 attempts to read the mode of, for example, some specific register (e.g. CSD register) when formatting the memory card. If the reading of the register is not successful, or the mode data indicates that the memory card does not support an expanded addressing method, the memory card is assumed to function in the basic addressing form in the manner of the memory cards according to prior art. If, however, reading the above-mentioned register is successful and the mode data indicates that the memory card supports the expanded addressing method, the memory card can be set to function according to the expanded addressing method according to this invention. With this kind of arrangement it is possible to increase compatibility for using the memory cards according to prior art and memory cards 13 according to the present invention in the device 1.
0033The expanded addressing according to the invention can be implemented with a program, in which case no apparatus changes are required in the device 1. Also, the inner logic of the memory card 13 remains in its present form, because the expansions of the address can be arranged in the control logic of the memory card. Apparatus changes may be required only in the internal addressing of the memory of the memory card, mainly for increasing the bit number of the addresses (column and/or line addresses).
0034It will be obvious that the present invention is not limited solely to the above-presented embodiments but it can be modified within the scope of the appended claims.
0035According to various, but not necessarily all, embodiments of the invention there is provided a method for addressing the memory locations (M1-Mn) of a memory card (13), in which memory card (13) there are several memory locations (M1-Mn) for storing data, in which case in order to address a specific memory location (M1-Mn) an address (ADDR1, ADDR2) is formed, so that at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN) is stored in the memory card (13), on the basis of which parameter the number of memory locations (M1-Mn) in a memory card can be calculated, and a specific number of bits is reserved for said at least one parameter, characterized in that more than one memory locations (M1-Mn) are addressed with one address (ADDR1, ADDR2) and/or the number of bits that can be used in an address (ADDR1, ADDR2) is increased.
0036Addressing data may be stored in the memory card (13), which data indicates the addressing method used in the memory card.
0037More than one memory location (M1-Mn) may be addressed with one address (ADDR1, ADDR2), and that data on the number of memory locations to be addressed with one address may be stored in the memory card.
0038Data may be stored in the memory card and data may be read from the memory card block-by-block.
0039Three parameters (C_SIZE, C_SIZE_MULT, READ_BL_LEN) may be stored in the memory card, on the basis of which parameter the memory capacity of the memory card can be calculated, and that the first (C_SIZE) and the second parameter (C_SIZE_MULT) indicate the number of blocks, and the third parameter (READ_BLE_LEN) indicates the size of the blocks.
0040The capacity of the memory card may be calculated with the formula: BLOCKNR*BLOCK_LEN, in which: <maths id="math0006"><math display="block"><mi>BLOCKNR</mi><mo>=</mo><mfenced><mi>C_SIZE</mi><mo>+</mo><mn>1</mn></mfenced><mo>*</mo><msup><mn>2</mn><mrow><mi>C_SIZE_MULT</mi><mo>+</mo><mn>2</mn></mrow></msup></math><img file="EP2664992A2_D0006.tif" /></maths><maths id="math0007"><math display="block"><mi>BLOCK_LEN</mi><mo>=</mo><msup><mn>2</mn><mi>READ_BL_LEN</mi></msup></math><img file="EP2664992A2_D0007.tif" /></maths>
0041The length of the first parameter (C_SIZE) may be 12 bits, the length of the second parameter (C_SIZE_MULT) may be three bits, and the length of the third parameter (READ_BL_LEN) may be four bits. It may be that all the possible values of the third parameter can be used in indicating the memory capacity of the memory card.
0042The units of the first parameter (C_SIZE) may be kilobytes.
0043One address (ADDR1, ADDR2) may address one memory location (M1-Mn), a maximum length may be determined for the address (ADDR1, ADDR2) transmitted to the memory card, and the address transmitted to the memory card may be sent in at least two parts in such a manner that the length of the address is greater than said maximum length.
0044According to various, but not necessarily all, embodiments of the invention there is provided a system, which comprises a memory card (13), in which memory card (13) there are several memory locations (M1-Mn) for storing data, and in which memory card (13) is stored at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN), on the basis of which parameter the number of memory locations (M1-Mn) of a memory card can be calculated, and a specific number of bits is reserved for said at least one parameter, and which system, in addition, comprises an address generator for addressing the memory locations (M1-Mn) of the memory card, characterized in that more than one memory locations (M1-Mn) are arranged to be addressed with one address (ADDR1, ADDR2) and/or the number of bits that can be used in an address (ADDR1, ADDR2) is increased.
0045Addressing data may be stored in the memory card (13), which data indicates the addressing method used in the memory card.
0046The system may comprise a device (1), to which the memory card (13) is connected. The device may comprise an interface (11) provided with a card connection (12) for connecting the memory card (13) to the device (1), as well as a card control unit (14) and a data transmission bus (15) for transferring commands and data between the device (1) and the memory card (13).
0047According to various, but not necessarily all, embodiments of the invention there is provided a device (1), which comprises a card connection (12) for connecting a memory card (13) to a device (1), in which memory card (13) there are several memory locations (M1-Mn) for storing data, and in which memory card (13) is stored at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN), on the basis of which parameter the number of memory locations (M1-Mn) of a memory card can be calculated, and a specific number of bits is reserved for said at least one parameter, and which device, in addition, comprises an address generator for addressing the memory locations (M1-Mn) of the memory card, characterized in that more than one memory locations (M1-Mn) are arranged to be addressed with one address (ADDR1, ADDR2) and/or the number of bits that can be used in an address (ADDR1, ADDR2) is increased.
0048The device (1) may comprise means (8, 9) for performing mobile communication functions.
0049According to various, but not necessarily all, embodiments of the invention there is provided a memory card (13), where there are several memory locations (M1-Mn) for storing data, and in which memory card (13) is stored at least one parameter (C_SIZE, C_SIZE_MULT, READ_BL_LEN), on the basis of which parameter the number of memory locations (M1-Mn) of a memory card can be calculated, and a specific number of bits is reserved for said at least one parameter, characterized in that more than one memory locations (M1-Mn) are arranged to be addressed with one address (ADDR1, ADDR2) and/or the number of bits that can be used in an address (ADDR1, ADDR2) is increased.
0050An addressing data may be stored in the memory card (13), which data indicates the addressing method used in the memory card (13).
0051The memory card (13) may comprise a bus connection block (16) for connecting the memory card (13) to the device (1) and for transferring data between the device (1) and the memory card (13).
0052The memory card (13) may be arranged to be stored and read in the memory card (13) block-by-block.
0053The memory locations (M1-Mn) of one block may be arranged to be addressed with one address (ADDR1, ADDR2).
0054The memory card (13) may be a memory card according to MultiMediaCard specifications.
10 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10
15 members in 5 offices
Priority claims3
| Document | Office | Kind | Date |
|---|---|---|---|
| 20030191 | Finland | – | |
| 20030191 | Finland | A | |
| 04706201 | European Patent Office (EPO) | A |
Members15
| Document | Office | Kind | |
|---|---|---|---|
| FI20030191A0 | Finland | A0 | |
| WO2004075065A1 | World Intellectual Property Organization (WIPO) | A1 | |
| FI20030191A | Finland | A | |
| US2004225860A1 | United States of America | A1 | |
| EP1590739A1 | European Patent Office (EPO) | A1 | |
| FI117489B | Finland | B | |
| US7257669B2 | United States of America | B2 | |
| EP1590739B1 | European Patent Office (EPO) | B1 | |
| EP2664992A2This record | European Patent Office (EPO) | A2 | |
| ES2445820T3 | Spain | T3 | |
| EP2664992A3 | European Patent Office (EPO) | A3 | |
| USRE45486E | United States of America | E | |
| EP2664992B1 | European Patent Office (EPO) | B1 | |
| EP3040867A1 | European Patent Office (EPO) | A1 | |
| EP3040867B1 | European Patent Office (EPO) | B1 |
69 legal events, as 8 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent expired after termination of 20 yearsExpiredPE20 | PE20 | GB | |
| Expiry of rightR071 | R071 | DE | |
| Opt-out of the competence of the unified patent court (upc) registeredP01 | P01 | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Fee paymentPLFP | PLFP | FR | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Fee paymentPLFP | PLFP | FR | |
| No opposition filedOpposition26N | 26N | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent lapsedLapsedMM4A | MM4A | IE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed against granted patent, or epo opposition proceedings concluded without decisionGrantedR097 | R097 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Deletion acc. to par. 5 (withdrawal of the translation of the ep patent)MK05 | MK05 | AT | |
| Patent invalid in the netherlands as no translation has been filedMP | MP | NL | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| Reference to at number (ep patent validated in austria)REF | REF | AT | |
| Fee paymentPLFP | PLFP | FR | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Intention to grant announcedINTG | INTG | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Intention to grant announcedINTG | INTG | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting states (corrected)RBV | RBV | EP | |
| Designated contracting statesAK | AK | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | EP | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Designated contracting statesAK | AK | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 2664992
- Application
- 131791055
Titles3
- German
- Verfahren zur Adressierung einer Speicherkarte, System mit einer Speicherkarte sowie eine Speicherkarte
- English
- Method for addressing a memory card, a system using a memory card, and a memory card
- French
- Procédé d'adressage d'une carte mémoire, système utilisant une carte mémoire et carte mémoire
Classification
- CPC, 8
- G06F12/0623
- G06F12/0615
- G06F12/0246
- G06F13/385
- G06F2212/7206
- G06F13/1694
- Y02D10/00
- G06F12/0646
- IPC, 3
- G06F12 06
- G06F12 02
- G06F13 38
Designated states1
- Contracting states, 1
- Türkiye