Don't be silly. Popular science: What's the difference between memory and storage?(2)

Source: local   Editor: Alex   Update Time :2019-03-06
The article introduces difference between memory and storage in mobile and computer in a way easy to understand. According to elucidating storage principles, we know that storage units of both DRAM and NAND are actually b instead of B. In addition, comparison among SLC, MLC and TLC is also shown here.

Don't be silly. Popular science: What's the difference between memory and storage?(1)

Source: local   Editor: Alex   Update Time :2019-03-05
The article introduces difference between memory and storage in mobile and computer in a way easy to understand. According to elucidating storage principles, we know that storage units of both DRAM and NAND are actually b instead of B. In addition, comparison among SLC, MLC and TLC is also shown here.

SSD technology literacy: What is NVMe? What are the characteristics of NVMe SSD?

Source: local   Editor: Alex   Update Time :2019-03-04
NVMe, short for Non-Volatile Memory Express, is a specification for SSD with PCI-E channel. The article mainly introduces major four advantages of NVMe SSD compared with AHCI, including low latency, IOPS improvement, lower power consumption and wide applicability of drivers.

What's the difference between an etcher and a lithography machine for making chips?

Source: local   Editor: Alex   Update Time :2019-03-01
Lithography and etching are indispensable in producing modern large-scale integrated circuits such as chips. In China, advance etching machine has developed well and been mass-produced. Unfortunately, in terms of lithography machines, China still has a long way to go due to a large gap to the world.

Write amplification is a critical parameter of SSD

Source: local   Editor: Alex   Update Time :2019-02-25
The larger WA is, the more extra data will be written in flash memory. In other words, it leads to more actual data being written into flash memory of SSD compared with user data. So SSD design aims at making WA as small as possible. The larger OP is, the smaller WA is, which means SSD performance will be better.

How to exploit IO performance of NAND Flash

Source: local   Editor: Alex   Update Time :2019-02-19
The passage mainly shows 3 kinds of concurrent execution units in NAND Flash chip, namely Device, Die, and Plane. By understanding internal structures and principles of these concurrent units, you may be will good at improving IO performance of NAND Flash.

Do you know any other misconceptions about embedded flash memory?

Source: local   Editor: Alex   Update Time :2019-02-15
The article tells us that some misconceptions about embedded flash solution. For example, many people thought that embedded flash memory cannot break through the nodes below 90nm but now it has developed to 28nm. Embedded flash is scalable and can be used in advanced technology nodes of OEM plants.

Efficient power supply methods for SD flash memory of smart phone

Source: local   Editor: Alex   Update Time :2019-02-14
This paper briefly introduces different dimensions, capacities and clock frequencies of SD memory. When designing power supply, operating voltage and power consumption of SD memory should be considered. If voltage is too high, FAN5362 buck converter, an alternative to LDO regulator, is necessary to avoid power problems.

Explain the principle and use of NAND Flash with examples (4)

Source: local   Editor: Alex   Update Time :2019-02-12
This part briefly shows the principle and usage of block erasure operation, reset operation, write protection operations and error management. In addition, the author shares some precautions in order to ensure the reliability of data.

Explain the principle and use of NAND Flash with examples (3)

Source: local   Editor: Alex   Update Time :2019-02-11
This part introduces the principle of programming operations and internal data move in detail. Programming operations need SERIAL DATA INPUT 0x80 and RANDOM DATA INPUT 0x85 commands, while Internal data move requires two command sequences: READ FOR INTERNAL DATA MOVE(0x00-0x35) and INTERNAL DATA MOVE(0x85-0x10) command.