Custom_HID

所属分类:其他
开发工具:C/C++
文件大小:590KB
下载次数:0
上传日期:2018-08-22 19:49:22
上 传 者古 月
说明:  实现USB HID通信 * File Name : readme.txt * Author : MCD Application Team * Version : V3.0.0 * Date : 04/06/2009 * Description : Description of the USB Custom_HID Demo.
(* File Name : readme.txt * Author : MCD Application Team * Version : V3.0.0 * Date : 04/06/2009 * Description : Description of the USB Custom_HID Demo.)

文件列表:
Custom_HID (0, 2018-08-17)
Custom_HID\EWARMv5 (0, 2018-08-17)
Custom_HID\EWARMv5\Custom_HID.ewd (35670, 2009-04-25)
Custom_HID\EWARMv5\Custom_HID.ewp (47031, 2009-04-25)
Custom_HID\EWARMv5\Custom_HID.eww (164, 2009-04-25)
Custom_HID\EWARMv5\stm32f10x_flash.icf (1355, 2009-04-25)
Custom_HID\inc (0, 2018-08-17)
Custom_HID\inc\hw_config.h (1994, 2018-08-17)
Custom_HID\inc\platform_config.h (5289, 2009-04-25)
Custom_HID\inc\stm32f10x_conf.h (3456, 2018-08-17)
Custom_HID\inc\stm32f10x_it.h (2044, 2009-04-25)
Custom_HID\inc\usb_conf.h (3500, 2009-04-25)
Custom_HID\inc\usb_desc.h (3036, 2009-04-25)
Custom_HID\inc\usb_istr.h (2609, 2009-04-25)
Custom_HID\inc\usb_prop.h (3146, 2009-04-25)
Custom_HID\inc\usb_pwr.h (2244, 2009-04-25)
Custom_HID\Libraries (0, 2018-08-17)
Custom_HID\Libraries\CMSIS (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\CM3 (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\CM3\core_cm3.c (16249, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\core_cm3.h (42077, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\arm (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_hd.s (15872, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_ld.s (12236, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_md.s (12564, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\gcc (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\gcc\startup_stm32f10x_hd.c (16437, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\gcc\startup_stm32f10x_ld.c (12790, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\gcc\startup_stm32f10x_md.c (13104, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\iar (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_hd.s (16573, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_ld.s (12001, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\startup\iar\startup_stm32f10x_md.s (12492, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\stm32f10x.h (530869, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\system_stm32f10x.c (24166, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\CM3\system_stm32f10x.h (2158, 2009-04-25)
Custom_HID\Libraries\CMSIS\Core\Documentation (0, 2018-08-17)
Custom_HID\Libraries\CMSIS\Core\Documentation\CMSIS_Core.htm (50779, 2009-04-25)
... ...

/******************** (C) COPYRIGHT 2009 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V3.0.0 * Date : 04/06/2009 * Description : Description of the USB Custom_HID Demo. ******************************************************************************** * THE PRESENT FIRMWARE 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 FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Example description =================== This Demo provides a description of how to use the USB-FS-Device on the STM32F10x devices. The STM32F10x device is enumerated as HID compliant device, that uses the native PC Host USB-FS-Device HID driver. More details about this Demo implementation is given in the User manual "UM0424 STM32F10xxx USB development kit", available for download from the ST microcontrollers website: www.st.com/stm32 Directory contents ================== + \inc: contains the Demo firmware header files + \EWARMv5: contains pre-configured projects for EWARM5 toolchain + \RIDE: contains pre-configured projects for RIDE toolchain + \RVMDK: contains pre-configured projects for RVMDK toolchain + \src: contains the Demo firmware source files Hardware environment ==================== This example runs on STMicroelectronics STM3210B-EVAL and STM3210E-EVAL evaluation boards and can be easily tailored to any other hardware. To select the STMicroelectronics evaluation board used to run the example, uncomment the corresponding line in platform_config.h file. How to use it ============= + RVMDK - Open the Custom_HID.Uv2 project - In the build toolbar select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - Rebuild all files: Project->Rebuild all target files - Load project image: Debug->Start/Stop Debug Session - Run program: Debug->Run (F5) + EWARM5 - Open the Custom_HID.eww workspace. - In the workspace toolbar select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - Rebuild all files: Project->Rebuild all - Load project image: Project->Debug - Run program: Debug->Go(F5) + RIDE - Open the Custom_HID.rprj project. - In the configuration toolbar(Project->properties) select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - Rebuild all files: Project->build project - Load project image: Debug->start(ctrl+D) - Run program: Debug->Run(ctrl+F9) NOTE: - Low-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Medium-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 32 and 128 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. ******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者