Comparison of NAND Flash and NOR Flash

Comparison of NAND Flash and NOR Flash

Follow+Star Public Account, don’t miss out on exciting content Source | Network NAND Flash and NOR Flash are two common types of flash memory. NOR Flash was first developed by Intel in 1988, changing the previous dominance of EPROM and EEPROM. NAND Flash was released by Toshiba in 1989, emphasizing lower cost per bit and … Read more

Innovation in NOR Flash Technology

Innovation in NOR Flash Technology

Flash memory chips have become a crucial part of the entire electronic semiconductor industry chain, among which NAND Flash has a vast market capacity. In fact, Flash is not limited to NAND; NOR Flash is also a branch, though its market capacity is relatively smaller. However, with the rapid development of various emerging applications in … Read more

Practical Guide to Running Applications on NOR FLASH Using MM32

Practical Guide to Running Applications on NOR FLASH Using MM32

At the beginning of project development, we select chips that meet the design requirements. Among these, RAM determines the memory size during program execution, while ROM determines the storage space for applications. However, for projects with particularly large application functions, the internal FLASH (ROM) storage space of the MCU may not be sufficient. At this … Read more

OpenJTAG Debugging Example: Resolving SST39VF1601 Erase Issue

OpenJTAG Debugging Example: Resolving SST39VF1601 Erase Issue

Many development boards use NOR Flash such as AM29LV800 or AM29LV160, and can operate normally with the u-boot provided by this website; yesterday, a user discovered that they could not erase SST39VF1601, for example, the following phenomenon occurred: when attempting to erase a sector starting at 0x2000, it showed success, but reading the contents revealed … Read more

Key Concepts to Understand Before Learning Embedded Linux

Key Concepts to Understand Before Learning Embedded Linux

Click on the above “Baijun Technology“, select “Pin Public Account” Embedded technology insights delivered promptly ROM(Read Only Memory) and RAM(Random Access Memory) refer to semiconductor memory, where ROM retains data even when the system is powered off, while RAM typically loses data after power loss, with the typical RAM being the computer’s memory. There are … Read more

Storage Systems and Mass Production Methods for Embedded Linux

Storage Systems and Mass Production Methods for Embedded Linux

Abstract With the increasing application of Embedded Linux systems in consumer electronics, data collection, and industrial control, higher demands have been placed on both solution design and production capacity. Among them, the storage solution, as the most important component of the Embedded Linux system, should be given due attention from selection, design, to programming. The … Read more