FatFs
FatFs[1]是一个通用的文件系统(FAT/exFAT)模块,用于在小型嵌入式系统中实现FAT文件系统。FatFs组件的编写遵循ANSIC(C89),完全分离于磁盘I/O层,因此不依赖于硬件平台。它可以嵌入到资源有限的微控制器中,如8051,PIC,AVR,ARM,Z80,RX等等,不需要做任何修...
资源总数
69
FatFs 全部资料 69 份
FATFS文件系统主要结构体及接口函数说明
FATFS结构(文件系统对象)用来保存独立逻辑驱动器动态工作区域。这个结构由应用程序给定,使用f_mount函数注册/注销 FatFs模块。在执行f_mount或媒体发生变化后,访问第一个文件时FATFS被初始化。其他应用程序不能改变结构的...
2013-10-09
108
This is the latest VS1053B chip interface routines combined with Elm Chan s FatFs library. Whole cod
This is the latest VS1053B chip interface routines combined with Elm Chan s FatFs library. Whole code has been ported to...
2014-01-10
22
FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedde
FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs...
2016-11-17
197
Tried to make CAN logger on AT91sam7X-ek, but have no idea how to implement FATFs... -( I m just a
Tried to make CAN logger on AT91sam7X-ek, but have no idea how to implement FATFs... -( I m just a beginner
2017-09-20
81
STM32野火开发板上的源程序,MP3 + FATFS + SD卡的程序,程序已在板子上调试通过。
STM32野火开发板上的源程序,MP3 + FATFS + SD卡的程序,程序已在板子上调试通过。
2022-11-28
1