周立功的SD卡管理代码
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
2. SD目录 : SD卡读写模块的全部文件,一般不用修改.
3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,
而sdconfig.h通常会有改动.
4. 例子见上一级目录的SDExample目录.
文件列表:
SDExample
.........\SD
.........\..\sdcmd.c
.........\..\sdcmd.h
.........\..\sdcrc.c
.........\..\sdcrc.h
.........\..\sddriver.c
.........\..\sddriver.h
.........\..\sdhal.c
.........\..\sdhal.h
.........\SDExample.mcp
.........\src
.........\...\config.h
.........\...\IRQ.s
.........\...\LPC2294.h
.........\...\main.c
.........\...\mem_a.scf
.........\...\mem_b.scf
.........\...\mem_c.scf
.........\...\sdconfig.h
.........\...\Startup.s
.........\...\target.c
.........\...\target.h
.........\uart
.........\....\uart.c
.........\....\uart.h
SD卡读写模块
............\SD
............\..\sdcmd.c
............\..\sdcmd.h
............\..\sdcrc.c
............\..\sdcrc.h
............\..\sddriver.c
............\..\sddriver.h
............\..\sdhal.c
............\..\sdhal.h
............\sdconfig.h
............\使用说明.txt