第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录文件列表: 第1章-SD卡读写模块 ...................\PC机程序 ...................\........\CommPort.cpp ...................\........\CommPort.h ...................\........\Debug ...................\........\EraseBlkDlg.cpp ...................\........\EraseBlkDlg.h ...................\........\hexeditctrl.cpp ...................\........\hexeditctrl.h ...................\........\ReadMe.txt ...................\........\Release ...................\........\RES ...................\........\...\SDExample.ico ...................\........\...\SDExample.rc2 ...................\........\Resource.h ...................\........\SDExample.aps ...................\........\SDExample.clw ...................\........\SDExample.cpp ...................\........\SDExample.dsp ...................\........\SDExample.dsw ...................\........\SDExample.exe ...................\........\SDExample.h ...................\........\SDExample.ncb ...................\........\SDExample.opt ...................\........\SDExample.plg ...................\........\SDExample.rc ...................\........\SDExampleDlg.cpp ...................\........\SDExampleDlg.h ...................\........\StdAfx.cpp ...................\........\StdAfx.h ...................\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