TB FatFs移植实验 - 嵌入式大讲堂 页码,1/36 TB FatFs移植实验 出自嵌入式大讲堂 TB FatFs移植实验 - 嵌入式大讲堂 页码,1/36 TB FatFs移植实验 出自嵌入式大讲堂 目录 1 实验要求 2 实验目的 3 FatFs 3.1 特点 3.2 应用程序接口 3.2.1 f_mount 3.2.2 f_open 3.2.3 f_close 3.2.4 f_read 3.2.5 f_write 3.2.6 f_lseek 3.2.7 f_truncate 3.2.8 f_sync 3.2.9 f_opendir 3.2.10 f_readdir 3.2.11 f_getfree 3.2.12 f_stat 3.2.13 f_mkdir 3.2.14 f_unlink 3.2.15 f_chmod 3.2.16 f_utime 3.2.17 f_rename 3.2.18 f_mkfs 3.2.19 f_forward 3.2.20 f_chdi……