STM32F10x_HID_RC523

所属分类:单片机开发
开发工具:C/C++
文件大小:1345KB
下载次数:186
上传日期:2012-12-24 21:36:28
上 传 者kevin020
说明:  使用STM32F103C8和RC523组成的USB HID读卡器程序
(To use STM32F103C8 and RC523 USB HID card reader procedures)

文件列表:
STM32F10x_HID\include\hw_config.h (2020, 2011-09-23)
STM32F10x_HID\include\platform_config.h (5318, 2011-09-22)
STM32F10x_HID\include\usb_conf.h (3500, 2010-09-03)
STM32F10x_HID\include\usb_core.h (9015, 2010-09-03)
STM32F10x_HID\include\usb_def.h (2835, 2010-09-03)
STM32F10x_HID\include\usb_desc.h (3001, 2010-09-03)
STM32F10x_HID\include\usb_init.h (2540, 2010-09-03)
STM32F10x_HID\include\usb_int.h (1743, 2010-09-03)
STM32F10x_HID\include\usb_istr.h (2609, 2010-09-03)
STM32F10x_HID\include\usb_lib.h (1795, 2010-09-03)
STM32F10x_HID\include\usb_mem.h (1806, 2010-09-03)
STM32F10x_HID\include\usb_prop.h (3066, 2010-09-03)
STM32F10x_HID\include\usb_pwr.h (2239, 2010-09-03)
STM32F10x_HID\include\usb_regs.h (28309, 2010-09-03)
STM32F10x_HID\include\usb_type.h (2845, 2010-09-03)
STM32F10x_HID\project\Custom_HID.uvgui (67169, 2010-10-19)
STM32F10x_HID\project\Custom_HID.uvgui.Administrator (140641, 2011-09-26)
STM32F10x_HID\project\Custom_HID.uvgui_Administrator.bak (140661, 2011-09-25)
STM32F10x_HID\project\Custom_HID.uvopt (28638, 2011-09-26)
STM32F10x_HID\project\Custom_HID.uvproj (36592, 2011-09-25)
STM32F10x_HID\project\Custom_HID_STM3210B-EVAL.dep (25366, 2011-09-23)
STM32F10x_HID\project\Custom_HID_STM3210E-EVAL.dep (25432, 2011-09-26)
STM32F10x_HID\project\Custom_HID_uvopt.bak (28636, 2011-09-25)
STM32F10x_HID\project\Custom_HID_uvproj.bak (36597, 2011-09-23)
STM32F10x_HID\project\Lst\STM3210B-EVAL.map (126458, 2011-09-21)
STM32F10x_HID\project\Lst\STM3210E-EVAL.map (142097, 2011-09-24)
STM32F10x_HID\project\Lst\stm32f10x_vector.lst (36639, 2011-09-24)
STM32F10x_HID\project\Obj\ExtDll.iex (19, 2011-09-24)
STM32F10x_HID\project\Obj\hw_config.crf (169409, 2011-09-24)
STM32F10x_HID\project\Obj\hw_config.d (2432, 2011-09-24)
STM32F10x_HID\project\Obj\hw_config.o (212068, 2011-09-24)
STM32F10x_HID\project\Obj\iso14443_4.crf (9880, 2011-09-24)
STM32F10x_HID\project\Obj\iso14443_4.d (177, 2011-09-24)
STM32F10x_HID\project\Obj\iso14443_4.o (17272, 2011-09-24)
STM32F10x_HID\project\Obj\iso14443_4.__i (306, 2011-09-24)
STM32F10x_HID\project\Obj\main.crf (172273, 2011-09-24)
STM32F10x_HID\project\Obj\main.d (2244, 2011-09-24)
STM32F10x_HID\project\Obj\main.o (197888, 2011-09-24)
STM32F10x_HID\project\Obj\rc522.crf (162691, 2011-09-24)
STM32F10x_HID\project\Obj\rc522.d (1955, 2011-09-24)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.2.0 * Date : 06/13/2008 * 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 on the STM32F10x devices. The STM32F10x device is enumerated as HID compliant device, that uses the native PC Host USB 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 ================== + \include: contains the Demo firmware header files + \project: contains pre-configured projects for RVMDK + \source: 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) NOTE: - 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 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者