STM32_USB_HID

所属分类:USB编程
开发工具:C/C++
文件大小:1628KB
下载次数:165
上传日期:2013-07-17 19:00:15
上 传 者哈哈呵呵
说明:  usb hid自定义设备双向通信 修改后的,测试过的
(usb hid custom device bidirectional communication modified, tested)

文件列表:
Utilities\Binary\arm-elf-objcopy.exe (523776, 2010-07-05)
Utilities\Binary\axftobin.bat (1454, 2010-07-05)
Utilities\Binary\cygwin1.dll (1189587, 2010-07-05)
Utilities\Binary\hex2bin.exe (8192, 2010-07-05)
Utilities\Binary\hextobin.bat (1830, 2010-07-05)
Utilities\Binary\TrueSTUDIO_elf2bin.bat (1520, 2010-07-05)
Utilities\DFU_images\STM3210B-EVAL_AudioSpeaker.dfu (7509, 2010-07-05)
Utilities\DFU_images\STM3210B-EVAL_CustomHID.dfu (8789, 2010-07-05)
Utilities\DFU_images\STM3210B-EVAL_JoystickMouse.dfu (7629, 2010-07-05)
Utilities\DFU_images\STM3210B-EVAL_MassStorage.dfu (10169, 2010-07-05)
Utilities\DFU_images\STM3210B-EVAL_VirtualCOMPort.dfu (7713, 2010-07-05)
Utilities\DFU_images\STM3210C-EVAL_AudioStreaming_14MHz.dfu (12741, 2010-07-05)
Utilities\DFU_images\STM3210C-EVAL_AudioStreaming_25MHz.dfu (12733, 2010-07-05)
Utilities\DFU_images\STM3210C-EVAL_CustomHID.dfu (11273, 2010-07-05)
Utilities\DFU_images\STM3210C-EVAL_JoyStickMouse.dfu (12013, 2010-07-05)
Utilities\DFU_images\STM3210C-EVAL_MassStorage.dfu (13081, 2010-07-05)
Utilities\DFU_images\STM3210C-EVAL_VirtualCOMPort.dfu (10397, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_AudioSpeaker.dfu (9025, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_CustomHID.dfu (8933, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_JoystickMouse.dfu (7793, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_MassStorage.dfu (16444, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_VirtualCOMPort.dfu (7741, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_XL_AudioSpeaker.dfu (9025, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_XL_CustomHID.dfu (8933, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_XL_JoyStickMouse.dfu (7793, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_XL_MassStorage.dfu (16444, 2010-07-05)
Utilities\DFU_images\STM3210E-EVAL_XL_VirtualCOMPort.dfu (7741, 2010-07-05)
Utilities\STM32_EVAL\Common\fonts.c (47200, 2010-07-05)
Utilities\STM32_EVAL\Common\fonts.h (2151, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_i2c_ee.c (23820, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_i2c_ee.h (4090, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_i2c_tsensor.c (19788, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_i2c_tsensor.h (2967, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_spi_flash.c (16245, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_spi_flash.h (4055, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_spi_sd.h (9937, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_sdio_sd.c (91705, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_sdio_sd.h (17591, 2010-07-05)
Utilities\STM32_EVAL\Common\stm32_eval_spi_sd.c (25406, 2011-02-10)
Utilities\STM32_EVAL\Release_Notes_for_STM32_EVAL.html (15069, 2010-07-05)
... ...

/******************** (C) COPYRIGHT 2010 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V3.2.1 * Date : 07/05/2010 * 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 + \MDK-ARM: contains pre-configured projects for MDK-ARM toolchain + \HiTOP: contains pre-configured projects for HiTOP toolchain + \TrueSTUDIO: contains pre-configured projects for TrueSTUDIO toolchain + \src: contains the Demo firmware source files Hardware environment ==================== This example runs on STMicroelectronics STM3210B-EVAL, STM3210C-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. - STM3210B-EVAL Set-up - Jumper JP1 (USB disconnect) should be connected in position 2-3. - STM3210E-EVAL Set-up - Jumper JP14 (USB disconnect) should be connected in position 2-3. - STM3210C-EVAL Set-up - Jumper JP17 (I2C_SCK) should be connected. How to use it ============= + MDK-ARM - Open the Custom_HID.uvproj project - In the build toolbar select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210C-EVAL: to configure the project for STM32 Connectivity-Line 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 - STM3210C-EVAL: to configure the project for STM32 Connectivity-Line devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - STM3210E-EVAL_XL: to configure the project for STM32 XL-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 - STM3210C-EVAL: to configure the project for STM32 Connectivity-Line devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - STM3210E-EVAL_XL: to configure the project for STM32 XL-density devices - Rebuild all files: Project->build project - Load project image: Debug->start(ctrl+D) - Run program: Debug->Run(ctrl+F9) + HiTOP - Open the HiTOP toolchain, a "using projects in HiTOP" window appears. - Select open an existing project. - Browse to open the Custom_HID.htp: - under STM32F10B_EVAL directory: to select the project for STM32 Medium-density devices. - under STM32F10C_EVAL directory: to select the project for STM32 Connectivity-Line devices. - under STM32F10E_EVAL directory: to select the project for STM32 High-density devices - under STM32F10E_EVAL_XL directory: to select the project for STM32 XL-density devices - "Download application" window is displayed, click "cancel". - Rebuild all files: Project->Rebuild all - Click on ok in the "download project" window. - Run program: Debug->Go(F5). + TrueSTUDIO - Open the TrueSTUDIO toolchain. - Click on File->Switch Workspace->Other and browse to TrueSTUDIO workspace directory. - Click on File->Import, select General->'Existing Projects into Workspace' and then click "Next". - Browse to the TrueSTUDIO workspace directory and select the project: - STM3210B-EVAL: to load the project for STM32 Medium-density devices - STM3210C-EVAL: to load the project for STM32 Connectivity line devices - STM3210E-EVAL: to load the project for STM32 High-density devices - STM3210E_EVAL_XL: to load the project for STM32 XL-density devices - Rebuild all project files: Select the project in the "Project explorer" window then click on Project->build project menu. - Run program: Select the project in the "Project explorer" window then click Run->Debug (F11) NOTE: - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between *** and 128 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. - XL-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 512 and 1024 Kbytes. - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers. ******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者