
linux nand flash 驱动开发
文章平均质量分 81
wcqys
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Nand Flash analyse 后续
Nand Flash 的分析,我们需要看datasheet,一般分析一个 READ ID,就知道。 就知道厂家ID 和设备ID. U-BOOT里面也提供了操作Nand Flash 的 operation。md 是read,mw是write 以四字节读写 1. read ID 可以看一个read ID operation s3c2440原创 2017-02-10 17:27:46 · 434 阅读 · 0 评论 -
analyse K9F2G08X0A nand flash
First. you need to know the G M KB B unit. 1G = 1024M 1M = 1024KB 1KB = 1024Byte, are not bits. when considering the range of memory address, you must use the 2^7= 128 2^8 = 256 2^10=1024 These原创 2017-02-15 15:43:53 · 477 阅读 · 0 评论