VisualComProject

所属分类:ActiveX/DCOM/ATL
开发工具:C/C++
文件大小:316KB
下载次数:19
上传日期:2009-08-27 11:19:52
上 传 者小菜鸟一枚
说明:  在电脑上自动生成一个虚拟的Com口,编程简单,学习方便,易于修改,大家都来下载,
(The computer automatically generates a virtual Com port, programming simple and easy to learn, easy to modify, we have come to download,)

文件列表:
Project\Audio_Speaker\EWARMv5\AudioSpeaker.ewd (35670, 2009-04-25)
Project\Audio_Speaker\EWARMv5\AudioSpeaker.ewp (47105, 2009-04-25)
Project\Audio_Speaker\EWARMv5\AudioSpeaker.eww (166, 2009-04-25)
Project\Audio_Speaker\EWARMv5\stm32f10x_flash.icf (1355, 2009-04-25)
Project\Audio_Speaker\inc\hw_config.h (2797, 2009-04-25)
Project\Audio_Speaker\inc\i2s_codec.h (6933, 2009-04-25)
Project\Audio_Speaker\inc\platform_config.h (2379, 2009-04-25)
Project\Audio_Speaker\inc\stm32f10x_conf.h (3450, 2009-04-25)
Project\Audio_Speaker\inc\stm32f10x_it.h (2037, 2009-04-25)
Project\Audio_Speaker\inc\usb_conf.h (3168, 2009-04-25)
Project\Audio_Speaker\inc\usb_desc.h (4192, 2009-04-25)
Project\Audio_Speaker\inc\usb_istr.h (2645, 2009-04-25)
Project\Audio_Speaker\inc\usb_prop.h (2811, 2009-04-25)
Project\Audio_Speaker\inc\usb_pwr.h (2245, 2009-04-25)
Project\Audio_Speaker\RIDE\AudioSpeaker.rapp (17840, 2009-04-25)
Project\Audio_Speaker\RIDE\AudioSpeaker.rprj (314, 2009-04-25)
Project\Audio_Speaker\RVMDK\AudioSpeaker.Opt (5859, 2009-04-25)
Project\Audio_Speaker\RVMDK\AudioSpeaker.Uv2 (8588, 2009-04-25)
Project\Audio_Speaker\src\hw_config.c (11463, 2009-04-25)
Project\Audio_Speaker\src\i2s_codec.c (56162, 2009-04-25)
Project\Audio_Speaker\src\main.c (3174, 2009-04-25)
Project\Audio_Speaker\src\stm32f10x_it.c (9775, 2009-04-25)
Project\Audio_Speaker\src\usb_desc.c (11641, 2009-04-25)
Project\Audio_Speaker\src\usb_endp.c (2669, 2009-04-25)
Project\Audio_Speaker\src\usb_istr.c (5742, 2009-04-25)
Project\Audio_Speaker\src\usb_prop.c (11491, 2009-04-25)
Project\Audio_Speaker\src\usb_pwr.c (7111, 2009-04-25)
Project\Custom_HID\EWARMv5\Custom_HID.ewd (35670, 2009-04-25)
Project\Custom_HID\EWARMv5\Custom_HID.ewp (47031, 2009-04-25)
Project\Custom_HID\EWARMv5\Custom_HID.eww (164, 2009-04-25)
Project\Custom_HID\EWARMv5\stm32f10x_flash.icf (1355, 2009-04-25)
Project\Custom_HID\inc\hw_config.h (1994, 2009-04-25)
Project\Custom_HID\inc\platform_config.h (5289, 2009-04-25)
Project\Custom_HID\inc\stm32f10x_conf.h (3450, 2009-04-25)
Project\Custom_HID\inc\stm32f10x_it.h (2044, 2009-04-25)
Project\Custom_HID\inc\usb_conf.h (3500, 2009-04-25)
Project\Custom_HID\inc\usb_desc.h (3036, 2009-04-25)
Project\Custom_HID\inc\usb_istr.h (2609, 2009-04-25)
Project\Custom_HID\inc\usb_prop.h (3146, 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******

近期下载者

相关文件


收藏者