嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
fm17522官方LPCD测试程序
.
├── FM175xx Demo LPCD
│ ├── Application
│ │ └── main.c
│ ├── Driver
│ │ ├── CM0
│ │ │ ├── core_cm0.c
│ │ │ └── core_cm0.h
│ │ ├── Chip
│ │ │ ├── LPC11XX_SPI.c
│ │ │ ├── LPC11XX_SPI.h
│ │ │ └── M0_PACK_V101_IO.h
│ │ ├── LPC11xx
│ │ │ ├── LPC11xx.h
│ │ │ ├── startup
│ │ │ │ └── startup_LPC11xx.s
│ │ │ ├── system_LPC11xx.c
│ │ │ └── system_LPC11xx.h
│ │ ├── Uart.c
│ │ ├── fm175xx.c
│ │ ├── fm175xx.h
│ │ └── uart.h
│ ├── ExtDll.iex
│ ├── JLinkLog.txt
│ ├── JLinkSettings.ini
│ ├── LPCD
│ │ ├── inc
│ │ │ ├── lpcd_api.h
│ │ │ ├── lpcd_config.h
│ │ │ ├── lpcd_config.h.bak
│ │ │ ├── lpcd_config_user.h
│ │ │ ├── lpcd_config_user.h.bak
│ │ │ ├── lpcd_reg.h
│ │ │ ├── lpcd_regctrl.h
│ │ │ └── vssver2.scc
│ │ └── src
│ │ ├── lpcd_api.c
│ │ ├── lpcd_regctrl.c
│ │ └── vssver2.scc
│ ├── LPCDTest.axf
│ ├── LPCDTest.hex
│ ├── LPCDTest.lnp
│ ├── LPCDTest.map
│ ├── LPCDTest.sct
│ ├── LPCDTest.tra
│ ├── LPCDTest.uvgui.Administrator
│ ├── LPCDTest.uvgui.TIGER
│ ├── LPCDTest.uvgui.hetaigang
│ ├── LPCDTest.uvgui_hetaigang.bak
│ ├── LPCDTest.uvopt
│ ├── LPCDTest.uvproj
│ ├── LPCDTest_Target 1.dep
│ ├── LPCDTest_uvopt.bak
│ ├── LPCDTest_uvproj.bak
│ ├── Middle
│ │ ├── 15693.c
│ │ ├── 15693.h
│ │ ├── Utility
│ │ │ ├── C51
│ │ │ │ └── stdint.h
│ │ │ ├── CardTypeDefine.h
│ │ │ ├── MyType.h
│ │ │ ├── StatusCode.h
│ │ │ ├── Utility.c
│ │ │ ├── Utility.h
│ │ │ └── stdint.h
│ │ ├── cpu_card.c
│ │ ├── cpu_card.h
│ │ ├── des.c
│ │ ├── des.h
│ │ ├── mifare_card.c
│ │ ├── mifare_card.h
│ │ ├── psam.c
│ │ ├── psam.h
│ │ ├── type_a.c
│ │ ├── type_a.h
│ │ ├── type_b.c
│ │ ├── type_b.h
│ │ ├── ultralight.c
│ │ └── ultralight.h
│ ├── SRC
│ │ ├── CM0
│ │ │ ├── core_cm0.c
│ │ │ └── core_cm0.h
│ │ ├── Chip
│ │ │ ├── LPC11XX_SPI.c
│ │ │ ├── LPC11XX_SPI.h
│ │ │ └── M0_PACK_V101_IO.h
│ │ ├── LPC11xx
│ │ │ ├── LPC11xx.h
│ │ │ ├── startup
│ │ │ │ └── startup_LPC11xx.s
│ │ │ ├── system_LPC11xx.c
│ │ │ └── system_LPC11xx.h
│ │ ├── RC522
│ │ │ ├── RC522.c
│ │ │ ├── RC522.h
│ │ │ └── RC522Reg.h
│ │ └── Utility
│ │ ├── C51
│ │ │ └── stdint.h
│ │ ├── CardTypeDefine.h
│ │ ├── MyType.h
│ │ ├── StatusCode.h
│ │ ├── Utility.c
│ │ ├── Utility.h
│ │ └── stdint.h
│ ├── core_cm0.crf
│ ├── core_cm0.d
│ ├── core_cm0.o
│ ├── fm175xx.crf
│ ├── fm175xx.d
│ ├── fm175xx.o
│ ├── lpc11xx_spi.crf
│ ├── lpc11xx_spi.d
│ ├── lpc11xx_spi.o
│ ├── lpcd_api.crf
│ ├── lpcd_api.d
│ ├── lpcd_api.o
│ ├── lpcd_regctrl.crf
│ ├── lpcd_regctrl.d
│ ├── lpcd_regctrl.o
│ ├── main.crf
│ ├── main.d
│ ├── main.o
│ ├── mifare_card.crf
│ ├── mifare_card.d
│ ├── mifare_card.o
│ ├── startup_LPC11xx.d
│ ├── startup_LPC11xx.lst
│ ├── startup_LPC11xx.o
│ ├── startup_LPC11xx.s
│ ├── system_lpc11xx.crf
│ ├── system_lpc11xx.d
│ ├── system_lpc11xx.o
│ ├── type_a.crf
│ ├── type_a.d
│ ├── type_a.o
│ ├── type_b.crf
│ ├── type_b.d
│ ├── type_b.o
│ ├── uart.crf
│ ├── uart.d
│ ├── uart.o
│ ├── utility.crf
│ ├── utility.d
│ └── utility.o
└── 好例子网_FM17522官方LPCD测试程序.zip
21 directories, 126 files