Differences Between NorFlash and NandFlash
The programming principle of Flash is that it can only write 1 as 0, but cannot write 0 as 1. Therefore, before programming Flash, the corresponding block must be erased, and the erasure process is to write all bits as 1, turning all bytes in the block into 0xFF. Thus, programming can be said to … Read more