project-3.0.1-MFRC522

所属分类:单片机开发
开发工具:C/C++
文件大小:4155KB
下载次数:1077
上传日期:2012-05-03 11:23:08
上 传 者唯也落
说明:  stm32 RC-522, 实现读卡写卡,扣费充值等,有详细注释
(RC-522 Reader write card chargeback recharge, there are detailed notes)

文件列表:
project 3.0.1 MFRC522 (0, 2012-04-17)
project 3.0.1 MFRC522\cm3 (0, 2012-04-09)
project 3.0.1 MFRC522\cm3\core_cm3.c (17206, 2009-06-23)
project 3.0.1 MFRC522\cm3\core_cm3.h (46533, 2009-06-23)
project 3.0.1 MFRC522\cm3\startup (0, 2012-04-09)
project 3.0.1 MFRC522\cm3\startup\startup_stm32f10x_hd.s (15872, 2009-06-23)
project 3.0.1 MFRC522\cm3\stm32f10x.h (593374, 2011-11-17)
project 3.0.1 MFRC522\cm3\system_stm32f10x.c (30616, 2009-06-23)
project 3.0.1 MFRC522\cm3\system_stm32f10x.h (2404, 2009-06-23)
project 3.0.1 MFRC522\JLink Regs CM3.txt (497, 2012-04-17)
project 3.0.1 MFRC522\JLinkLog.txt (82661, 2012-04-17)
project 3.0.1 MFRC522\JLinkSettings.ini (285, 2011-11-17)
project 3.0.1 MFRC522\library (0, 2012-04-09)
project 3.0.1 MFRC522\library\inc (0, 2012-04-09)
project 3.0.1 MFRC522\library\inc\misc.h (8893, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_adc.h (21441, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_bkp.h (7466, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_can.h (20503, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_crc.h (2073, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_dac.h (13775, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_dbgmcu.h (3134, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_dma.h (20573, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_exti.h (6682, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_flash.h (19528, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_fsmc.h (26187, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_gpio.h (17294, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_i2c.h (17982, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_iwdg.h (3739, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_pwr.h (4294, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_rcc.h (29022, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_rtc.h (3768, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_sdio.h (21774, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_spi.h (18096, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_tim.h (44904, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_usart.h (16302, 2009-06-23)
project 3.0.1 MFRC522\library\inc\stm32f10x_wwdg.h (2877, 2009-06-23)
project 3.0.1 MFRC522\library\src (0, 2012-04-09)
project 3.0.1 MFRC522\library\src\misc.c (6931, 2009-06-23)
project 3.0.1 MFRC522\library\src\Retarget.c (2384, 2008-09-23)
project 3.0.1 MFRC522\library\src\stm32f10x_adc.c (47016, 2009-06-23)
... ...

/** @page GPIO_IOToggle GPIO_IOToggle @verbatim ******************** (C) COPYRIGHT 2009 STMicroelectronics ******************* * @file GPIO/IOToggle/readme.txt * @author MCD Application Team * @version V3.1.0 * @date 06/19/2009 * @brief Description of the GPIO IOToggle Example. ****************************************************************************** * 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. ****************************************************************************** @endverbatim @par Example Description This example describes how to use GPIO BSRR (Port bit set/reset register) and BRR (Port bit reset register) for IO toggling. These registers allow modifying only one or several GPIO pins in a single atomic write access. Four LEDs are toggled in an infinite loop. @par Directory contents - GPIO/IOToggle/stm32f10x_conf.h Library Configuration file - GPIO/IOToggle/stm32f10x_it.c Interrupt handlers - GPIO/IOToggle/stm32f10x_it.h Header for stm32f10x_it.c - GPIO/IOToggle/main.c Main program @par Hardware and Software environment - This example runs on STM32F10x Connectivity line, High-Density, Medium-Density and Low-Density Devices. - This example has been tested with STMicroelectronics STM3210C-EVAL (STM32F10x Connectivity line), STM3210E-EVAL (STM32F10x High-Density) and STM3210B-EVAL (STM32F10x Medium-Density) evaluation boards and can be easily tailored to any other supported device and development board. To select the STMicroelectronics evaluation board used to run the example, uncomment the corresponding line in stm32_eval.h file (under Utilities\STM32_EVAL) - STM3210C-EVAL Set-up - Use LED1, LED2, LED3 and LED4 connected respectively to PD.07, PD.13, PF.03 and PD.04 pins - STM3210E-EVAL Set-up - Use LED1, LED2, LED3 and LED4 connected respectively to PF.06, PF0.7, PF.08 and PF.09 pins - STM3210B-EVAL Set-up - Use LED1, LED2, LED3 and LED4 connected respectively to PC.06, PC.07, PC.08 and PC.09 pins @par How to use it ? In order to make the program work, you must do the following: - Create a project and setup all project configuration - Add the required Library files: - stm32f10x_gpio.c - stm32f10x_rcc.c - stm32f10x_exti.c - misc.c - stm32f10x_usart.c - system_stm32f10x.c (under Libraries\CMSIS\Core\CM3) - stm32_eval.c (under Utilities\STM32_EVAL) - Edit stm32f10x.h file to select the device you are working on. - Edit stm32_eval.h file to select the evaluation board you will use. @b Tip: You can tailor the provided project template to run this example, for more details please refer to "stm32f10x_stdperiph_lib_um.chm" user manual; select "Peripheral Examples" then follow the instructions provided in "How to proceed" section. - Link all compiled files and load your image into target memory - Run the example @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. - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers. *

© COPYRIGHT 2009 STMicroelectronics

*/

近期下载者

相关文件


收藏者