1.Firmware

所属分类:单片机开发
开发工具:C/C++
文件大小:778KB
下载次数:5
上传日期:2013-09-12 14:59:39
上 传 者jeep4700-liu@163.com
说明:  C8051F340单片机实现U盘和SD卡
(C8051F340 MCU U-disk and SD card)

文件列表:
1.Firmware\c8051F340.h (16633, 2010-07-15)
1.Firmware\C8051F340.INC (14493, 2010-07-15)
1.Firmware\cyglink.txt (1696, 2011-07-13)
1.Firmware\F34x_MSD.#1 (91453, 2011-07-13)
1.Firmware\F34x_MSD.#2 (91458, 2011-07-13)
1.Firmware\F34x_MSD.#3 (91446, 2011-07-13)
1.Firmware\F34x_MSD.M51 (262108, 2011-07-13)
1.Firmware\F34x_MSD.OMF (91458, 2011-07-13)
1.Firmware\F34x_MSD.wsp (54760, 2011-08-04)
1.Firmware\F34x_MSD_CF_Basic_Functions.c (9692, 2010-07-15)
1.Firmware\F34x_MSD_CF_Basic_Functions.h (3413, 2010-07-15)
1.Firmware\F34x_MSD_CF_Basic_Functions.LST (105466, 2011-07-13)
1.Firmware\F34x_MSD_CF_Basic_Functions.OBJ (6265, 2011-07-13)
1.Firmware\F34x_MSD_Cmd.c (11992, 2010-07-15)
1.Firmware\F34x_MSD_Cmd.h (1564, 2010-07-15)
1.Firmware\F34x_MSD_Cmd.LST (272359, 2011-07-13)
1.Firmware\F34x_MSD_Cmd.OBJ (12121, 2011-07-13)
1.Firmware\F34x_MSD_Definitions.h (1964, 2010-07-15)
1.Firmware\F34x_MSD_Dir_Commands.c (5996, 2010-07-15)
1.Firmware\F34x_MSD_Dir_Commands.h (2128, 2010-07-15)
1.Firmware\F34x_MSD_Dir_Commands.LST (151807, 2011-07-13)
1.Firmware\F34x_MSD_Dir_Commands.OBJ (6109, 2011-07-13)
1.Firmware\F34x_MSD_File_System.c (45787, 2010-07-15)
1.Firmware\F34x_MSD_File_System.h (4254, 2010-07-15)
1.Firmware\F34x_MSD_File_System.LST (392638, 2011-07-13)
1.Firmware\F34x_MSD_File_System.OBJ (38156, 2011-07-13)
1.Firmware\F34x_MSD_Format_Disk.c (3820, 2010-07-15)
1.Firmware\F34x_MSD_Format_Disk.h (1975, 2010-07-15)
1.Firmware\F34x_MSD_Format_Disk.LST (161943, 2011-07-13)
1.Firmware\F34x_MSD_Format_Disk.OBJ (2164, 2011-07-13)
1.Firmware\F34x_MSD_Get_Char.c (1858, 2010-07-15)
1.Firmware\F34x_MSD_Get_Char.h (1469, 2010-07-15)
1.Firmware\F34x_MSD_Get_Char.LST (59082, 2011-07-13)
1.Firmware\F34x_MSD_Get_Char.OBJ (785, 2011-07-13)
1.Firmware\F34x_MSD_Log.c (3897, 2010-07-15)
1.Firmware\F34x_MSD_Log.h (1494, 2010-07-15)
1.Firmware\F34x_MSD_Log.LST (98629, 2011-07-13)
1.Firmware\F34x_MSD_Log.OBJ (2877, 2011-07-13)
1.Firmware\F34x_MSD_MMC.c (37630, 2010-07-15)
1.Firmware\F34x_MSD_MMC.h (1629, 2010-07-15)
... ...

------------------------------------------------------------------------------- Readme.txt ------------------------------------------------------------------------------- Copyright 2007 Silicon Laboratories, Inc. http://www.silabs.com Program Description: ------------------- The USB MSD RD includes all the ‘F340 firmware necessary to handle the following: * USB enumeration and standard requests * MSD class requests * SCSI command set * Media access - SD, MMC and CompactFlash card formats * FAT16 file system support Also included is an example application that can perform the following tasks: * Present an interactive command shell via the UART * Measure temperature using the on-chip temperature sensor and ADC * Monitor the state of the two push-button switches on the target board * Log the temperature and button state information to log files in the memory card How To Test: ----------- Refer to the "USB Mass Storage Device Reference Design Kit User's Guide" for step-by-step demonstration instructions. This is avilable here: http://www.silabs.com/products/microcontroller/designs.asp For more information on the firmware components and the file system API, please see the application note "AN282-USB Mass Storage Device Reference Design Programmer's Guide", which is available here: http://www.silabs.com/products/microcontroller/applications.asp Target and Tool Chain Information: --------------------------------- FID: 34X000071 Target: C8051F34x Tool chain: Keil C51 v8.0 (A51, C51, BL51) Silicon Laboratories IDE version 2.71 Project Name: F34x_MSD Command Line Options: -------------------- Assembler : XR GEN DB EP NOMOD51 Compiler : PW(80) SB LC OT(9,Size) CD DB OE DF(__F340_VER__) Large Linker : RS(256) PL(68) PW(78) IX File List: --------- c8051F320.h F34x_MSD.wsp F34x_MSD_CF_Basic_Functions.c F34x_MSD_CF_Basic_Functions.h F34x_MSD_Cmd.c F34x_MSD_Cmd.h F34x_MSD_Definitions.h F34x_MSD_Dir_Commands.c F34x_MSD_Dir_Commands.h F34x_MSD_File_System.c F34x_MSD_File_System.h F34x_MSD_Format_Disk.c F34x_MSD_Format_Disk.h F34x_MSD_Get_Char.c F34x_MSD_Get_Char.h F34x_MSD_Log.c F34x_MSD_Log.h F34x_MSD_MMC.c F34x_MSD_MMC.h F34x_MSD_MMC_Command.asm F34x_MSD_MSD.c F34x_MSD_MSD.h F34x_MSD_Physical_Settings.h F34x_MSD_Put_Char.c F34x_MSD_Put_Char.h F34x_MSD_Scsi.c F34x_MSD_Scsi.h F34x_MSD_Sect_Serv.c F34x_MSD_Sect_Serv.h F34x_MSD_Temp_Sensor.c F34x_MSD_Temp_Sensor.h F34x_MSD_UART.c F34x_MSD_UART.h F34x_MSD_USB_Descriptor.c F34x_MSD_USB_Descriptor.h F34x_MSD_USB_ISR.c F34x_MSD_USB_Main.c F34x_MSD_USB_Main.h F34x_MSD_USB_Procedure.asm F34x_MSD_USB_Register.h F34x_MSD_USB_Std_Req.c F34x_MSD_Util.c F34x_MSD_Util.h F34x_MSD_VBUS_Functions.c F34x_MSD_VBUS_Functions.h Readme.txt [this file] Release Information: ------------------- Release 1.3 -All changes by ES -18 DEC 2009 -In F34x_MSD_Sect_Serv.c: -Modified Sect_Print() so that the correct card size is reported on cards with larger memory. -In F34x_MSD_Basic_Functions.c: -Added extra delay loop in Init_CF(). Release 1.2 -All changes by BD and PD -26 SEP 2007 -Added Modified Startup.A51 to project -In F34x_MSD_File_System.c: -Modified code in fwrite() and fat_chain() to fix cluster-spanning bug. -Modified code in file_name_match() to fix bug with multiple files that were recorded with the same name. -In F34x_MSD_Log.c: -Changed Log_Step() routine to perform only one fwrite() and decrease amount of time spent logging the button data by 67%. -In F34x_MSD_MMC.c: -Removed debugging printf()s. Release 1.1 -All changes by PKC -09 JUN 2006 -Replaced SFR definitions file "c8051f320.h" with "c8051f340.h" -Removed individual SFR definitions and included c8051f340.inc in asm files -Corrected "SPIDAT" to "SPI0DAT" in F34x_MSD_MMC.c Release 1.0 -Initial Release ------------------------------------------------------------------------------- End Of File -------------------------------------------------------------------------------

近期下载者

相关文件


收藏者