搜索资源列表
nandflash
- 镁光的ECC编码方案和解码方案,适用于MLC类型NANDFLASH,4bit纠错能力,里面还包括市面上难找的三星一款MLC类型NANDFLASHdatasheet作为参照
NandFlash-FPGA-controller(ECC)
- 该压缩包包括NAND FLASH(美光)的FPGA控制器的原理及VHDL源码,非常具有参考价值。-The archive includes NAND FLASH (Micron) the principle of the FPGA and VHDL source code control, very valuable reference.
nand_ecc_c
- Linux 2.7.63下的nandflash ecc代码,请按照说明使用-Linux 2.7.63 nandflash ecc under the code, follow the instructions to use
NAND_Flash_Controller
- FPGA实现的NandFlash控制器(带ECC)文档+源代码。-FPGA implementation NandFlash controller (with ECC) document+ source code.
ecc
- NANDFLASH ECC檢查碼測試程式-NANDFLASH ECC checksum test program
NandFlash_Read_Write_Operation
- 本资料详细介绍了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
nandflash
- ecc nandflash156501362相关资料,这些资料可以为开发NANDFLASH程序的人员带来好处-ecc nandflash156501362 relevant information, they can be for the development of procedures for staff benefits NANDFLASH
4bits_ECC_BCH
- Nand Flash纠错,4bits+纠错ECC+BCH算法源代码-Nand Flash error correction, 4bits+ ECC+ BCH error correction algorithm source code
Micron
- FPGA实现的NandFlash控制器(带ECC)文档+源代码-FPGA NandFlash controller (with ECC) document+ source code
6410-nand-8bit-ecc
- 6410 nandflash裸机驱动程序 rvds2.2上测试-6410 nandflash bare metal driver rvds2.2 on, testing
Cheap_flash----嵌入式NandFlash的坏块管理驱动层免费C源码下载
- Cheap_flash--嵌入式NandFlash的坏块管理驱动层免费C源码下载 Cheap_flash坏块管理C代码已经由我们开发完成,并经过了严格测试。 其功能包括了基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门定制,可以降低NANDFLASH的擦除数。 其上面可以流畅的运行(CheapFAT)文件系统。支持文件系统运行的时候实时坏块的替换,包括 块擦除,块移动,页写入产生的坏块。文件系统通过NAND FLASH坏块管理驱动层运行。 ECC纠错支
ECC_test_bymyself
- this file is ECC check and changed codes for studying nandflash
ECC_nandflash
- this file is publishing for studying nandflash
Cheap_Flash_FS
- Cheap_Flash_FS(STM32F103ZET6) 嵌入式NandFlash文件系统免费C代码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND
61EDA_C2701
- 开发环境vhdl FPGA实现的NandFlash控制器(带ECC)文档+源代码-Vhdl FPGA development environment to achieve NandFlash controller (with ECC) document+ source code
NFTL--code
- 镁光公司NANDFlash的NFTL代码,包含坏块管理、读写平衡以及ECC校验等部分。-Micron company NFTL NANDFlash code, including read and write bad block management, balance and ECC check and other parts.Micron company NFTL NANDFlash code, including read and write bad block management, ba
cheap_flash_fs_32bits
- Cheap_Flash_FS 嵌入式NandFlash文件系统源码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有直接预分配功能(降低内存占用量)。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。 文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于
Cheap_Flash_FS--嵌入式NandFlash文件系统源码(使用极速版代码)下载
- Cheap_Flash_FS--嵌入式NandFlash文件系统源码(使用极速版代码)下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有FLASH上直接预分配功能。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。 文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统
NAND_Controller_and_ECC_VHDL
- VHDL语言编写,FPGA对nandflash进行读写控制及ECC校验(Written in the VHDL language, FPGA has read write control and ECC check for nandflash)
NandFlash VHDL程序
- VHDL编写的用于FPGA的NandFlash程序,包括ECC校验和时钟等,希望可以帮助到大家