Location:
Search - ecc nandflash
Search list
Description: 镁光的ECC编码方案和解码方案,适用于MLC类型NANDFLASH,4bit纠错能力,里面还包括市面上难找的三星一款MLC类型NANDFLASHdatasheet作为参照
Platform: |
Size: 965913 |
Author: tandan |
Hits:
Description: 三星512b nandflash ecc 算法
Platform: |
Size: 170759 |
Author: linfy |
Hits:
Description: drive for nandflash on sansung corp.
Platform: |
Size: 4096 |
Author: |
Hits:
Description: 镁光的ECC编码方案和解码方案,适用于MLC类型NANDFLASH,4bit纠错能力,里面还包括市面上难找的三星一款MLC类型NANDFLASHdatasheet作为参照-Micron s ECC coding schemes and decoding programs, apply to MLC type NANDFLASH, 4bit error correction ability, which also includes the market difficult to find a Samsung MLC type NANDFLASHdatasheet as a reference
Platform: |
Size: 965632 |
Author: tandan |
Hits:
Description: 三星512b nandflash ecc 算法-Samsung 512b nandflash ecc algorithm
Platform: |
Size: 169984 |
Author: linfy |
Hits:
Description: NANDFLASH ECC檢查碼測試程式-NANDFLASH ECC checksum test program
Platform: |
Size: 1024 |
Author: spider |
Hits:
Description: 本资料详细介绍了NandFlash的工作原理和读写、擦除、校验等编程。对于Nand Flash开发者尤其新手,很有价值。-This document introduces and analysizes the reading, programming, erazing and ECC correcion of Nand Flash, which is useful for EE engineers, especially the ones who is a green hand of Nand Flash development.
Platform: |
Size: 37888 |
Author: 张集墨 |
Hits:
Description: ecc nandflash156501362相关资料,这些资料可以为开发NANDFLASH程序的人员带来好处-ecc nandflash156501362 relevant information, they can be for the development of procedures for staff benefits NANDFLASH
Platform: |
Size: 1253376 |
Author: ryanliang |
Hits:
Description: Samsung NAND flash ECC说明-Samsung NAND flash ECC algorithm introduction
Platform: |
Size: 71680 |
Author: Jack Tsai |
Hits:
Description: NandFlash ECC原理和实现.pdf-NandFlash ECC theory and implementation. Pdf
Platform: |
Size: 113664 |
Author: hpf |
Hits:
Description: FPGA实现的NandFlash控制器(带ECC)文档+源代码。-FPGA implementation NandFlash controller (with ECC) document+ source code.
Platform: |
Size: 1587200 |
Author: 李银 |
Hits:
Description: Nand Flash纠错,4bits+纠错ECC+BCH算法源代码-Nand Flash error correction, 4bits+ ECC+ BCH error correction algorithm source code
Platform: |
Size: 922624 |
Author: henry chan |
Hits:
Description: Linux 2.7.63下的nandflash ecc代码,请按照说明使用-Linux 2.7.63 nandflash ecc under the code, follow the instructions to use
Platform: |
Size: 16384 |
Author: 雷虎 |
Hits:
Description: 现代2G的nandflash资料,网上找了很久都没找到,最后还是从朋友那里要到的-NAND INTERFACE
- x8 bus width.
- Address/Data Multiplexing
- Pin-out compatibility for all densities
DATA RETENTION
- 5,000 Program/Erase cycles
(with 12 bit/528 byte ECC)
Platform: |
Size: 606208 |
Author: rainkingson |
Hits:
Description: 该压缩包包括NAND FLASH(美光)的FPGA控制器的原理及VHDL源码,非常具有参考价值。-The archive includes NAND FLASH (Micron) the principle of the FPGA and VHDL source code control, very valuable reference.
Platform: |
Size: 1587200 |
Author: 张明利 |
Hits:
Description: FPGA实现的NandFlash控制器(带ECC)文档+源代码-FPGA NandFlash controller (with ECC) document+ source code
Platform: |
Size: 1587200 |
Author: mark |
Hits:
Description: 6410 nandflash裸机驱动程序 rvds2.2上测试-6410 nandflash bare metal driver rvds2.2 on, testing
Platform: |
Size: 832512 |
Author: haibin |
Hits:
Description: nandflash ECC校验原理,LINUX驱动说明-nandflash ECC
Platform: |
Size: 2231296 |
Author: 佟武 |
Hits:
Description: VHDL语言编写,FPGA对nandflash进行读写控制及ECC校验(Written in the VHDL language, FPGA has read write control and ECC check for nandflash)
Platform: |
Size: 46080 |
Author: lzxj |
Hits:
Description: Cheap_Flash_FS极速版--嵌入式NandFlash文件系统源码下载
本代码已经由我们开发完成,并经过了严格的测试。
坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。
多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有FLASH上直接预分配功能(只需擦一次,可以写多个扇区的功能)。
其上面可以运行(FAT(支持多扇区操作))文件系统。
文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND_FLASH坏块管理层驱动运行。
NAND_FLASH坏块管理支持ECC纠错,对每个扇区执行二次ECC纠错,保证数据正确的读出。
NAND_FLASH坏块管理层如果发现Unrecoverable_error扇区,可把扇区读出置为0,等于目录已结束,避免了文件系统运行出错。
本代码是32BIT的坏块表文件系统,可支持大于4G的nandflash,包括小页,中页,大中页,大页,用于用户代码测试!
可以用于U盘和SD卡(BLOCK_ERASE功能一并免费提供)的设计上。以及其它大容量存储项目上。
qq:292942278 e-mail:tony_yang123@sina.com
移植warming
下面的代码是我们的cheap_flash_fs在STM32上基于三星K9F1G08U0E的移植代码,使用KEIL工具,包括U盘功能,实现了MP3播放功能.
K9F1G08U0E芯片的硬件检查坏块我们测试出来有点问题.就是读READ_STATUS读不出坏块标记(包括块擦除,页写入,块移动).
如果用软件检查坏块效率会降低,不知道有没有可以解决这个问题,
可以通知一下,可以是有偿的.
Platform: |
Size: 15418285 |
Author: figureyang |
Hits: