ffsample

所属分类:单片机开发
开发工具:Others
文件大小:2206KB
下载次数:47
上传日期:2012-04-13 13:10:48
上 传 者传奇英雄
说明:  FatFs 官方例程。包含AVR, PIC24, LPC2300, LPC1700, V850ES, H8/300H, SH-2A, RX62N, Win32 and Generic uC
(FatFs sample projects (AVR, PIC24, LPC2300, LPC1700, V850ES, H8/300H, SH-2A, RX62N, Win32 and Generic uC))

文件列表:
avr (0, 2012-01-24)
avr\ata.c (11527, 2011-05-11)
avr\avr_ata.png (13074, 2012-01-24)
avr\avr_cfc.png (13197, 2012-01-24)
avr\avr_mmc.png (11674, 2012-01-24)
avr\cc932_avr.c (69590, 2010-03-04)
avr\cfc.c (12262, 2011-05-11)
avr\cfmm.c (28193, 2011-09-05)
avr\diskio.h (2243, 2011-07-23)
avr\ff.c (141694, 2011-09-05)
avr\ff.h (12334, 2011-09-05)
avr\ffconf.h (7519, 2011-09-05)
avr\integer.h (856, 2010-04-24)
avr\main.c (17591, 2012-01-24)
avr\Makefile_ata (3198, 2012-02-06)
avr\Makefile_cfc (3198, 2012-02-06)
avr\Makefile_cfmm (3201, 2012-02-06)
avr\Makefile_mmc (3198, 2012-02-06)
avr\Makefile_mmcbb (3204, 2012-02-06)
avr\mmc.c (17796, 2011-08-01)
avr\mmcbb.c (16507, 2012-02-10)
avr\rtc.c (4894, 2010-05-09)
avr\rtc.h (519, 2011-05-01)
avr\sound.c (6891, 2012-01-24)
avr\sound.h (562, 2011-11-22)
avr\uart.c (1892, 2006-04-02)
avr\uart.h (253, 2006-08-23)
avr\unicode (0, 2012-01-24)
avr\unicode\cc932_avr.c (69590, 2010-03-04)
avr\unicode\ccsbcs_avr.c (30508, 2012-01-24)
avr\xitoa.h (3086, 2011-06-08)
avr\xitoa.S (9861, 2011-06-08)
generic (0, 2011-09-26)
generic\diskio.h (1523, 2010-10-13)
generic\ff.c (141694, 2011-09-05)
generic\ff.h (12334, 2011-09-05)
generic\ffconf.h (7519, 2011-09-06)
generic\integer.h (856, 2010-04-24)
generic\main.c (2785, 2012-01-18)
... ...

FatFs Module Sample Projects (C)ChaN, 2012 This archive contains sample projects for function/compatibility test of FatFs module with platform dependent low level disk I/O modules. DIRECTORIES Directory Platform Simple project for generic MCUs. ANYWAY START WITH THIS! NXP LPC2300 (LPC2388, 32-bit) NXP LPC1700 (LPC1768, 32-bit) Renesas RX62N (R5F562N8BDFB, 32-bit) Renesas SH-2A (R5S72620W14FPU, 32-bit) Renesas H8/300H (HD***F3694, 16-bit) ATMEL AVR (ATmega***, 8-bit) Microchip PIC24 (PIC24FJ***GA002, 16-bit) NEC V850ES (UPD70F3716, 32-bit) Windows (Visual C++), ANSI/Unicode Each sample project contains support of following media. MMC/SDC MMC/SDC CFC ATA NAND (SPI) (native) (8bit) (16bit) Generic o LPC2300 o o LPC1700 o RX62N o SH7262 o H8/300H o AVR o o o PIC24 o V850ES o The disk I/O modules will able to be used as reference design for any other file system module as well. You will able to find various implementations on the web other than these samples, such as STM32, MSP430, PIC32, Nios 2, 68HC11, and Z8, at least, so far as I know. AGREEMENTS These sample projects for FatFs module are free software and there is NO WARRANTY. You can use, modify and redistribute it for personal, non-profit or commercial product without any restriction UNDER YOUR RESPONSIBILITY. REVISION HISTORY Apr 29, 2006 First release. Aug 19, 2006 MMC module: Fixed a bug that disk_initialize() never time-out when card does not go ready. Oct 12, 2006 CF module: Fixed a bug that disk_initialize() can fail at 3.3V. Oct 22, 2006 Added a sample project for V850ES. Feb 04, 2007 All modules: Modified for FatFs module R0.04. MMC module: Fixed a bug that disk_ioctl() returns incorrect disk size. Apr 03, 2007 All modules: Modified for FatFs module R0.04a. MMC module: Supported high capacity SD memory cards. May 05, 2007 MMC modules: Fixed a bug that GET_SECTOR_COUNT via disk_ioctl() fails on MMC. Aug 26, 2007 Added some ioctl sub-functions. Oct 13, 2007 MMC modules: Fixed send_cmd() sends incorrect command packet. Dec 12, 2007 Added a sample project for Microchip PIC. Feb 03, 2008 All modules: Modified for FatFs module R0.05a. Apr 01, 2008 Modified main() for FatFs module R0.06. Oct 18, 2008 Added a sample project for NXP LPC2300. Apr 01, 2009 Modified for FatFs module R0.07. Apr 18, 2009 Modified for FatFs module R0.07a. Jun 25, 2009 Modified for FatFs module R0.07c. Jul 13, 2009 Added sample project for Unicoede API. May 15, 2010 Modified for FatFs module R0.08. Added a sample project for Renesas SH2A. Aug 16, 2010 Modified for FatFs module R0.08a. LPC2300: Added NAND flash driver. Oct 14, 2010 Added a sample project for generic uC. Nov 25, 2010 AVR: Fixed socket controls of MMC drivers. Added bitbanging MMC driver. Jan 15, 2011 Modified for FatFs module R0.08b. Feb 06, 2011 Added a sample project for Renesas RX62N. Jun 11, 2011 LPC2300: Updated project Jul 31, 2011 Added LPC1700 project Dec 22, 2011 LPC2300: Added JPEG decompressor Sep 06, 2011 Modified for FatFs module R0.09. Feb 06, 2012 LPC2300: Updated NAND-FTL driver

近期下载者

相关文件


收藏者