文件名称:STM32-RC522
介绍说明--下载内容来自于网络,使用问题请自行百度
这是是基于STM32的RFID实验,采用STM32F103ZET6和MFRC522,花了一上午改出来的,绝对可用。
程序正常运行时,LED0一闪一闪
读到卡片时,LED1灯点亮,并串口打印卡片类型和UID-This is based on the STM32 RFID experiments using STM32F103ZET6 and MFRC522, spent the morning changed out, is absolutely available.
Program during normal operation, LED0 twinkling
When reading the card, LED1 lights, and serial printer card type and UID
程序正常运行时,LED0一闪一闪
读到卡片时,LED1灯点亮,并串口打印卡片类型和UID-This is based on the STM32 RFID experiments using STM32F103ZET6 and MFRC522, spent the morning changed out, is absolutely available.
Program during normal operation, LED0 twinkling
When reading the card, LED1 lights, and serial printer card type and UID
(系统自动生成,下载前可以参看下载内容)
下载文件列表
USMART/readme.txt
USMART/usmart.c
USMART/usmart.h
USMART/usmart_config.c
USMART/usmart_str.c
USMART/usmart_str.h
keilkilll.bat
ReadMe.txt
CORE/core_cm3.c
CORE/core_cm3.h
CORE/startup_stm32f10x_hd.s
CORE/startup_stm32f10x_md.s
HARDWARE/KEY/key.c
HARDWARE/KEY/key.h
HARDWARE/LED/led.c
HARDWARE/LED/led.h
HARDWARE/RFID/rc522.c
HARDWARE/RFID/rc522.h
OBJ/RFID.hex
OBJ/RFID.lib
SI/RFID_RC522.IAB
SI/RFID_RC522.IAD
SI/RFID_RC522.IMB
SI/RFID_RC522.IMD
SI/RFID_RC522.PFI
SI/RFID_RC522.PO
SI/RFID_RC522.PR
SI/RFID_RC522.PRI
SI/RFID_RC522.PS
SI/RFID_RC522.WK3
STM32F10x_FWLib/inc/misc.h
STM32F10x_FWLib/inc/stm32f10x_adc.h
STM32F10x_FWLib/inc/stm32f10x_bkp.h
STM32F10x_FWLib/inc/stm32f10x_can.h
STM32F10x_FWLib/inc/stm32f10x_cec.h
STM32F10x_FWLib/inc/stm32f10x_crc.h
STM32F10x_FWLib/inc/stm32f10x_dac.h
STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
STM32F10x_FWLib/inc/stm32f10x_dma.h
STM32F10x_FWLib/inc/stm32f10x_exti.h
STM32F10x_FWLib/inc/stm32f10x_flash.h
STM32F10x_FWLib/inc/stm32f10x_fsmc.h
STM32F10x_FWLib/inc/stm32f10x_gpio.h
STM32F10x_FWLib/inc/stm32f10x_i2c.h
STM32F10x_FWLib/inc/stm32f10x_iwdg.h
STM32F10x_FWLib/inc/stm32f10x_pwr.h
STM32F10x_FWLib/inc/stm32f10x_rcc.h
STM32F10x_FWLib/inc/stm32f10x_rtc.h
STM32F10x_FWLib/inc/stm32f10x_sdio.h
STM32F10x_FWLib/inc/stm32f10x_spi.h
STM32F10x_FWLib/inc/stm32f10x_tim.h
STM32F10x_FWLib/inc/stm32f10x_usart.h
STM32F10x_FWLib/inc/stm32f10x_wwdg.h
STM32F10x_FWLib/src/misc.c
STM32F10x_FWLib/src/stm32f10x_adc.c
STM32F10x_FWLib/src/stm32f10x_bkp.c
STM32F10x_FWLib/src/stm32f10x_can.c
STM32F10x_FWLib/src/stm32f10x_cec.c
STM32F10x_FWLib/src/stm32f10x_crc.c
STM32F10x_FWLib/src/stm32f10x_dac.c
STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
STM32F10x_FWLib/src/stm32f10x_dma.c
STM32F10x_FWLib/src/stm32f10x_exti.c
STM32F10x_FWLib/src/stm32f10x_flash.c
STM32F10x_FWLib/src/stm32f10x_fsmc.c
STM32F10x_FWLib/src/stm32f10x_gpio.c
STM32F10x_FWLib/src/stm32f10x_i2c.c
STM32F10x_FWLib/src/stm32f10x_iwdg.c
STM32F10x_FWLib/src/stm32f10x_pwr.c
STM32F10x_FWLib/src/stm32f10x_rcc.c
STM32F10x_FWLib/src/stm32f10x_rtc.c
STM32F10x_FWLib/src/stm32f10x_sdio.c
STM32F10x_FWLib/src/stm32f10x_spi.c
STM32F10x_FWLib/src/stm32f10x_tim.c
STM32F10x_FWLib/src/stm32f10x_usart.c
STM32F10x_FWLib/src/stm32f10x_wwdg.c
SYSTEM/delay/delay.c
SYSTEM/delay/delay.h
SYSTEM/sys/sys.c
SYSTEM/sys/sys.h
SYSTEM/usart/usart.c
SYSTEM/usart/usart.h
USER/JLinkSettings.ini
USER/main.c
USER/main.h
USER/RFID.uvgui.Administrator
USER/RFID.uvopt
USER/RFID.uvproj
USER/stm32f10x.h
USER/stm32f10x_conf.h
USER/stm32f10x_it.c
USER/stm32f10x_it.h
USER/system_stm32f10x.c
USER/system_stm32f10x.h
HARDWARE/KEY
HARDWARE/LED
HARDWARE/RFID
STM32F10x_FWLib/inc
STM32F10x_FWLib/src
SYSTEM/delay
SYSTEM/sys
SYSTEM/usart
USMART
CORE
HARDWARE
OBJ
SI
STM32F10x_FWLib
SYSTEM
USER
USMART/usmart.c
USMART/usmart.h
USMART/usmart_config.c
USMART/usmart_str.c
USMART/usmart_str.h
keilkilll.bat
ReadMe.txt
CORE/core_cm3.c
CORE/core_cm3.h
CORE/startup_stm32f10x_hd.s
CORE/startup_stm32f10x_md.s
HARDWARE/KEY/key.c
HARDWARE/KEY/key.h
HARDWARE/LED/led.c
HARDWARE/LED/led.h
HARDWARE/RFID/rc522.c
HARDWARE/RFID/rc522.h
OBJ/RFID.hex
OBJ/RFID.lib
SI/RFID_RC522.IAB
SI/RFID_RC522.IAD
SI/RFID_RC522.IMB
SI/RFID_RC522.IMD
SI/RFID_RC522.PFI
SI/RFID_RC522.PO
SI/RFID_RC522.PR
SI/RFID_RC522.PRI
SI/RFID_RC522.PS
SI/RFID_RC522.WK3
STM32F10x_FWLib/inc/misc.h
STM32F10x_FWLib/inc/stm32f10x_adc.h
STM32F10x_FWLib/inc/stm32f10x_bkp.h
STM32F10x_FWLib/inc/stm32f10x_can.h
STM32F10x_FWLib/inc/stm32f10x_cec.h
STM32F10x_FWLib/inc/stm32f10x_crc.h
STM32F10x_FWLib/inc/stm32f10x_dac.h
STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
STM32F10x_FWLib/inc/stm32f10x_dma.h
STM32F10x_FWLib/inc/stm32f10x_exti.h
STM32F10x_FWLib/inc/stm32f10x_flash.h
STM32F10x_FWLib/inc/stm32f10x_fsmc.h
STM32F10x_FWLib/inc/stm32f10x_gpio.h
STM32F10x_FWLib/inc/stm32f10x_i2c.h
STM32F10x_FWLib/inc/stm32f10x_iwdg.h
STM32F10x_FWLib/inc/stm32f10x_pwr.h
STM32F10x_FWLib/inc/stm32f10x_rcc.h
STM32F10x_FWLib/inc/stm32f10x_rtc.h
STM32F10x_FWLib/inc/stm32f10x_sdio.h
STM32F10x_FWLib/inc/stm32f10x_spi.h
STM32F10x_FWLib/inc/stm32f10x_tim.h
STM32F10x_FWLib/inc/stm32f10x_usart.h
STM32F10x_FWLib/inc/stm32f10x_wwdg.h
STM32F10x_FWLib/src/misc.c
STM32F10x_FWLib/src/stm32f10x_adc.c
STM32F10x_FWLib/src/stm32f10x_bkp.c
STM32F10x_FWLib/src/stm32f10x_can.c
STM32F10x_FWLib/src/stm32f10x_cec.c
STM32F10x_FWLib/src/stm32f10x_crc.c
STM32F10x_FWLib/src/stm32f10x_dac.c
STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
STM32F10x_FWLib/src/stm32f10x_dma.c
STM32F10x_FWLib/src/stm32f10x_exti.c
STM32F10x_FWLib/src/stm32f10x_flash.c
STM32F10x_FWLib/src/stm32f10x_fsmc.c
STM32F10x_FWLib/src/stm32f10x_gpio.c
STM32F10x_FWLib/src/stm32f10x_i2c.c
STM32F10x_FWLib/src/stm32f10x_iwdg.c
STM32F10x_FWLib/src/stm32f10x_pwr.c
STM32F10x_FWLib/src/stm32f10x_rcc.c
STM32F10x_FWLib/src/stm32f10x_rtc.c
STM32F10x_FWLib/src/stm32f10x_sdio.c
STM32F10x_FWLib/src/stm32f10x_spi.c
STM32F10x_FWLib/src/stm32f10x_tim.c
STM32F10x_FWLib/src/stm32f10x_usart.c
STM32F10x_FWLib/src/stm32f10x_wwdg.c
SYSTEM/delay/delay.c
SYSTEM/delay/delay.h
SYSTEM/sys/sys.c
SYSTEM/sys/sys.h
SYSTEM/usart/usart.c
SYSTEM/usart/usart.h
USER/JLinkSettings.ini
USER/main.c
USER/main.h
USER/RFID.uvgui.Administrator
USER/RFID.uvopt
USER/RFID.uvproj
USER/stm32f10x.h
USER/stm32f10x_conf.h
USER/stm32f10x_it.c
USER/stm32f10x_it.h
USER/system_stm32f10x.c
USER/system_stm32f10x.h
HARDWARE/KEY
HARDWARE/LED
HARDWARE/RFID
STM32F10x_FWLib/inc
STM32F10x_FWLib/src
SYSTEM/delay
SYSTEM/sys
SYSTEM/usart
USMART
CORE
HARDWARE
OBJ
SI
STM32F10x_FWLib
SYSTEM
USER
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.