CN109407963A - A kind of method and device for realizing storage management - Google Patents

A kind of method and device for realizing storage management Download PDF

Info

Publication number
CN109407963A
CN109407963A CN201710697291.8A CN201710697291A CN109407963A CN 109407963 A CN109407963 A CN 109407963A CN 201710697291 A CN201710697291 A CN 201710697291A CN 109407963 A CN109407963 A CN 109407963A
Authority
CN
China
Prior art keywords
data
page
editing
space
eflash
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.)
Pending
Application number
CN201710697291.8A
Other languages
Chinese (zh)
Inventor
吴惠
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.)
Shenzhen ZTE Microelectronics Technology Co Ltd
Original Assignee
Shenzhen ZTE Microelectronics Technology 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 Shenzhen ZTE Microelectronics Technology Co Ltd filed Critical Shenzhen ZTE Microelectronics Technology Co Ltd
Priority to CN201710697291.8A priority Critical patent/CN109407963A/en
Publication of CN109407963A publication Critical patent/CN109407963A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0614Improving the reliability of storage systems
    • G06F3/0616Improving the reliability of storage systems in relation to life time, e.g. increasing Mean Time Between Failures [MTBF]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A kind of method and device for realizing storage management, comprising: when carrying out data edition, determine the embedded non-volatile memory space (eflash) of storing data with the presence or absence of idle page;When determining that the space eflash has idle page, data edition is carried out on idle page;Wherein, data edition includes: that data upload or data update.The embodiment of the present invention improves the service life in the space eflash.

Description

Method and device for realizing storage management
Technical Field
The present disclosure relates to, but not limited to, multimedia technologies, and more particularly, to a method and apparatus for implementing storage management.
Background
The embedded nonvolatile memory eflash has high reliability, low power consumption, executable in the chip and high starting speed, and is widely applied to embedded equipment control for storing and executing control software.
The eflash has rewritable performance, but the rewriting times of the eflash have a limited service life, and as the erasing times are increased, the corresponding erased bit (bit) is continuously worn, and after the wear degree is continuously increased, the eflash is easy to be erased (changed from 0 to 1) and written (changed from 1 to 0).
When only part of bits of the eflash are frequently erased, a bad block is easily caused, the normal use of the eflash is affected, and the overall service life of the eflash is reduced.
Disclosure of Invention
The following is a summary of the subject matter described in detail herein. This summary is not intended to limit the scope of the claims.
The embodiment of the invention provides a method and a device for realizing storage management, which can prolong the service life of an eflash.
The embodiment of the invention provides a method for realizing storage management, which comprises the following steps:
when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
when determining that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
Optionally, when the data editing is performed, the method further includes:
adding writing record information of using state information and data editing on all pages of the eflash space through reserved addresses;
wherein the usage state information includes: used, unused, dirty pages;
the writing of the recording information is for data reading, including: a page code or a distinguishing character corresponding to data is previously set.
Optionally, the method further includes: adding the following part or all of information on the reserved address:
the header, version information of the edited data.
Optionally, before editing data on a free page, the method further includes:
and subtracting the occupied space of the identification address from the total storage space of the page to obtain the storage space for data editing in the page.
Optionally, the editing data on the free page includes:
and writing the edited data into the free page according to the logic address of the written data and the determined storage space for data editing in the page.
Optionally, when the data editing is data updating, the data editing on the idle page includes:
copying the data stored at the previous time into a preset cache page;
and after updating the data copied into the cache page, writing the updated data into the determined free page.
Optionally, after the data editing is performed on the free page, the method further includes:
setting a page where the previously stored data is located as a dirty page, and setting write record information of the dirty page as invalid information.
Optionally, when it is determined that there is no free page in the eflash space, the method further includes:
and erasing the data on the dirty pages to obtain the free pages.
On the other hand, an embodiment of the present invention further provides a device for implementing storage management, including: determining an idle unit and an editing unit; wherein,
determining a free cell for: when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
the editing unit is used for: when the determining unit determines that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
Optionally, the apparatus further includes an adding unit, configured to add, on all pages of the eflash space, the use status information and the write record information for data editing through the reserved address;
wherein the usage state information includes: used, unused, dirty pages;
the writing of the recording information is for data reading, including: a page code or a distinguishing character corresponding to data is previously set.
Optionally, the adding unit is further configured to:
adding the following part or all of information on the reserved address: the header, version information of the edited data.
Optionally, the apparatus further includes a space determining unit, configured to subtract the occupied space of the identification address from the total storage space of the page, and obtain a storage space for data editing in the page.
Optionally, the editing unit is specifically configured to:
and writing the edited data into the free page according to the logic address of the written data and the determined storage space for data editing in the page.
Optionally, the editing unit is specifically configured to:
when the data is edited into data updating, copying the data stored at the previous time into a preset cache page;
and after updating the data copied into the cache page, writing the updated data into the determined free page.
Optionally, the apparatus further includes a setting unit, configured to set a page where the previously stored data is located as a dirty page, and set write record information of the dirty page as invalid information.
Optionally, the apparatus further includes an erasing unit, configured to erase data on a dirty page to obtain the free page when it is determined that the eflash space does not have the free page by the determining unit.
In another aspect, an embodiment of the present invention further provides a computer storage medium, where computer-executable instructions are stored in the computer storage medium, and the computer-executable instructions are used to execute the method for implementing storage management.
In another aspect, an embodiment of the present invention further provides a terminal, including: a memory and a processor; wherein,
the processor is configured to execute program instructions in a memory, the memory including an embedded non-volatile memory eflash space;
the program instructions read on the processor to perform the following operations:
when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
when determining that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
Compared with the related art, the technical scheme of the application comprises the following steps: when data editing is carried out, whether an embedded nonvolatile memory (eflash) space for storing data has a free page or not is determined; when determining that the eflash space has an idle page, editing data on the idle page; wherein the data editing comprises: data upload or data update. The embodiment of the invention prolongs the service life of the eflash space.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
FIG. 1 is a flow chart of a method for implementing storage management according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating data structure information added to a reserved address according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a storage space for editing in a page according to an embodiment of the present invention;
FIG. 4 is a block diagram of an apparatus for implementing storage management according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Fig. 1 is a flowchart of a method for implementing storage management according to an embodiment of the present invention, as shown in fig. 1, including:
step 100, when data editing is carried out, determining whether an idle page exists in an eflash space of an embedded nonvolatile memory for storing data;
step 101, when determining that an eflash space has an idle page, editing data on the idle page;
the data editing method comprises the following steps: data upload or data update.
After the idle page is determined, data editing is performed on the idle page, repeated erasing and writing of the previously stored page are avoided when the idle page exists, the probability that each bit is written in and erased is balanced, and the service life of the eflash space is prolonged.
Optionally, when data editing is performed, the method according to the embodiment of the present invention further includes:
adding writing record information of using state information and data editing on all pages of the eflash space through reserved addresses;
wherein the usage state information includes: used, unused, dirty pages;
the writing of the recording information is for data reading, including: a page code or a distinguishing character corresponding to data is previously set.
It should be noted that the reserved address may be a fixed address in each page, for example, a byte at the end position of each page; the use state information can be obtained through related technologies, the preset page code can be a logic code, and page codes corresponding to different kinds of data can be set; the page code includes a digital code that can distinguish the writing of data. Similarly, the distinguishing characters include characters which can distinguish different kinds of data and distinguish writing sequence of various kinds of data. The erasure operation of the eflash takes a page as a unit, and when a system sends a command to write or update certain data; if the data is written, adding writing record information in a preset identification address in the page after the data is written, and accurately reading the written data according to the writing record information record and the identification of the page written with the data and the writing position of each byte of the data; if the data is updated, the position of the data stored in the previous time is determined according to the writing record information, and the data is updated through the determined position of the data stored in the previous time. Because the content added in the identification address needs to be erased and written repeatedly and needs to be prevented from losing due to power failure, the content needs to be written in the eflash space, and because the content corresponds to the page, the identification address is set on the page for content addition.
In addition, the embodiment of the invention can read data according to the mapping relation by establishing the page coding or distinguishing the mapping relation between the characters and the page numbers of the page.
Optionally, the method in the embodiment of the present invention further includes: adding the following part or all of information on the reserved address:
the header, version information of the edited data.
It should be noted that the identification head may include an identification head designed by using related technologies, for example, an identification for identifying the application of the embodiment of the present invention to the eflash space. Version information of the edited data may be determined according to the number of times the data is updated.
Taking the eflash space size of 2K and the page size of 512bytes as an example, when performing storage management, 12bytes are reserved at the end of the page as a reserved address for storing an identification header, use state information, write record information, and version information of edited data; FIG. 2 shows data structure information added at the reserved address, in 12bytes at the end of the page in the used page, of the 12bytes at the end of the page, 1 to 3 bytes are identification headers, 4 bytes are use status information (unused, used, dirty page), 5 to 8 bytes are version information of the edited data, and 9 to 12bytes are write record information according to the embodiment of the present invention; wherein, the writing record information may be preset page coding.
Optionally, before data editing is performed on an idle page, the method according to the embodiment of the present invention further includes:
and subtracting the occupied space of the identification address from the total storage space of the page to obtain the storage space for data editing in the page.
It should be noted that, after subtracting the occupied space of the identification address, the data amount actually written in each page is determined, when writing according to the logical address, the writing position of each byte of the data can be determined, and when only partial data is updated, the byte of the data that needs to be updated can be determined, and then the partial byte is replaced. Fig. 3 is a schematic diagram of a storage space for editing in a page according to an embodiment of the present invention, as shown in fig. 3, since a reserved address is used to add an identification header, usage status information, write record information, and/or version information of edited data, addresses available for data writing in the page are reduced, and still taking a page size of 512bytes as an example, in a page of 512bytes, 12bytes are used as the reserved address, and only 500 bytes per page can be used to set a logical address for data writing and reading.
Optionally, the data editing on the idle page in the embodiment of the present invention includes:
and writing the edited data into the free page according to the logic address of the written data and the determined storage space for data editing in the page.
It should be noted that the logical address may be a fixed address that has been set in the related art, and after the logical address and the storage space for data editing in the page are determined, the data may be written into the free page byte by byte. When reading, the location of data storage can still be analyzed and read according to the logical address and the storage space for data editing in the page.
Optionally, when the data editing is data updating, the data editing on the idle page in the embodiment of the present invention includes:
copying the data stored at the previous time into a preset cache page;
and after updating the data copied into the cache page, writing the updated data into the determined free page.
Here, the data stored at the previous time is data that needs to be updated;
optionally, after data editing is performed on an idle page, the method according to the embodiment of the present invention further includes:
setting the page where the data stored at the previous time is located as a dirty page, and setting the write record information of the dirty page as invalid information.
It should be noted that, here, setting the write record information of the dirty page as invalid information may include: and setting the writing record information of the dirty pages as a default value, or setting the writing record information of the dirty pages as null, or deleting the writing record information of the dirty pages.
Optionally, when determining that there is no idle page in the eflash space, the method in the embodiment of the present invention further includes:
and erasing the data on the dirty pages to obtain the free pages.
It should be noted that a dirty page is an existing definition in the related art, and even if the usage status information is not added, the embodiment of the present invention may determine whether a page in the eflash space is a dirty page through the related art. Only when no free page exists, uniform erasing processing is carried out, and the data erased and written in each page are balanced.
Compared with the related art, the technical scheme of the application comprises the following steps: when data editing is carried out, whether an embedded nonvolatile memory (eflash) space for storing data has a free page or not is determined; when determining that the eflash space has an idle page, editing data on the idle page; wherein the data editing comprises: data upload or data update. The embodiment of the invention prolongs the service life of the eflash space.
Fig. 4 is a block diagram of an apparatus for implementing storage management according to an embodiment of the present invention, as shown in fig. 4, including: determining an idle unit and an editing unit; wherein,
determining a free cell for: when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
the editing unit is used for: when the determining unit determines that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
Optionally, the apparatus in this embodiment of the present invention further includes an adding unit, configured to add, on all pages in the eflash space, the use state information and the write record information for data editing through the reserved address;
wherein the usage state information includes: used, unused, dirty pages;
the writing of the recording information is for data reading, including: a page code or a distinguishing character corresponding to data is previously set.
Optionally, the adding unit in the embodiment of the present invention is further configured to:
adding the following part or all of information on the reserved address: the header, version information of the edited data.
Optionally, the apparatus in this embodiment of the present invention further includes a space determining unit, configured to subtract the occupied space of the identification address from the total storage space of the page, and obtain a storage space for data editing in the page.
Optionally, the editing unit in the embodiment of the present invention is specifically configured to:
and writing the edited data into the free page according to the logic address of the written data and the determined storage space for data editing in the page.
Optionally, the editing unit in the embodiment of the present invention is specifically configured to:
when the data is edited into data updating, copying the data stored at the previous time into a preset cache page;
and after updating the data copied into the cache page, writing the updated data into the determined free page.
Optionally, the apparatus in this embodiment of the present invention further includes a setting unit, configured to set a page where data stored in the previous time is located as a dirty page, and set write record information of the dirty page as invalid information.
It should be noted that, here, setting the write record information of the dirty page as invalid information may include: and setting the writing record information of the dirty pages as a default value, or setting the writing record information of the dirty pages as null, or deleting the writing record information of the dirty pages.
Optionally, the apparatus in this embodiment of the present invention further includes an erasing unit, configured to erase data on a dirty page when it is determined that the eflash space does not have a free page by the idle unit, so as to obtain the free page.
It should be noted that a dirty page is an existing definition in the related art, and even if the usage status information is not added, the embodiment of the present invention may determine whether a page in the eflash space is a dirty page through the related art.
The embodiment of the invention also provides a computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions are used for executing the method for realizing storage management.
An embodiment of the present invention further provides a terminal, including: a memory and a processor; wherein,
the processor is configured to execute program instructions in a memory, the memory including an embedded non-volatile memory eflash space;
the program instructions read on the processor to perform the following operations:
when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
when determining that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
It will be understood by those skilled in the art that all or part of the steps of the above methods may be implemented by a program instructing associated hardware (e.g., a processor) to perform the steps, and the program may be stored in a computer readable storage medium, such as a read only memory, a magnetic or optical disk, and the like. Alternatively, all or part of the steps of the above embodiments may be implemented using one or more integrated circuits. Accordingly, each module/unit in the above embodiments may be implemented in hardware, for example, by an integrated circuit to implement its corresponding function, or in software, for example, by a processor executing a program/instruction stored in a memory to implement its corresponding function. The present invention is not limited to any specific form of combination of hardware and software.
Although the embodiments of the present invention have been described above, the above description is only for the convenience of understanding the present invention, and is not intended to limit the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (18)

1. A method for implementing storage management, comprising:
when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
when determining that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
2. The method according to claim 1, wherein when performing data editing, the method further comprises:
adding writing record information of using state information and data editing on all pages of the eflash space through reserved addresses;
wherein the usage state information includes: used, unused, dirty pages;
the writing of the recording information is for data reading, including: a page code or a distinguishing character corresponding to data is previously set.
3. The method of claim 2, further comprising: adding the following part or all of information on the reserved address:
the header, version information of the edited data.
4. The method according to claim 2 or 3, wherein before the data editing is performed on the free page, the method further comprises:
and subtracting the occupied space of the identification address from the total storage space of the page to obtain the storage space for data editing in the page.
5. The method of claim 4, wherein said editing data on free pages comprises:
and writing the edited data into the free page according to the logic address of the written data and the determined storage space for data editing in the page.
6. The method according to claim 5, wherein when the data editing is data updating, the data editing on the free page comprises:
copying the data stored at the previous time into a preset cache page;
and after updating the data copied into the cache page, writing the updated data into the determined free page.
7. The method according to claim 2 or 3, wherein after the editing of the data on the free page, the method further comprises:
setting a page where the previously stored data is located as a dirty page, and setting write record information of the dirty page as invalid information.
8. The method of claim 7, wherein when determining that there is no free page in the eflash space, the method further comprises:
and erasing the data on the dirty pages to obtain the free pages.
9. An apparatus for implementing storage management, comprising: determining an idle unit and an editing unit; wherein,
determining a free cell for: when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
the editing unit is used for: when the determining unit determines that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
10. The apparatus according to claim 9, further comprising an adding unit operable to add write record information edited with the status information and the data through the reserved address on all pages of the eflash space;
wherein the usage state information includes: used, unused, dirty pages;
the writing of the recording information is for data reading, including: a page code or a distinguishing character corresponding to data is previously set.
11. The apparatus of claim 10, wherein the adding unit is further configured to:
adding the following part or all of information on the reserved address: the header, version information of the edited data.
12. The apparatus according to claim 10 or 11, wherein the apparatus further comprises a space determining unit configured to subtract the total storage space of the page from the occupied space of the identification address to obtain the storage space for data editing in the page.
13. The apparatus according to claim 12, wherein the editing unit is specifically configured to:
and writing the edited data into the free page according to the logic address of the written data and the determined storage space for data editing in the page.
14. The apparatus according to claim 13, wherein the editing unit is specifically configured to:
when the data is edited into data updating, copying the data stored at the previous time into a preset cache page;
and after updating the data copied into the cache page, writing the updated data into the determined free page.
15. The apparatus according to claim 10 or 11, further comprising a setting unit configured to set a page where the previously stored data is located as a dirty page, and set write record information of the dirty page as invalid information.
16. The apparatus of claim 15, further comprising an erasing unit configured to, when it is determined that the eflash space does not have a free page, erase data on a dirty page to obtain the free page.
17. A computer storage medium having computer-executable instructions stored thereon for performing the method of implementing storage management as claimed in any one of claims 1 to 8.
18. A terminal, comprising: a memory and a processor; wherein,
the processor is configured to execute program instructions in a memory, the memory including an embedded non-volatile memory eflash space;
the program instructions read on the processor to perform the following operations:
when data editing is carried out, whether idle pages exist in an eflash space of an embedded nonvolatile memory for storing data is determined;
when determining that the eflash space has an idle page, editing data on the idle page;
wherein the data editing comprises: data upload or data update.
CN201710697291.8A 2017-08-15 2017-08-15 A kind of method and device for realizing storage management Pending CN109407963A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710697291.8A CN109407963A (en) 2017-08-15 2017-08-15 A kind of method and device for realizing storage management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710697291.8A CN109407963A (en) 2017-08-15 2017-08-15 A kind of method and device for realizing storage management

Publications (1)

Publication Number Publication Date
CN109407963A true CN109407963A (en) 2019-03-01

Family

ID=65454154

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710697291.8A Pending CN109407963A (en) 2017-08-15 2017-08-15 A kind of method and device for realizing storage management

Country Status (1)

Country Link
CN (1) CN109407963A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112634964A (en) * 2020-12-24 2021-04-09 潍柴动力股份有限公司 Data writing method, device and equipment of electronic control unit and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514971A (en) * 2001-01-19 2004-07-21 Partial block data programming and reading operations in non-volatile memory
CN101075211A (en) * 2007-06-08 2007-11-21 马彩艳 Flash memory management based on sector access
CN101178689A (en) * 2007-12-06 2008-05-14 浙江科技学院 Dynamic state management techniques of NAND flash memory
CN101980177A (en) * 2010-10-21 2011-02-23 北京握奇数据系统有限公司 Method and device for operating Flash
CN102306125A (en) * 2011-08-17 2012-01-04 深圳市共进电子股份有限公司 Method for erasing and writing data of FLASH memory
CN106155919A (en) * 2016-07-26 2016-11-23 深圳市瑞耐斯技术有限公司 The control method of a kind of 3D flash memory and control system
CN106201903A (en) * 2016-07-05 2016-12-07 深圳市瑞耐斯技术有限公司 A kind of three-dimensional flash memory erasing control method and system thereof
CN106294203A (en) * 2016-08-01 2017-01-04 深圳市瑞耐斯技术有限公司 The control method of a kind of 3D flash memory and control system
CN106354432A (en) * 2016-08-30 2017-01-25 北京小米移动软件有限公司 Data modification method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514971A (en) * 2001-01-19 2004-07-21 Partial block data programming and reading operations in non-volatile memory
CN101075211A (en) * 2007-06-08 2007-11-21 马彩艳 Flash memory management based on sector access
CN101178689A (en) * 2007-12-06 2008-05-14 浙江科技学院 Dynamic state management techniques of NAND flash memory
CN101980177A (en) * 2010-10-21 2011-02-23 北京握奇数据系统有限公司 Method and device for operating Flash
CN102306125A (en) * 2011-08-17 2012-01-04 深圳市共进电子股份有限公司 Method for erasing and writing data of FLASH memory
CN106201903A (en) * 2016-07-05 2016-12-07 深圳市瑞耐斯技术有限公司 A kind of three-dimensional flash memory erasing control method and system thereof
CN106155919A (en) * 2016-07-26 2016-11-23 深圳市瑞耐斯技术有限公司 The control method of a kind of 3D flash memory and control system
CN106294203A (en) * 2016-08-01 2017-01-04 深圳市瑞耐斯技术有限公司 The control method of a kind of 3D flash memory and control system
CN106354432A (en) * 2016-08-30 2017-01-25 北京小米移动软件有限公司 Data modification method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112634964A (en) * 2020-12-24 2021-04-09 潍柴动力股份有限公司 Data writing method, device and equipment of electronic control unit and storage medium

Similar Documents

Publication Publication Date Title
US10007468B2 (en) Method and apparatus for erasing data in data section in flash memory
US7725646B2 (en) Method of using a flash memory for a circular buffer
US8041884B2 (en) Controller for non-volatile memories and methods of operating the memory controller
US7849253B2 (en) Method for fast access to flash-memory media
US10540276B2 (en) Method of processing data based on erase operations of logical pages related to data compression rate of mapping table in data storage device
US20130246732A1 (en) Method of programming memory cells and reading data, memory controller and memory storage apparatus using the same
US8516184B2 (en) Data updating using mark count threshold in non-volatile memory
JPWO2004031966A1 (en) Method for controlling nonvolatile memory device
JP2008033788A (en) Nonvolatile storage device, data storage system, and data storage method
US8819387B2 (en) Memory storage device, memory controller, and method for identifying valid data
CN109558335B (en) Nor Flash memory based file storage format of embedded system
KR20140133427A (en) Method for managing data stored in flash memory and associated memory device and controller
US9383929B2 (en) Data storing method and memory controller and memory storage device using the same
CN106445401B (en) Table updating method, memory storage device and memory control circuit unit
CN116134519A (en) Balanced three-level read disturb management in memory devices
CN113885808B (en) Mapping information recording method, memory control circuit unit and memory device
CN110286848B (en) Data processing method and device
CN106354651B (en) Average wear method, memory control circuit unit and memory storage device
CN109407963A (en) A kind of method and device for realizing storage management
CN107765989B (en) Storage device control chip, storage device and storage device management method
WO2019007315A1 (en) Data writing method in flash memory device, and device
CN106469019B (en) Memory management method, memory control circuit unit and memory storage device
CN112988037A (en) Static wear leveling method, terminal and computer-readable storage medium
JP5491201B2 (en) Semiconductor recording apparatus and semiconductor recording system
CN112711378B (en) Data storage method and read-write equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20190301

RJ01 Rejection of invention patent application after publication