Location:
Search - nand_flash c
Search list
Description: FAT12 文件系统,囊括了文件系统的各个函数,另外还包括了地址映射,适合读写NAND_FLASH-FAT12 file system, file systems include the various functions and also includes address mapping for reading and writing NAND_FLASH
Platform: |
Size: 35840 |
Author: 方高明 |
Hits:
Description: nflash 读写程序,在CCS环境下调试通过-nflash read and write procedures, the CCS debugging environment through
Platform: |
Size: 3072 |
Author: 王金栓 |
Hits:
Description: dm355中ccs下对nand flash 读/写/删除等程序.-dm355 nand flash
Platform: |
Size: 1761280 |
Author: zqj |
Hits:
Description: Cheap_Flash_FS(STM32F103ZET6) 嵌入式NandFlash文件系统免费C代码下载
Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。
坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。
多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数。
其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND_FLASH坏块管理层驱动运行。
NAND_FLASH坏块管理支持ECC纠错,对每个扇区执行二次ECC纠错,保证数据正确的读出。
NAND_FLASH坏块管理层如果发现Unrecoverable_error扇区,可把扇区读出置为0,等于目录已结束,避免了文件系统运行出错。
本代码是16BIT的坏块表文件系统,只能支持4G大小的nandflash,用于用户代码测试!
本代码有32BIT的坏块表文件系统,可支持大于4G的nandflash,如果需要,请和我们联系:
qq:292942278 e-mail:tony_yang123@sina.com-Cheap_Flash_FS (STM32F103ZET6)- embedded NandFlash file system C free download code
The Cheap_Flash_FS code has been developed by us to complete, and through rigorous testing.
Bad block management functions include bad block table management based procedures, can provide single/multi sector operation.
The multi sector designed specifically for nandflash, can reduce the NANDFLASH physical wiping the divisor.
The above can be run (Cheap_Flash_FS (multi sector operations)) file system. The file system can support real-time bad block replacement, including the erase block, block movement, write page generated bad block. The file system based on NAND_FLASH bad block management drive operation.
NAND_FLASH bad block management support ECC correction, for each sector performed two times ECC correction, ensure that read data correctly.
NAND_FLASH bad block management if it is found that the Unrecoverable_error sector, the sector can be read out is set to 0, equal to the direct
Platform: |
Size: 11879424 |
Author: 6756 |
Hits:
Description: Cheap_Flash_FS 嵌入式NandFlash文件系统源码下载
Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。
坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。
多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有直接预分配功能(降低内存占用量)。
其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。
文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND_FLASH坏块管理层驱动运行。
NAND_FLASH坏块管理支持ECC纠错,对每个扇区执行二次ECC纠错,保证数据正确的读出。
NAND_FLASH坏块管理层如果发现Unrecoverable_error扇区,可把扇区读出置为0,等于目录已结束,避免了文件系统运行出错。
本代码是32BIT的坏块表文件系统,可支持大于4G的nandflash,包括小页,中页,大页,用于用户代码测试!
可以用于U盘和SD卡的设计上。以及其它大容量存储项目上。
qq:292942278 e-mail:tony_yang123@sina.com-Cheap_Flash_FS (STM32F103ZET6)- embedded NandFlash file system C free download code The Cheap_Flash_FS code has been developed by us to complete, and through rigorous testing. Bad block management functions include bad block table management based procedures, can provide single/multi sector operation. The multi sector designed specifically for nandflash, can reduce the NANDFLASH physical wiping the divisor. The above can be run (Cheap_Flash_FS (multi sector operations)) file system. The file system can support real-time bad block replacement, including the erase block, block movement, write page generated bad block. The file system based on NAND_FLASH bad block management drive operation. NAND_FLASH bad block management support ECC correction, for each sector performed two times ECC correction, ensure that read data correctly. NAND_FLASH bad block management if it is found that the Unrecoverable_error sector, the sector can be read out is set to 0, equal to the direct
Platform: |
Size: 6619136 |
Author: dafdf |
Hits:
Description: Cheap_Flash 嵌入式NandFlash驱动文件系统源代码下载
Cheap_Flash 代码由我们开发完成,经过了严格的测试。
坏块处理包括基于坏块表的处理程序,提供单/多扇区操作。
多扇区为nandflash处理设计,降低NANDFLASH物理块擦除数,具有扇区预处理分配功能,提高写入速度。
NANDFLASH驱动上面可以运行CheapFAT文件系统。
文件系统可以支持坏块替换,块擦除,块移动,页写入产生坏块。文件系统以NAND_FLASH坏块管理驱动运行。
NAND_FLASH支持ECC数据纠错,每个扇区二次ECC纠错,保证数据正确读出。
NAND_FLASH管理层如果发现不可纠错恢复的扇区,将把扇区读出为0,这样也就等于目录尾,文件系统读写停止,不会继续读出错。
本代码是32位的坏块处理文件系统,包括小页(528字节),中页和大页,中大页,可用于用户代码测试!
代码可以用于U盘,SD卡的设计。以及一些需要大容量存储设备项目上。
作者联系:qq:292942278 e-mail:292942278@qq.com-qq:292942278 e-mail:tony_yang123@sina.com-Cheap_Flash_FS (STM32F103ZET6)- embedded NandFlash file system C free download code The Cheap_Flash_FS code has been developed by us to complete, and through rigorous testing. Bad block management functions include bad block table management based procedures, can provide single/multi sector operation. The multi sector designed specifically for nandflash, can reduce the NANDFLASH physical wiping the divisor. The above can be run (Cheap_Flash_FS (multi sector operations)) file system. The file system can support real-time bad block replacement, including the erase block, block movement, write page generated bad block. The file system based on NAND_FLASH bad block management drive operation. NAND_FLASH bad block management support ECC correction, for each sector performed two times ECC correction, ensure that read data correctly. NAND_FLASH bad block management if it is found that the Unrecoverable_error sector, the sector can be read out is set t
Platform: |
Size: 16006144 |
Author: dafdf |
Hits: