首页

基于STM32的RFID实验

c

2021-1-3

这是是基于STM32的RFID实验,采用STM32F103ZET6和MFRC522,花了一上午改出来的,绝对可用。 程序正常运行时,LED0一闪一闪 读到卡片时,LED1灯点亮,并串口打印卡片类型和UID

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
USMART/readme.txt , 2566
USMART/usmart.c , 15580
USMART/usmart.h , 5483
USMART/usmart_config.c , 1494
USMART/usmart_str.c , 11560
USMART/usmart_str.h , 3233
keilkilll.bat , 399
ReadMe.txt , 265
CORE/core_cm3.c , 17273
CORE/core_cm3.h , 85714
CORE/startup_stm32f10x_hd.s , 15503
CORE/startup_stm32f10x_md.s , 12765
HARDWARE/KEY/key.c , 1820
HARDWARE/KEY/key.h , 1102
HARDWARE/LED/led.c , 838
HARDWARE/LED/led.h , 175
HARDWARE/RFID/rc522.c , 28986
HARDWARE/RFID/rc522.h , 11439
OBJ/RFID.hex , 51875
OBJ/RFID.lib , 5871588
SI/RFID_RC522.IAB , 790528
SI/RFID_RC522.IAD , 8048
SI/RFID_RC522.IMB , 200704
SI/RFID_RC522.IMD , 2288
SI/RFID_RC522.PFI , 156
SI/RFID_RC522.PO , 776
SI/RFID_RC522.PR , 12680
SI/RFID_RC522.PRI , 79448
SI/RFID_RC522.PS , 1458900
SI/RFID_RC522.WK3 , 14140
STM32F10x_FWLib/inc/misc.h , 8982
STM32F10x_FWLib/inc/stm32f10x_adc.h , 21690
STM32F10x_FWLib/inc/stm32f10x_bkp.h , 7555
STM32F10x_FWLib/inc/stm32f10x_can.h , 27559
STM32F10x_FWLib/inc/stm32f10x_cec.h , 6573
STM32F10x_FWLib/inc/stm32f10x_crc.h , 2162
STM32F10x_FWLib/inc/stm32f10x_dac.h , 15233
STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h , 3818
STM32F10x_FWLib/inc/stm32f10x_dma.h , 20754
STM32F10x_FWLib/inc/stm32f10x_exti.h , 6824
STM32F10x_FWLib/inc/stm32f10x_flash.h , 25445
STM32F10x_FWLib/inc/stm32f10x_fsmc.h , 27016
STM32F10x_FWLib/inc/stm32f10x_gpio.h , 20175
STM32F10x_FWLib/inc/stm32f10x_i2c.h , 30029
STM32F10x_FWLib/inc/stm32f10x_iwdg.h , 3828
STM32F10x_FWLib/inc/stm32f10x_pwr.h , 4383
STM32F10x_FWLib/inc/stm32f10x_rcc.h , 30452
STM32F10x_FWLib/inc/stm32f10x_rtc.h , 3857
STM32F10x_FWLib/inc/stm32f10x_sdio.h , 21863
STM32F10x_FWLib/inc/stm32f10x_spi.h , 17725
STM32F10x_FWLib/inc/stm32f10x_tim.h , 52427
STM32F10x_FWLib/inc/stm32f10x_usart.h , 16548
STM32F10x_FWLib/inc/stm32f10x_wwdg.h , 2966
STM32F10x_FWLib/src/misc.c , 7046
STM32F10x_FWLib/src/stm32f10x_adc.c , 47201
STM32F10x_FWLib/src/stm32f10x_bkp.c , 8463
STM32F10x_FWLib/src/stm32f10x_can.c , 45103
STM32F10x_FWLib/src/stm32f10x_cec.c , 11656
STM32F10x_FWLib/src/stm32f10x_crc.c , 3347
STM32F10x_FWLib/src/stm32f10x_dac.c , 19087
STM32F10x_FWLib/src/stm32f10x_dbgmcu.c , 5149
STM32F10x_FWLib/src/stm32f10x_dma.c , 29607
STM32F10x_FWLib/src/stm32f10x_exti.c , 6959
STM32F10x_FWLib/src/stm32f10x_flash.c , 62551
STM32F10x_FWLib/src/stm32f10x_fsmc.c , 35484
STM32F10x_FWLib/src/stm32f10x_gpio.c , 23221
STM32F10x_FWLib/src/stm32f10x_i2c.c , 45781
STM32F10x_FWLib/src/stm32f10x_iwdg.c , 4916
STM32F10x_FWLib/src/stm32f10x_pwr.c , 8759
STM32F10x_FWLib/src/stm32f10x_rcc.c , 51271
STM32F10x_FWLib/src/stm32f10x_rtc.c , 8598
STM32F10x_FWLib/src/stm32f10x_sdio.c , 28933
STM32F10x_FWLib/src/stm32f10x_spi.c , 30224
STM32F10x_FWLib/src/stm32f10x_tim.c , 109159
STM32F10x_FWLib/src/stm32f10x_usart.c , 38308
STM32F10x_FWLib/src/stm32f10x_wwdg.c , 5735
SYSTEM/delay/delay.c , 5037
SYSTEM/delay/delay.h , 1099
SYSTEM/sys/sys.c , 616
SYSTEM/sys/sys.h , 2227
SYSTEM/usart/usart.c , 4806
SYSTEM/usart/usart.h , 953
USER/JLinkSettings.ini , 578
USER/main.c , 2438
USER/main.h , 693
USER/RFID.uvgui.Administrator , 142390
USER/RFID.uvopt , 28177
USER/RFID.uvproj , 37872
USER/stm32f10x.h , 633941
USER/stm32f10x_conf.h , 3271
USER/stm32f10x_it.c , 2418
USER/stm32f10x_it.h , 1983
USER/system_stm32f10x.c , 36577
USER/system_stm32f10x.h , 2085
没有账号? 忘记密码?

社交账号快速登录