USPro_C8051F340

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:212KB
下载次数:36
上传日期:2012-07-18 19:29:25
上 传 者no_user
说明:  C8051F340 25系统高速编程器固件源码
(C8051F340 25 high-speed programming firmware source)

文件列表:
USPro_C8051F340下位机\cyglink.txt (484, 2010-07-09)
USPro_C8051F340下位机\ExtDll.iex (19, 2010-02-01)
USPro_C8051F340下位机\F34x_SPI_Flash.c (14813, 2010-03-11)
USPro_C8051F340下位机\F34x_SPI_Flash.LST (24768, 2011-03-06)
USPro_C8051F340下位机\F34x_SPI_Flash.OBJ (24410, 2011-03-06)
USPro_C8051F340下位机\F34x_USB0_Bulk (0, 2010-07-09)
USPro_C8051F340下位机\F34x_USB0_Bulk.#1 (0, 2010-07-09)
USPro_C8051F340下位机\F34x_USB0_Bulk.#2 (0, 2010-07-09)
USPro_C8051F340下位机\F34x_USB0_Bulk.#3 (0, 2010-07-09)
USPro_C8051F340下位机\F34x_USB0_Bulk.M51 (819, 2010-07-09)
USPro_C8051F340下位机\F34x_USB0_Bulk.wsp (23816, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Config.h (5105, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Descriptors.c (5019, 2010-02-13)
USPro_C8051F340下位机\F34x_USB_Descriptors.h (4592, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Descriptors.LST (7880, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Descriptors.OBJ (21271, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_ISR.c (29480, 2010-03-11)
USPro_C8051F340下位机\F34x_USB_ISR.LST (46964, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_ISR.OBJ (53960, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Main.c (8739, 2010-03-02)
USPro_C8051F340下位机\F34x_USB_Main.h (8249, 2010-03-02)
USPro_C8051F340下位机\F34x_USB_Main.LST (13864, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Main.OBJ (24418, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Registers.h (4773, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Request.h (3965, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Standard_Requests.c (15783, 2010-02-22)
USPro_C8051F340下位机\F34x_USB_Standard_Requests.LST (24690, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Standard_Requests.OBJ (33140, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Structs.h (4780, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Utilities.c (11842, 2009-09-09)
USPro_C8051F340下位机\F34x_USB_Utilities.LST (18587, 2011-03-06)
USPro_C8051F340下位机\F34x_USB_Utilities.OBJ (31397, 2011-03-06)
USPro_C8051F340下位机\Firmware.IAB (28672, 2010-01-25)
USPro_C8051F340下位机\Firmware.IAD (608, 2010-01-25)
USPro_C8051F340下位机\Firmware.IMB (8192, 2010-01-25)
USPro_C8051F340下位机\Firmware.IMD (408, 2010-01-25)
USPro_C8051F340下位机\Firmware.PFI (56, 2010-07-09)
USPro_C8051F340下位机\Firmware.PO (776, 2010-07-09)
USPro_C8051F340下位机\Firmware.PR (4880, 2010-01-25)
USPro_C8051F340下位机\Firmware.PRI (28848, 2010-01-25)
... ...

------------------------------------------------------------------------------- Readme.txt ------------------------------------------------------------------------------- Copyright 2005 Silicon Laboratories, Inc. http://www.silabs.com Program Description: ------------------- This firmware is intended to work with the Silabs USB Bulk File Transfer example, implementing two Bulk pipes with ***-byte Maximum transfers. The endpoints used are as follows: Endpoint1 IN - BULK IN Endpoint2 OUT - BULK OUT How To Test: ----------- 1) Download the code to any C8051F34x target board using the Silicon Labs IDE 2) Run the GUI application that comes with the firmware and test the features Known Issues and Limitations: ---------------------------- 1) Firmware works with the Silicon Labs IDE v1.71 or later and the Keil C51 tool chain. Project and code modifications will be necessary for use with different tool chains. 2) Compiler optimization emphasis is selected as "favor small code". This selection is necessary for the project to be compiled with the trial version of the Keil C51 Compiler (under 4k code space). 3) If using the C8051F340TB target board, the VREGIN-VBUS pins should be shorted if bus powered. The VREGIN-VDD pins should be shorted if wall powered. 4) Windows application and driver supports Win2K, XP, and ***SE only. Target and Tool Chain Information: --------------------------------- FID: 34X000015 Target: C8051F34x Tool chain: Keil C51 7.50 / Keil EVAL C51 Silicon Laboratories IDE version 2.6 Project Name: F34x_USB_Bulk Command Line Options: -------------------- Assembler : Default Compiler : Default Linker : Default File List: --------- F34x_USB_Bulk.wsp F34x_USB_Config.h F34x_USB_Descriptors.c F34x_USB_Descriptors.h F34x_USB_Main.c F34x_USB_Main.h F34x_USB_Registers.h F34x_USB_Request.h F34x_USB_Standard_Requests.c F34x_USB_Structs.h F34x_USB_ISR.c F34x_USB_Utilities.c Readme.txt (this file) Release Information: ------------------- Release 1.3 -Updated all files -Ported from 'F320 to 'F340 Release 1.2 -Initial revisions by JS / CS / JM -JM revisions were on 25 MAY 2005 -Before the new guidelines ------------------------------------------------------------------------------- End Of File -------------------------------------------------------------------------------

近期下载者

相关文件


收藏者