在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → ST32平台RC663读卡代码

ST32平台RC663读卡代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.73M
  • 下载次数:20
  • 浏览次数:520
  • 发布时间:2020-08-08
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
ST32平台RC663读卡代码,包涵ISO14443P3A,ISO14443P3B,ISO14443P4A ,ISO14443P4 ,MIFARE等读卡代码I2C接口。
【实例截图】
【核心代码】
RC663-CHIKEK
├── CM3
│   ├── core_cm3.c
│   ├── core_cm3.h
│   ├── startup
│   │   ├── arm
│   │   │   ├── startup_stm32f10x_cl.s
│   │   │   ├── startup_stm32f10x_hd.s
│   │   │   ├── startup_stm32f10x_ld.s
│   │   │   └── startup_stm32f10x_md.s
│   │   ├── gcc
│   │   │   ├── startup_stm32f10x_cl.s
│   │   │   ├── startup_stm32f10x_hd.s
│   │   │   ├── startup_stm32f10x_ld.s
│   │   │   └── startup_stm32f10x_md.s
│   │   └── iar
│   │   ├── startup_stm32f10x_cl.s
│   │   ├── startup_stm32f10x_hd.s
│   │   ├── startup_stm32f10x_ld.s
│   │   └── startup_stm32f10x_md.s
│   ├── stm32f10x_conf.h
│   ├── stm32f10x.h
│   ├── STVC3.12.lib
│   ├── system_stm32f10x.c
│   └── system_stm32f10x.h
├── keilkill.bat
├── Library663
│   ├── comps
│   │   ├── phalI15693
│   │   │   └── src
│   │   │   ├── phalI15693.c
│   │   │   └── Sw
│   │   │   ├── phalI15693_Sw.c
│   │   │   └── phalI15693_Sw.h
│   │   ├── phalMfc
│   │   │   └── src
│   │   │   ├── phalMfc.c
│   │   │   ├── phalMfc_Int.c
│   │   │   ├── phalMfc_Int.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phalMfc_SamAV2_X.c
│   │   │   │   ├── phalMfc_SamAV2_X.h
│   │   │   │   └── phalMfc_SamAV2_X_Int.h
│   │   │   └── Sw
│   │   │   ├── phalMfc_Sw.c
│   │   │   └── phalMfc_Sw.h
│   │   ├── phalMfp
│   │   │   └── src
│   │   │   ├── phalMfp.c
│   │   │   ├── phalMfp_Int.c
│   │   │   ├── phalMfp_Int.h
│   │   │   ├── SamAV2
│   │   │   │   ├── phalMfp_SamAV2.c
│   │   │   │   ├── phalMfp_SamAV2.h
│   │   │   │   └── phalMfp_SamAV2_Int.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phalMfp_SamAV2_X.c
│   │   │   │   ├── phalMfp_SamAV2_X.h
│   │   │   │   └── phalMfp_SamAV2_X_Int.h
│   │   │   └── Sw
│   │   │   ├── phalMfp_Sw.c
│   │   │   ├── phalMfp_Sw.h
│   │   │   └── phalMfp_Sw_Int.h
│   │   ├── phalMful
│   │   │   └── src
│   │   │   ├── phalMful.c
│   │   │   ├── phalMful_Int.c
│   │   │   ├── phalMful_Int.h
│   │   │   ├── SamAV2
│   │   │   │   ├── phalMful_SamAV2.c
│   │   │   │   └── phalMful_SamAV2.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phalMful_SamAV2_X.c
│   │   │   │   └── phalMful_SamAV2_X.h
│   │   │   └── Sw
│   │   │   ├── phalMful_Sw.c
│   │   │   └── phalMful_Sw.h
│   │   ├── phalSli
│   │   │   └── src
│   │   │   ├── phalSli.c
│   │   │   ├── phalSli_Int.h
│   │   │   └── Sw
│   │   │   ├── phalSli_Sw.c
│   │   │   ├── phalSli_Sw.h
│   │   │   └── phalSli_Sw_Int.h
│   │   ├── phalVca
│   │   │   └── src
│   │   │   ├── phalVca.c
│   │   │   ├── phalVca_Int.c
│   │   │   ├── phalVca_Int.h
│   │   │   ├── SamAV2
│   │   │   │   ├── phalVca_SamAV2.c
│   │   │   │   ├── phalVca_SamAV2.h
│   │   │   │   └── phalVca_SamAV2_Int.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phalVca_SamAV2_X.c
│   │   │   │   ├── phalVca_SamAV2_X.h
│   │   │   │   └── phalVca_SamAV2_X_Int.h
│   │   │   └── Sw
│   │   │   ├── phalVca_Sw.c
│   │   │   ├── phalVca_Sw.h
│   │   │   └── phalVca_Sw_Int.h
│   │   ├── phbalReg
│   │   │   └── src
│   │   │   ├── PcscWin
│   │   │   │   ├── phbalReg_PcscWin.c
│   │   │   │   ├── phbalReg_PcscWin.h
│   │   │   │   └── phbalReg_PcscWin_Int.h
│   │   │   ├── phbalReg.c
│   │   │   ├── Rd70xUsbWin
│   │   │   │   ├── external
│   │   │   │   │   ├── Devioctl.h
│   │   │   │   │   ├── Usb100.h
│   │   │   │   │   ├── Usbdi.h
│   │   │   │   │   ├── Usbioctl.h
│   │   │   │   │   └── Usbioctls.h
│   │   │   │   ├── phbalReg_Rd70xUsbWin.c
│   │   │   │   ├── phbalReg_Rd70xUsbWin.h
│   │   │   │   ├── phbalReg_Rd70xUsbWin_Int.c
│   │   │   │   └── phbalReg_Rd70xUsbWin_Int.h
│   │   │   ├── Rd710Sam
│   │   │   │   ├── phbalReg_Rd710Sam.c
│   │   │   │   ├── phbalReg_Rd710Sam.h
│   │   │   │   ├── phbalReg_Rd710Sam_Int.c
│   │   │   │   └── phbalReg_Rd710Sam_Int.h
│   │   │   ├── SerialWin
│   │   │   │   ├── phbalReg_SerialWin.c
│   │   │   │   ├── phbalReg_SerialWin.h
│   │   │   │   └── phbalReg_SerialWin_Int.h
│   │   │   └── Stub
│   │   │   ├── phbalReg_Stub.c
│   │   │   └── phbalReg_Stub.h
│   │   ├── phCidManager
│   │   │   └── src
│   │   │   ├── phCidManager.c
│   │   │   ├── Rd710
│   │   │   │   ├── phCidManager_Rd710.c
│   │   │   │   └── phCidManager_Rd710.h
│   │   │   └── Sw
│   │   │   ├── phCidManager_Sw.c
│   │   │   └── phCidManager_Sw.h
│   │   ├── phCryptoRng
│   │   │   └── src
│   │   │   ├── phCryptoRng.c
│   │   │   ├── Stub
│   │   │   │   ├── phCryptoRng_Stub.c
│   │   │   │   └── phCryptoRng_Stub.h
│   │   │   └── Sw
│   │   │   ├── phCryptoRng_Sw.c
│   │   │   ├── phCryptoRng_Sw.h
│   │   │   └── phCryptoRng_Sw_Int.h
│   │   ├── phCryptoSym
│   │   │   └── src
│   │   │   ├── phCryptoSym.c
│   │   │   ├── phCryptoSym_Int.h
│   │   │   ├── Stub
│   │   │   │   ├── phCryptoSym_Stub.c
│   │   │   │   └── phCryptoSym_Stub.h
│   │   │   └── Sw
│   │   │   ├── phCryptoSym_Sw_Aes.c
│   │   │   ├── phCryptoSym_Sw_Aes.h
│   │   │   ├── phCryptoSym_Sw_Aes_Int.h
│   │   │   ├── phCryptoSym_Sw.c
│   │   │   ├── phCryptoSym_Sw_Des.c
│   │   │   ├── phCryptoSym_Sw_Des.h
│   │   │   ├── phCryptoSym_Sw_Des_Int.h
│   │   │   ├── phCryptoSym_Sw.h
│   │   │   ├── phCryptoSym_Sw_Int.c
│   │   │   ├── phCryptoSym_Sw_Int.h
│   │   │   └── README_SUPPLIER.txt
│   │   ├── phhalHw
│   │   │   └── src
│   │   │   ├── Callback
│   │   │   │   ├── phhalHw_Callback.c
│   │   │   │   └── phhalHw_Callback.h
│   │   │   ├── phhalHw.c
│   │   │   ├── Rc523
│   │   │   │   ├── phhalHw_Rc523.c
│   │   │   │   ├── phhalHw_Rc523_Cmd.c
│   │   │   │   ├── phhalHw_Rc523.h
│   │   │   │   ├── phhalHw_Rc523_Int.h
│   │   │   │   └── phhalHw_Rc523_Wait.c
│   │   │   ├── Rc663
│   │   │   │   ├── phhalHw_Rc663.c
│   │   │   │   ├── phhalHw_Rc663_Cmd.c
│   │   │   │   ├── phhalHw_Rc663_Config.h
│   │   │   │   ├── phhalHw_Rc663.h
│   │   │   │   ├── phhalHw_Rc663_Int.c
│   │   │   │   ├── phhalHw_Rc663_Int.h
│   │   │   │   └── phhalHw_Rc663_Wait.c
│   │   │   ├── Rd70x
│   │   │   │   ├── phhalHw_Rd70x.c
│   │   │   │   ├── phhalHw_Rd70x_Cmd.c
│   │   │   │   ├── phhalHw_Rd70x.h
│   │   │   │   ├── phhalHw_Rd70x_Int.c
│   │   │   │   └── phhalHw_Rd70x_Int.h
│   │   │   ├── Rd710
│   │   │   │   ├── phhalHw_Rd710.c
│   │   │   │   ├── phhalHw_Rd710_Cmd.c
│   │   │   │   ├── phhalHw_Rd710.h
│   │   │   │   ├── phhalHw_Rd710_Int.c
│   │   │   │   └── phhalHw_Rd710_Int.h
│   │   │   └── SamAV2
│   │   │   ├── Hc_AV1
│   │   │   │   ├── phhalHw_SamAV2_Hc_AV1.c
│   │   │   │   ├── phhalHw_SamAV2_Hc_AV1.h
│   │   │   │   └── phhalHw_SamAV2_Hc_AV1_Int.h
│   │   │   ├── Hc_AV2
│   │   │   │   ├── phhalHw_SamAV2_Hc_AV2.c
│   │   │   │   ├── phhalHw_SamAV2_Hc_AV2.h
│   │   │   │   └── phhalHw_SamAV2_Hc_AV2_Int.h
│   │   │   ├── phhalHw_SamAV2.c
│   │   │   ├── phhalHw_SamAV2_Cmd.c
│   │   │   ├── phhalHw_SamAV2.h
│   │   │   ├── phhalHw_SamAV2_HcUtils.c
│   │   │   ├── phhalHw_SamAV2_HcUtils.h
│   │   │   ├── phhalHw_SamAV2_Int.h
│   │   │   └── phhalHw_SamAV2_Wait.c
│   │   ├── phKeyStore
│   │   │   └── src
│   │   │   ├── phKeyStore.c
│   │   │   ├── phKeyStore_Int.h
│   │   │   ├── Rc632
│   │   │   │   ├── phKeyStore_Rc632.c
│   │   │   │   ├── phKeyStore_Rc632.h
│   │   │   │   └── phKeyStore_Rc632_Int.h
│   │   │   ├── Rc663
│   │   │   │   ├── phKeyStore_Rc663.c
│   │   │   │   ├── phKeyStore_Rc663.h
│   │   │   │   └── phKeyStore_Rc663_Int.h
│   │   │   ├── Rd710
│   │   │   │   ├── phKeyStore_Rd710.c
│   │   │   │   └── phKeyStore_Rd710.h
│   │   │   ├── SamAV2
│   │   │   │   ├── phKeyStore_SamAV2.c
│   │   │   │   ├── phKeyStore_SamAV2.h
│   │   │   │   ├── phKeyStore_SamAV2_Int.c
│   │   │   │   └── phKeyStore_SamAV2_Int.h
│   │   │   └── Sw
│   │   │   ├── phKeyStore_Sw.c
│   │   │   ├── phKeyStore_Sw.h
│   │   │   └── phKeyStore_Sw_Int.h
│   │   ├── phLog
│   │   │   └── src
│   │   │   └── phLog.c
│   │   ├── phpalEpcUid
│   │   │   └── src
│   │   │   ├── phpalEpcUid.c
│   │   │   └── Sw
│   │   │   ├── phpalEpcUid_Sw.c
│   │   │   ├── phpalEpcUid_Sw.h
│   │   │   └── phpalEpcUid_Sw_Int.h
│   │   ├── phpalFelica
│   │   │   └── src
│   │   │   ├── phpalFelica.c
│   │   │   └── Sw
│   │   │   ├── phpalFelica_Sw.c
│   │   │   ├── phpalFelica_Sw.h
│   │   │   └── phpalFelica_Sw_Int.h
│   │   ├── phpalI14443p3a
│   │   │   └── src
│   │   │   ├── phpalI14443p3a.c
│   │   │   ├── Rd70x
│   │   │   │   ├── phpalI14443p3a_Rd70x.c
│   │   │   │   └── phpalI14443p3a_Rd70x.h
│   │   │   ├── Rd710
│   │   │   │   ├── phpalI14443p3a_Rd710.c
│   │   │   │   └── phpalI14443p3a_Rd710.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phpalI14443p3a_SamAV2_X.c
│   │   │   │   └── phpalI14443p3a_SamAV2_X.h
│   │   │   └── Sw
│   │   │   ├── phpalI14443p3a_Sw.c
│   │   │   ├── phpalI14443p3a_Sw.h
│   │   │   └── phpalI14443p3a_Sw_Int.h
│   │   ├── phpalI14443p3b
│   │   │   └── src
│   │   │   ├── phpalI14443p3b.c
│   │   │   └── Sw
│   │   │   ├── phpalI14443p3b_Sw.c
│   │   │   ├── phpalI14443p3b_Sw.h
│   │   │   └── phpalI14443p3b_Sw_Int.h
│   │   ├── phpalI14443p4
│   │   │   └── src
│   │   │   ├── phpalI14443p4.c
│   │   │   ├── Rd710
│   │   │   │   ├── phpalI14443p4_Rd710.c
│   │   │   │   └── phpalI14443p4_Rd710.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phpalI14443p4_SamAV2_X.c
│   │   │   │   └── phpalI14443p4_SamAV2_X.h
│   │   │   └── Sw
│   │   │   ├── phpalI14443p4_Sw.c
│   │   │   ├── phpalI14443p4_Sw.h
│   │   │   └── phpalI14443p4_Sw_Int.h
│   │   ├── phpalI14443p4a
│   │   │   └── src
│   │   │   ├── phpalI14443p4a.c
│   │   │   ├── Rd710
│   │   │   │   ├── phpalI14443p4a_Rd710.c
│   │   │   │   └── phpalI14443p4a_Rd710.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phpalI14443p4a_SamAV2_X.c
│   │   │   │   ├── phpalI14443p4a_SamAV2_X.h
│   │   │   │   └── phpalI14443p4a_SamAV2_X_Int.h
│   │   │   └── Sw
│   │   │   ├── phpalI14443p4a_Sw.c
│   │   │   ├── phpalI14443p4a_Sw.h
│   │   │   └── phpalI14443p4a_Sw_Int.h
│   │   ├── phpalMifare
│   │   │   └── src
│   │   │   ├── phpalMifare.c
│   │   │   ├── phpalMifare_Int.h
│   │   │   ├── Rd710
│   │   │   │   ├── phpalMifare_Rd710.c
│   │   │   │   └── phpalMifare_Rd710.h
│   │   │   ├── SamAV2_X
│   │   │   │   ├── phpalMifare_SamAV2_X.c
│   │   │   │   ├── phpalMifare_SamAV2_X.h
│   │   │   │   └── phpalMifare_SamAV2_X_Int.h
│   │   │   ├── Stub
│   │   │   │   ├── phpalMifare_Stub.c
│   │   │   │   └── phpalMifare_Stub.h
│   │   │   └── Sw
│   │   │   ├── phpalMifare_Sw.c
│   │   │   └── phpalMifare_Sw.h
│   │   ├── phpalSli15693
│   │   │   └── src
│   │   │   ├── phpalSli15693.c
│   │   │   └── Sw
│   │   │   ├── phpalSli15693_Sw.c
│   │   │   ├── phpalSli15693_Sw.h
│   │   │   └── phpalSli15693_Sw_Int.h
│   │   └── phTools
│   │   └── src
│   │   └── phTools.c
│   ├── docs
│   │   ├── 14_user_doc
│   │   │   ├── EULA.pdf
│   │   │   └── NXP Reader Library.chm
│   │   └── 22_rel_doc
│   │   └── ReleaseNotes.txt
│   ├── ex
│   │   ├── CryptoLibFootprint
│   │   │   ├── Example-CryptoLibFootprint.c
│   │   │   ├── Example-CryptoLibFootprint.h
│   │   │   └── Example-CryptoLibFootprint.vs2005.vcproj
│   │   ├── Example.Opt
│   │   ├── ExampleUc.c
│   │   ├── Example.uvgui.Administrator
│   │   ├── Example.uvgui.bwgc
│   │   ├── Example.uvopt
│   │   ├── Example.uvproj
│   │   ├── Example.vs2005.suo
│   │   ├── Mifare_Plus
│   │   │   ├── Example-MIFARE_Plus.c
│   │   │   ├── Example-MIFARE_Plus.h
│   │   │   └── Example-MIFARE_Plus.vs2005.vcproj
│   │   ├── MIFARE_UL_ULC
│   │   │   ├── Example-MIFARE_UL_ULC.c
│   │   │   ├── Example-MIFARE_UL_ULC.h
│   │   │   └── Example-MIFARE_UL_ULC.vs2005.vcproj
│   │   ├── NxpRdLib.c
│   │   ├── NxpRdLib.def
│   │   ├── NxpRdLib.dll.aps
│   │   ├── NxpRdLib.dll.rc
│   │   ├── NxpRdLib.vs2005.vcproj
│   │   ├── ProductROM.BAT
│   │   ├── Rd70xBasic
│   │   │   ├── Example-Rd70xBasic.c
│   │   │   ├── Example-Rd70xBasic.h
│   │   │   └── Example-Rd70xBasic.vs2005.vcproj
│   │   ├── Rd710
│   │   │   ├── Example-Rd710.c
│   │   │   ├── Example-Rd710.h
│   │   │   └── Example-Rd710.vs2005.vcproj
│   │   └── resource.h
│   ├── intfs
│   │   ├── phalI15693.h
│   │   ├── phalI15693_Sw_Int.h
│   │   ├── phalMfc.h
│   │   ├── phalMfp.h
│   │   ├── phalMfp_Sw_Int.h
│   │   ├── phalMful.h
│   │   ├── phalSli.h
│   │   ├── phalVca.h
│   │   ├── phbalReg.h
│   │   ├── phCidManager.h
│   │   ├── phCryptoRng.h
│   │   ├── phCryptoSym.h
│   │   ├── phCryptoSym_Sw_Aes_Int.h
│   │   ├── phCryptoSym_Sw_Des_Int.h
│   │   ├── phhalHw.h
│   │   ├── phhalHw_Rc523_Cmd.h
│   │   ├── phhalHw_Rc523_Reg.h
│   │   ├── phhalHw_Rc663_Cmd.h
│   │   ├── phhalHw_Rc663_Reg.h
│   │   ├── phhalHw_Rd70x_Cmd.h
│   │   ├── phhalHw_Rd70x_Reg.h
│   │   ├── phhalHw_Rd710_Cmd.h
│   │   ├── phhalHw_SamAV2_Cmd.h
│   │   ├── phhalHw_SamAV2_Reg.h
│   │   ├── phKeyStore.h
│   │   ├── phKeyStore_Rc663_Int.h
│   │   ├── phKeyStore_Sw_Int.h
│   │   ├── phLog.h
│   │   ├── phpalEpcUid.h
│   │   ├── phpalFelica.h
│   │   ├── phpalFelica_Sw_Int.h
│   │   ├── phpalI14443p3a.h
│   │   ├── phpalI14443p3a_Sw_Int.h
│   │   ├── phpalI14443p3b.h
│   │   ├── phpalI14443p3b_Sw_Int.h
│   │   ├── phpalI14443p4a.h
│   │   ├── phpalI14443p4a_Sw_Int.h
│   │   ├── phpalI14443p4.h
│   │   ├── phpalI14443p4_Sw_Int.h
│   │   ├── phpalMifare.h
│   │   ├── phpalSli15693.h
│   │   ├── phpalSli15693_Sw_Int.h
│   │   └── phTools.h
│   ├── types
│   │   ├── ph_NxpBuild.h
│   │   ├── ph_RefDefs.h
│   │   ├── ph_Status.h
│   │   └── ph_TypeDefs.h
│   └── types_uC
│   ├── ph_NxpBuild.h
│   ├── ph_RefDefs.h
│   ├── ph_Status.h
│   └── ph_TypeDefs.h
├── ST103_tsc9883.IAB
├── ST103_tsc9883.IAD
├── ST103_tsc9883.IMB
├── ST103_tsc9883.IMD
├── ST103_tsc9883.LOG
├── ST103_tsc9883.PFI
├── ST103_tsc9883.PO
├── ST103_tsc9883.PR
├── ST103_tsc9883.PRI
├── ST103_tsc9883.PS
├── ST103_tsc9883.SearchResults
├── ST103_tsc9883.WK3
├── STM32F10x_StdPeriph_Driver
│   ├── inc
│   │   ├── misc.h
│   │   ├── stm32f10x_adc.h
│   │   ├── stm32f10x_bkp.h
│   │   ├── stm32f10x_can.h
│   │   ├── stm32f10x_crc.h
│   │   ├── stm32f10x_dac.h
│   │   ├── stm32f10x_dbgmcu.h
│   │   ├── stm32f10x_dma.h
│   │   ├── stm32f10x_exti.h
│   │   ├── stm32f10x_flash.h
│   │   ├── stm32f10x_fsmc.h
│   │   ├── stm32f10x_gpio.h
│   │   ├── stm32f10x_i2c.h
│   │   ├── stm32f10x_iwdg.h
│   │   ├── stm32f10x_pwr.h
│   │   ├── stm32f10x_rcc.h
│   │   ├── stm32f10x_rtc.h
│   │   ├── stm32f10x_sdio.h
│   │   ├── stm32f10x_spi.h
│   │   ├── stm32f10x_tim.h
│   │   ├── stm32f10x_usart.h
│   │   └── stm32f10x_wwdg.h
│   └── src
│   ├── misc.c
│   ├── stm32f10x_adc.c
│   ├── stm32f10x_bkp.c
│   ├── stm32f10x_can.c
│   ├── stm32f10x_crc.c
│   ├── stm32f10x_dac.c
│   ├── stm32f10x_dbgmcu.c
│   ├── stm32f10x_dma.c
│   ├── stm32f10x_exti.c
│   ├── stm32f10x_flash.c
│   ├── stm32f10x_fsmc.c
│   ├── stm32f10x_gpio.c
│   ├── stm32f10x_i2c.c
│   ├── stm32f10x_iwdg.c
│   ├── stm32f10x_pwr.c
│   ├── stm32f10x_rcc.c
│   ├── stm32f10x_rtc.c
│   ├── stm32f10x_sdio.c
│   ├── stm32f10x_spi.c
│   ├── stm32f10x_tim.c
│   ├── stm32f10x_usart.c
│   └── stm32f10x_wwdg.c
└── User
├── bsp.c
├── bsp.h
├── command.h
├── includes.h
├── main.c
├── phhalHw_Rc663_Extern.h
├── rc663.c
├── rc663.h
├── rc663_Mifare.c
├── rc663_Mifare.h
├── reader.c
├── reader.h
├── RVMDK
│   ├── JLink Regs CM3.txt
│   ├── JLinkSettings.ini
│   ├── note.txt
│   ├── Obj
│   │   ├── RDM880Lv5.hex
│   │   ├── startup_stm32f10x_hd._ia
│   │   └── STM3210B-EVAL.hex
│   ├── Project.uvgui.admin
│   ├── Project.uvgui.Administrator
│   ├── Project.uvgui.bwg
│   ├── Project.uvgui.bwgc
│   ├── Project.uvopt
│   ├── Project.uvproj
│   ├── readme.txt
│   └── STM3210B-EVAL.BAT
├── stm32f10x_it.c
├── stm32f10x_it.h
├── stm32_flash.c
├── stm32_flash.h
├── stm32_spi.c
├── stm32_spi.h
├── stm32_usart.c
└── stm32_usart.h

125 directories, 401 files

标签:

实例下载地址

ST32平台RC663读卡代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警