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

📄 readme.txt

📁 st910的 joytick程序
💻 TXT
字号:
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name          : Readme.txt
* Author             : MCD Application Team
* Date First Issued  : 05/18/2006 : Version 1.0
* Description        : Description of the Joystick USB HID Demo 
********************************************************************************
* History:
* 05/24/2006 : Version 1.1
* 05/18/2006 : Version 1.0
********************************************************************************
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/

Example description
===================
This example provides a description of how to use the USB on the STR91x devices.
The STR91x device is enumerated as an USB Joystick Mouse, that uses the native
PC Host USB HID driver.
The Joystick mounted on the STR910-Eval board is used to emulate the Mouse
directions.


Directory contents
==================

 + include

   - 91x_conf.h  Library Configuration file
   - usb_conf.h  USB Library configuration file
   - usb_desc.h  Joystick Mouse descriptor header
   - usb_pwr.h   Joystick Mouse Power header
   - usb_prop.h  Joystick Mouse Prosessing header

 + source

   - 91x_it.c    Interrupt handlers
   - main.c      Main program
   - usb_desc.c  Joystick Mouse descriptor file
   - usb_pwr.c   Joystick Mouse Power file
   - usb_prop.c  Joystick Mouse Prosessing file
   - usb_istr.c  Main USB interrupts file
   - usb_endp.c  Non-Control interrupt routines file


Hardware environment
====================
 - STR910-Eval board
   
How to use it
=============
In order to make the program work, you must do the following :
- Create a project and setup all your toolchain's start-up files
- Compile the directory content files, the required Standard Library files:

  + 91x_lib.c
  + 91x_gpio.c
  + 91x_scu.c
  + 91x_vic.c


 and all USB library files.
  
- Link all compiled files and load your image into either RAM or Flash
- Run the example


******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****

⌨️ 快捷键说明

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