文件名称:USB_mouse_M3
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 594kb
- 下载次数:
- 0次
- 提 供 者:
- iaml****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个简单的工程(keil和iar),在Crotex-M3芯片上(利用上下左右中5个按键)实现了一个USB功能的鼠标的代码。-This is a sample project to demonstrate how to use USB function module
to a USB mouse.(project in KEIL & IAR)
to a USB mouse.(project in KEIL & IAR)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
usb_func_mouse\common\core_cm3.c
..............\......\core_cm3.h
..............\......\core_cmFunc.h
..............\......\core_cmInstr.h
..............\......\mb9bf506r.h
..............\......\system_mb9bf50x.c
..............\......\system_mb9bf50x.h
..............\driver\usb_buffer.c
..............\......\usb_buffer.h
..............\......\usb_desc.h
..............\......\usb_hw.c
..............\......\usb_hw.h
..............\......\usb_t9.c
..............\......\usb_t9.h
..............\example\ARM\Debug_RAM.ini
..............\.......\...\Flash\FLASH_DEBUG_README.txt
..............\.......\...\.....\MB9BFxxx_512.FLM
..............\.......\...\mb9bf506r_template.uvopt
..............\.......\...\mb9bf506r_template.uvproj
..............\.......\...\mb9bf506r_template_Debug.dep
..............\.......\...\startup_mb9bf50x.s
..............\.......\IAR\config\flashloader\FlashLoader.board
..............\.......\...\......\...........\FlashMB9BF506.flash
..............\.......\...\......\...........\FlashMB9BF506.mac
..............\.......\...\......\...........\FlashMB9BF506.out
..............\.......\...\......\mb9bf506.icf
..............\.......\...\......\mb9bf506_ram.icf
..............\.......\...\......\Ram_VTOR.mac
..............\.......\...\mb9bf506r_template.dep
..............\.......\...\mb9bf506r_template.ewd
..............\.......\...\mb9bf506r_template.ewp
..............\.......\...\mb9bf506r_template.eww
..............\.......\...\output\release\exe\mb9bf506r_template.srec
..............\.......\...\settings\mb9bf506r_template.cspy.bat
..............\.......\...\........\mb9bf506r_template.dbgdt
..............\.......\...\........\mb9bf506r_template.dni
..............\.......\...\........\mb9bf506r_template.wsdt
..............\.......\...\........\mb9bf506r_template_Debug.jlink
..............\.......\...\startup_mb9bf50x.s
..............\.......\source\app\buttons.c
..............\.......\......\...\buttons.h
..............\.......\......\...\hid.h
..............\.......\......\...\hid_mouse.c
..............\.......\......\...\hid_mouse.h
..............\.......\......\...\includes.h
..............\.......\......\...\main.c
..............\.......\......\...\usb_cnfg.h
..............\.......\......\...\usb_dev_desc.c
..............\.......\......\...\usb_dev_desc.h
..............\.......\......\...\usb_hooks.c
..............\.......\......\...\usb_hooks.h
..............\.......\......\board\arm_comm.h
..............\.......\......\.....\board.h
..............\Readme.txt
..............\example\IAR\output\release\exe
..............\.......\...\......\.......\list
..............\.......\...\......\.......\obj
..............\.......\ARM\output\debug
..............\.......\...\......\release
..............\.......\IAR\config\flashloader
..............\.......\...\output\debug
..............\.......\...\......\release
..............\.......\ARM\Flash
..............\.......\...\output
..............\.......\IAR\config
..............\.......\...\output
..............\.......\...\settings
..............\.......\source\app
..............\.......\......\board
..............\.......\ARM
..............\.......\IAR
..............\.......\source
..............\common
..............\driver
..............\example
usb_func_mouse
USB_mouse_M3\common\core_cm3.c
............\......\core_cm3.h
............\......\core_cmFunc.h
............\......\core_cmInstr.h
............\......\mb9bf506r.h
............\......\system_mb9bf50x.c
............\......\system_mb9bf50x.h
............\driver\usb_buffer.c
............\......\usb_buffer.h
............\......\usb_desc.h
............\......\usb_hw.c
............\......\usb_hw.h
............\......\usb_t9.c
............\......\usb_t9.h
............\example\ARM\Debug_RAM.ini
............\.......\...\Flash\FLASH_DEBUG_README.txt
............\.......\...\.....\MB9BFxxx_512.FLM
............\.......\...\mb9bf506r_template.uvopt
............\.......\...\mb9bf506r_template.uvproj
............\.......\...\mb9bf506r_template_Debug.dep
............\.......\...\startup_mb9bf50x.s
............\.......\I