⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 学习usb编程很好的例子 自己学习用的。
💻 TXT
字号:
-------------------------------------------------------------------------------
 Readme.txt
-------------------------------------------------------------------------------

Copyright 2005 Silicon Laboratories, Inc.
http://www.silabs.com

Program Description:
-------------------

This application note covers the implementation of a simple USB application 
using the interrupt transfer type. Thisincludes support for device enumeration, 
control and interrupt transactions, and definitions of descriptor data. The
purpose of this software is to give a simple working example of an interrupt 
transfer application; it does not includesupport for multiple configurations, 
or other transfer types.

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 98SE only.
	

Target and Tool Chain Information:
---------------------------------

FID:            34X000023
Target:         C8051F34x
Tool chain:     Keil C51 7.50 / Keil EVAL C51
                Silicon Laboratories IDE version 2.6
Project Name:   F34x_USB_Interrupt


Command Line Options:
--------------------

Assembler : Default
Compiler  : Default
Linker    : Default 


File List:
---------

F34x_USB_Descriptor.c
F34x_USB_Descriptor.h
F34x_USB_ISR.c
F34x_USB_Main.c
F34x_USB_Main.h
F34x_USB_Register.h
F34x_USB_Standard_Requests.c
ReadMe.txt (this file)


Release Information:
-------------------
	        
Version 1.0
	Initial release (GP).
        20 DEC 2005

-------------------------------------------------------------------------------
 End Of File
-------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -