CN113127377B - Wear leveling method for writing and erasing of nonvolatile memory device - Google Patents

Wear leveling method for writing and erasing of nonvolatile memory device Download PDF

Info

Publication number
CN113127377B
CN113127377B CN202110375640.0A CN202110375640A CN113127377B CN 113127377 B CN113127377 B CN 113127377B CN 202110375640 A CN202110375640 A CN 202110375640A CN 113127377 B CN113127377 B CN 113127377B
Authority
CN
China
Prior art keywords
sector
memory device
nonvolatile memory
writing
pointer
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.)
Active
Application number
CN202110375640.0A
Other languages
Chinese (zh)
Other versions
CN113127377A (en
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.)
Wuhan Navigation And Lbs Inc
Original Assignee
Wuhan Navigation And Lbs Inc
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 Wuhan Navigation And Lbs Inc filed Critical Wuhan Navigation And Lbs Inc
Priority to CN202110375640.0A priority Critical patent/CN113127377B/en
Publication of CN113127377A publication Critical patent/CN113127377A/en
Application granted granted Critical
Publication of CN113127377B publication Critical patent/CN113127377B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1032Reliability improvement, data loss prevention, degraded operation etc
    • G06F2212/1036Life time enhancement
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/72Details relating to flash memory management
    • G06F2212/7211Wear leveling

Abstract

The invention provides a wear leveling method for writing and erasing of a nonvolatile memory device, which guarantees the real-time performance of reading and writing by partitioning a storage interval, solves the wear leveling problem of the nonvolatile memory device by circularly and uniformly reading and writing, and realizes the function of prolonging the actual effective service life of the nonvolatile memory device. The invention adaptively adjusts the capacity and the block granularity of the required storage interval according to the size of read-write data, and balances the indexes of read-write efficiency, resource loss and device life cycle. The invention does not need to mount a file system and is not limited by the type of the operating system and the type of the CPU.

Description

Wear leveling method for writing and erasing of nonvolatile memory device
Technical Field
The invention belongs to the technical field of storage devices, and particularly relates to a wear leveling method for writing and erasing of a nonvolatile storage device.
Background
For data reading and writing of the nonvolatile memory device, the physical characteristic that the writing/erasing times of each block unit in the nonvolatile memory device are limited needs to be considered, and after the writing/erasing times of a single block unit in the nonvolatile memory device reach an upper limit, some bits of the single block unit in the device may cause errors of newly written data due to unclean erasing. It is desirable to average the write/erase operations on each block by a wear-leveling (wear-leveling) method, thereby improving the overall life cycle of the nonvolatile memory device.
The wear leveling problem of the nonvolatile memory device can be solved by mounting the file system, however, the file system has no unified standard, various file systems exist simultaneously, and the real-time performance of reading and writing files is also influenced by various factors such as the size of the files and a wear leveling algorithm. And the file system is too redundant, which causes the loss of system resources such as memory, CPU and the like, and is not suitable for the scene of ultra-low power consumption.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: a wear leveling method for writing and erasing of a nonvolatile memory device is provided to extend the actual useful life of the nonvolatile memory device.
The technical scheme adopted by the invention for solving the technical problems is as follows: a wear leveling method for writing and erasing of a nonvolatile memory device includes the steps of:
s1: calculating the size of a required interval block according to the time interval of reading and writing data, the length of the data and the service life requirement of the nonvolatile memory device, and dividing the nonvolatile memory device into a plurality of interval blocks; setting a read pointer and a write pointer to be used for pointing to the address of the nonvolatile memory device which is reading and writing, and maintaining the read pointer and the write pointer in the volatile memory device;
s2: dividing the interval block into a plurality of sectors according to the real-time requirement of reading and writing the nonvolatile memory device and the actual reading and writing speed, and numbering the m-th Sector as Sector m; setting a Sector pointer SectorPointer for pointing to the address of a Sector which is being read and written, and storing the serial number SectorNum of the Sector m which is being read and written in a nonvolatile memory device;
s3: reading and writing data in the nonvolatile memory device, adding 1 to a Sector pointer sectorpointerer to point to a next Sector until all sectors are read and written after one Sector is read and written, and storing the Sector pointer sectorpointerer into the nonvolatile memory device; and then the Sector pointer SectorPointer points to the first Sector, and the step is executed circularly.
According to the scheme, in the step S1, the specific steps are as follows: let the maximum available erase count of the nonvolatile memory device be num and the write data period be T data Second, if the service life is y years, the required data length Space data of the interval block is:
Figure BDA0003011060390000021
further, in the step S2, the specific steps are: setting the read-write speed of the nonvolatile memory device as r bytes/s, wherein the read-write time is less than or equal to time seconds; let the number of sector be m, the size of every sector be sector size, then:
Figure BDA0003011060390000023
according to the scheme, in the step S3, the specific steps are as follows: the data length of each read/write nonvolatile memory device is len bytes, and the period of saving the Sector pointer SectorPointer is T sector If the size of the storage Space of the nonvolatile memory device for storing the Sector pointer SectorPointer is Space Sector, then:
T sector =sector size*T data /len
Figure BDA0003011060390000022
according to the scheme, the specific steps of writing the nonvolatile memory device are as follows: firstly, judging whether the nonvolatile memory device is operated for the first time after power-on initialization, if so, calculating a sector of a write pointer writePointer through a value of the sector stored in the nonvolatile memory device, and finding out the position of the write pointer writePointer for the sector by a method of reading data from back to front; in the normal operation process, a write pointer, writePointer, is maintained in a memory, and data needing to be stored is written in each time according to the size of a minimum read-write unit page of the nonvolatile memory device; if the located sector is full, starting a new sector, storing a new sectorNum, and erasing the previous sector; if writing to the end of the span block, the write pointer, writePointer, is returned to the initial position.
According to the scheme, the specific steps of reading the nonvolatile memory device are as follows: firstly, judging whether the non-volatile memory device is restarted for the first operation, if so, calculating a sector where a write pointer writePointer is located by storing the value of the sector, judging the position of the write pointer writePointer from back to front for the located sector, knowing the position of data written to the non-volatile memory device through the write pointer writePointer, obtaining an initial value of a read pointer, and reading the data at the address; during normal operation, the read pointer points to the write pointer writePointer, readPointer = writePointer.
According to the scheme, the specific steps of erasing the nonvolatile memory device are as follows: the erasing task is a low-priority task which is driven by a semaphore in a data writing interface and runs independently in a background; the writing data is the cyclic writing operation of the sector, and the previous sector completing the writing operation is erased to ensure the balance of erasing actions; and judging whether the previous sector is erased or not by reading out the stored sector during power-on, and if not, erasing again.
According to the scheme, the method for writing the sectorNum comprises the following specific steps: firstly, judging whether the first write operation nonvolatile memory device is restarted or not, if the first write operation nonvolatile memory device is restarted, judging the position of a write pointer from back to front of the whole interval block to find the initial value of the Sector pointer SectorPointer; in the normal operation process, writing the sectorNum to be stored according to the size of the minimum read-write unit page of the nonvolatile memory device, and simultaneously maintaining a Sector pointer sectorPointer in a memory; if the interval block is full, setting a Sector pointer SectorPointer as the initial address of the interval block; and judging whether the Sector pointer SectorPointer is an integral multiple of the minimum erasing unit block of the nonvolatile memory device or not in the operation process, and if so, erasing the previous minimum erasing unit block.
According to the scheme, the specific steps for reading the sectorNum are as follows: for the whole interval block, the position of the write pointer is judged from back to front, the position of the data written to the nonvolatile memory device is known through the write pointer, the initial value of the readPointer is obtained, and the data of the address is read.
A computer storage medium having stored therein a computer program executable by a computer processor, the computer program performing a wear leveling method for write and erase of a non-volatile memory device.
The invention has the beneficial effects that:
1. according to the wear leveling method for the writing and erasing of the nonvolatile memory device, the real-time performance of reading and writing is guaranteed by partitioning the storage region, the wear leveling problem of the nonvolatile memory device is solved by circularly and uniformly reading and writing, and the function of prolonging the actual effective service life of the nonvolatile memory device is realized.
2. The invention adaptively adjusts the capacity and the block granularity of the required storage interval according to the size of read-write data, and balances the indexes of read-write efficiency, resource loss and device life cycle.
3. The invention does not need to mount a file system and is not limited by the type of an operating system and the type of a CPU.
Drawings
FIG. 1 is a diagram illustrating the hardware space partitioning and address jumping of a nonvolatile memory device according to an embodiment of the present invention.
FIG. 2 is a flow chart of writing to a non-volatile memory device of an embodiment of the present invention.
FIG. 3 is a flow chart of reading a non-volatile memory device of an embodiment of the present invention.
FIG. 4 is a flow chart of erasing a nonvolatile memory device according to an embodiment of the present invention.
Fig. 5 is a flow chart of a write sectorNum according to an embodiment of the present invention.
Fig. 6 is a flow chart of reading a sectorNum according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Referring to fig. 1, a wear leveling method for write and erase of a nonvolatile memory device according to an embodiment of the present invention solves hardware problems including a nonvolatile memory device, a partition sector, and adaptive generation and selection parameters, solves real-time performance of read and write by partitioning the nonvolatile memory device, solves the wear leveling problem by circularly and uniformly writing and erasing, and adaptively calculates a total size of a nonvolatile memory device storage interval and a granularity of a partition block, which are required for storing data of a specific data amount by using the wear leveling method of the present invention.
According to the time interval and the data length of reading and writing the nonvolatile memory device, the space size of the nonvolatile memory device required for storing data for a certain time is calculated, and the space size is called a nonvolatile memory device interval block for short. The nonvolatile memory device interval block is provided with read-write pointers, and the read-write pointers respectively point to addresses of the nonvolatile memory devices which are being read and written. The nonvolatile memory device interval blocks are divided into smaller nonvolatile memory device sectors according to the real-time requirement of the system. The size of each sector is sector size, and m sectors are used. For each sector number, the sector num of the sector that is performing the write operation is stored in the nonvolatile memory device, and the read and write pointers are maintained in the volatile memory device.
The maximum available erase times num and the read-write rate r bytes/s of the nonvolatile memory device are known. The data length of each read-write is len bytes, and the data writing period is T data Second, the flash age is y years. The real-time property requires that the read-write time cannot be more than time seconds.
The required storage Space for Space bytes satisfies the following relationship:
Figure BDA0003011060390000041
sector size=r*time
m=Space data /sector size
saving period T of sector pointer sector The following relationship is satisfied:
T sector =sector size*T data /len
Figure BDA0003011060390000051
a diagram illustrating hardware space division and address jump in the nonvolatile memory device according to the calculation result is shown in fig. 1.
The read-write and erase principles of the nonvolatile memory device are as follows:
referring to fig. 2, the write data principle is: and dividing the nonvolatile memory device interval block into m sectors according to the read-write real-time requirement. And adding 1 to the Sector pointer when the last Sector is written, pointing the Sector pointer to the first Sector and recording the Sector pointer in the flash.
Firstly, judging whether the non-volatile memory device is restarted for the first operation, if so, calculating a sector where a write pointer is located according to the value of the sector stored in the non-volatile memory device, and finding out the position of the writePoint for the sector where the write pointer is located by a method of reading data from back to front. The writePoint is maintained in the memory during normal operation, and data to be stored is written in the size of the minimum read-write unit page of the nonvolatile memory device each time. If the located sector is full, the new sector is enabled and the new sector num is stored, and simultaneously the erase task (erasing the previous sector) is started. If the write is to the end of the allocated non-volatile storage section block, the write pointer is returned to the initial position.
Referring to fig. 3, the read data principle is: firstly, judging whether the nonvolatile memory device is restarted for the first time operation, if the nonvolatile memory device is read for the first time operation, calculating a sector where a write pointer is located by storing the value of the sector, judging the position of the write pointer from back to front for the located sector, knowing the position of the nonvolatile memory device written by data through the write pointer, namely the readPointer initial value, and reading the data of the address. During normal operation, the read pointer points to the write pointer, i.e., readPointer = writePointer.
Referring to fig. 4, the principle of erasing data is: the erasing task is a low priority task which runs in the background independently and is driven to run by a semaphore in a data writing interface. Because the cyclic write operation of the sector is ensured during the data writing, the erasing only needs to erase the last sector which completes the write operation, and the balance of the erasing action can be ensured. In order to avoid the abnormality caused by abnormal power failure, whether the previous sector is erased or not is judged by reading out the stored sector during power-on, and if not, the previous sector is erased again.
The principle of reading and writing secctornum is as follows:
referring to fig. 5, the principle of writing sectorNum is: firstly, judging whether the nonvolatile memory device is restarted for the first write operation, and if the nonvolatile memory device is restarted for the first write operation, judging the position of a write pointer from back to front of the whole interval block. I.e. find the initial value of SectorPointer. And in the normal operation process, writing the sectorNum to be stored according to the size of the minimum read-write unit page of the nonvolatile memory device, and simultaneously maintaining the SectorPointer in the memory. If the extent block is full, sectorPointer is set to the nonvolatile memory device extent block starting address. And judging whether the SectorPointer is an integral multiple of the minimum erasing unit block of the nonvolatile memory device in the operation process, and erasing the previous minimum erasing unit block if the SectorPointer is the integral multiple.
Referring to fig. 6, the principle of reading sectorNum is: and judging the position of the write pointer from back to front for the whole nonvolatile memory device interval block, knowing the position of the nonvolatile memory device where the data is written by the write pointer, and reading the data at the address.
The above embodiments are only used for illustrating the design idea and features of the present invention, and the purpose of the present invention is to enable those skilled in the art to understand the content of the present invention and implement the present invention accordingly, and the protection scope of the present invention is not limited to the above embodiments. Therefore, all equivalent changes or modifications based on the principles and design concepts disclosed herein are intended to be included within the scope of the present invention.

Claims (8)

1. A wear leveling method for writing and erasing of a nonvolatile memory device is characterized by comprising the following steps: the method comprises the following steps:
s1: calculating the size of a required interval block according to the time interval of reading and writing data, the length of the data and the service life requirement of the nonvolatile memory device, and dividing the nonvolatile memory device into a plurality of interval blocks;
setting a read pointer readPointer and a write pointer writePointer to be used for pointing to the address of the nonvolatile memory device which is reading and writing, and maintaining the read pointer readPointer and the write pointer writePointer in the volatile memory device;
the method comprises the following specific steps: let the maximum available erase count of the nonvolatile memory device be num and the write data period be T data Second, the service life is y years, and the data length of each read/write nonvolatile memory device is len bytes, the data length of the required interval block isSpace degree data Comprises the following steps:
Figure FDA0003766222570000011
s2: dividing the interval block into a plurality of sectors according to the real-time requirement of reading and writing the nonvolatile memory device and the actual reading and writing speed, and numbering the m-th Sector as Sector m;
the method comprises the following specific steps: setting the read-write speed of the nonvolatile memory device as r bytes/s, wherein the read-write time is less than or equal to time seconds; let the number of sector be m, the size of every sector be sector size, then:
Figure FDA0003766222570000012
setting a Sector pointer SectorPointer for pointing to the address of a Sector which is being read and written, and storing the serial number SectorNum of the Sector m which is being read and written in a nonvolatile memory device;
s3: reading and writing data in the nonvolatile memory device, adding 1 to a Sector pointer sectorpointerer to point to a next Sector until all sectors are read and written after one Sector is read and written, and storing the Sector pointer sectorpointerer into the nonvolatile memory device; and then the Sector pointer SectorPointer points to the first Sector, and the step is executed circularly.
2. The wear leveling method of writing and erasing of a nonvolatile memory device according to claim 1, wherein: in the step S3, the specific steps are as follows: the data length of each read/write nonvolatile memory device is len bytes, and the period of saving the Sector pointer SectorPointer is T sector The size of the memory Space of the nonvolatile memory device for storing the Sector pointer SectorPointer is Space sector And then:
T sector =sector size*T data /len
Figure FDA0003766222570000021
3. the wear leveling method of writing and erasing of a nonvolatile memory device according to claim 1, wherein: the specific steps for writing the nonvolatile memory device are as follows:
firstly, judging whether the nonvolatile memory device is operated for the first time after power-on initialization, if so, calculating a sector of a write pointer writePointer through a value of the sector stored in the nonvolatile memory device, and finding out the position of the write pointer writePointer for the sector by a method of reading data from back to front;
in the normal operation process, a write pointer writePointer is maintained in a memory, and data to be stored is written in each time according to the size of a minimum read-write unit page of the nonvolatile memory device;
if the located sector is full, starting a new sector, storing a new sector Num, and erasing the previous sector; if writing to the end of the span block, the write pointer, writePointer, is returned to the initial position.
4. The wear leveling method of writing and erasing of a nonvolatile memory device according to claim 1, wherein: the specific steps for reading the nonvolatile memory device are as follows:
firstly, judging whether the non-volatile memory device is restarted for the first operation, if so, calculating a sector where a write pointer writePointer is located by storing the value of the sector, judging the position of the write pointer writePointer from back to front for the located sector, knowing the position of data written to the non-volatile memory device through the write pointer writePointer, obtaining an initial value of a read pointer, and reading the data at the address;
during normal operation, the read pointer points to the write pointer writePointer, readPointer = writePointer.
5. The wear leveling method of writing and erasing of a nonvolatile memory device according to claim 1, wherein: the specific steps for erasing a nonvolatile memory device are:
the erasing task is a low-priority task which is driven by a semaphore in a data writing interface and runs independently in a background; the writing data is the cyclic writing operation of the sector, and the previous sector completing the writing operation is erased to ensure the balance of erasing actions;
and judging whether the previous sector is erased or not by reading out the stored sector during power-on, and if not, erasing again.
6. The wear leveling method of writing and erasing of a nonvolatile memory device according to claim 1, wherein: the specific steps for writing the sectorNum are as follows:
firstly, judging whether the first write operation nonvolatile memory device is restarted or not, if the first write operation nonvolatile memory device is restarted, judging the position of a write pointer from back to front of the whole interval block to find the initial value of the Sector pointer SectorPointer;
in the normal operation process, writing a Sector num to be stored according to the size of a minimum read-write unit page of the nonvolatile memory device, and simultaneously maintaining a Sector pointer in an internal memory;
if the interval block is full, setting a Sector pointer SectorPointer as the initial address of the interval block;
and judging whether the Sector pointer is an integral multiple of the minimum erasing unit block of the nonvolatile memory device or not in the operation process, and if so, erasing the previous minimum erasing unit block.
7. The wear leveling method of writing and erasing of a nonvolatile memory device according to claim 1, wherein: the specific steps for reading the sectorNum are as follows:
for the whole section block, the position of the write pointer writePointer is judged from back to front, the position of data written into the nonvolatile memory device is known through the write pointer writePointer, the initial value of the readPointer is obtained, and the data at the address is read.
8. A computer storage medium, characterized in that: stored with a computer program executable by a computer processor, the computer program performing a wear leveling method of write-erase of a non-volatile memory device according to any one of claims 1 to 7.
CN202110375640.0A 2021-04-08 2021-04-08 Wear leveling method for writing and erasing of nonvolatile memory device Active CN113127377B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110375640.0A CN113127377B (en) 2021-04-08 2021-04-08 Wear leveling method for writing and erasing of nonvolatile memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110375640.0A CN113127377B (en) 2021-04-08 2021-04-08 Wear leveling method for writing and erasing of nonvolatile memory device

Publications (2)

Publication Number Publication Date
CN113127377A CN113127377A (en) 2021-07-16
CN113127377B true CN113127377B (en) 2022-11-25

Family

ID=76775227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110375640.0A Active CN113127377B (en) 2021-04-08 2021-04-08 Wear leveling method for writing and erasing of nonvolatile memory device

Country Status (1)

Country Link
CN (1) CN113127377B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956473A (en) * 1996-11-25 1999-09-21 Macronix International Co., Ltd. Method and system for managing a flash memory mass storage system
CN1832041A (en) * 2002-03-20 2006-09-13 株式会社东芝 Information storage apparatus
CN101645044A (en) * 2005-01-20 2010-02-10 桑迪士克股份有限公司 Scheduling of housekeeping operations in flash memory systems
CN102567213A (en) * 2011-11-30 2012-07-11 华中科技大学 Writing balancing method of phase change memory
CN102819493A (en) * 2011-11-30 2012-12-12 凯迈(洛阳)环测有限公司 Storage and query method based on non-volatile memory chip
CN104598388A (en) * 2015-01-06 2015-05-06 青岛龙庆达电气有限公司 Flash-based SOE (Sequence of Event) storing and sending method
CN106293532A (en) * 2016-08-10 2017-01-04 广东佳禾声学科技有限公司 A kind of Flash data storage method
CN108280029A (en) * 2018-02-28 2018-07-13 郑州云海信息技术有限公司 A kind of data erasing-writing method and system based on Nor Flash chip
CN109716281A (en) * 2016-10-03 2019-05-03 赛普拉斯半导体公司 The system for the loss equalization that user for nonvolatile memory can configure, method and apparatus
CN111913890A (en) * 2020-08-13 2020-11-10 北京万协通信息技术有限公司 Non-volatile memory random read-write method based on security module

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7653778B2 (en) * 2006-05-08 2010-01-26 Siliconsystems, Inc. Systems and methods for measuring the useful life of solid-state storage devices
US8312204B2 (en) * 2009-01-23 2012-11-13 Seagate Technology Llc System and method for wear leveling in a data storage device
JP2011203916A (en) * 2010-03-25 2011-10-13 Toshiba Corp Memory controller and semiconductor storage device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956473A (en) * 1996-11-25 1999-09-21 Macronix International Co., Ltd. Method and system for managing a flash memory mass storage system
CN1832041A (en) * 2002-03-20 2006-09-13 株式会社东芝 Information storage apparatus
CN101645044A (en) * 2005-01-20 2010-02-10 桑迪士克股份有限公司 Scheduling of housekeeping operations in flash memory systems
CN102567213A (en) * 2011-11-30 2012-07-11 华中科技大学 Writing balancing method of phase change memory
CN102819493A (en) * 2011-11-30 2012-12-12 凯迈(洛阳)环测有限公司 Storage and query method based on non-volatile memory chip
CN104598388A (en) * 2015-01-06 2015-05-06 青岛龙庆达电气有限公司 Flash-based SOE (Sequence of Event) storing and sending method
CN106293532A (en) * 2016-08-10 2017-01-04 广东佳禾声学科技有限公司 A kind of Flash data storage method
CN109716281A (en) * 2016-10-03 2019-05-03 赛普拉斯半导体公司 The system for the loss equalization that user for nonvolatile memory can configure, method and apparatus
CN108280029A (en) * 2018-02-28 2018-07-13 郑州云海信息技术有限公司 A kind of data erasing-writing method and system based on Nor Flash chip
CN111913890A (en) * 2020-08-13 2020-11-10 北京万协通信息技术有限公司 Non-volatile memory random read-write method based on security module

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种Flash存储器静态负载平衡策略;张骏等;《计算机应用》;20060501;全文 *

Also Published As

Publication number Publication date
CN113127377A (en) 2021-07-16

Similar Documents

Publication Publication Date Title
US10209902B1 (en) Method and apparatus for selecting a memory block for writing data, based on a predicted frequency of updating the data
US8977803B2 (en) Disk drive data caching using a multi-tiered memory
US11704239B2 (en) Garbage collection method for storage medium, storage medium, and program product
JP7366795B2 (en) Memory system and control method
US20170168713A1 (en) Variable Bit Encoding Per NAND Flash Cell to Extend Life of Flash-Based Storage Devices and Preserve Over-Provisioning
US10387062B2 (en) Storage system with cells changeable between two different level cell modes based on predicted lifetime
US9274943B2 (en) Storage unit management method, memory controller and memory storage device using the same
KR20090042035A (en) Data storage device, memory system, and computing system using nonvolatile memory device
US20140379961A1 (en) Data encoding for non-volatile memory
US9535611B2 (en) Cache memory for hybrid disk drives
US11853567B2 (en) Data retention in memory devices
CN111078136B (en) Method for preventing flash life reduction caused by BMS dynamic data storage
CN113127377B (en) Wear leveling method for writing and erasing of nonvolatile memory device
US11698742B2 (en) Garbage collection in a memory component using an adjusted parameter
TW202038106A (en) Storage device, control method therefor and storage medium
CN114385092A (en) Erasing method of solid state disk flash memory array and solid state disk main control chip
US20230051018A1 (en) Memory system and method of operating the same
CN115525231A (en) Data recording system based on FLASH memory
CN116069252A (en) Control method, device and equipment of ZNS SSD equipment
CN115509447A (en) Method and device for realizing dynamic SLC mechanism of solid state disk and computer equipment
CN111930298A (en) System and method for enhancing data reliability

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
GR01 Patent grant
GR01 Patent grant