实例介绍
【实例截图】
【核心代码】
.
├── NZ3802参考资料 文档 SDK_NZ3802参考资料.rar
└── 参考资料
├── NZ3802固件移植
│ ├── F051K8U6-FM17520-2020-01-14
│ │ ├── nfc
│ │ │ ├── fm17520
│ │ │ │ └── stm32f051
│ │ │ │ ├── keil
│ │ │ │ │ ├── DebugConfig
│ │ │ │ │ │ ├── app-lib_STM32F051K8Ux.dbgconf
│ │ │ │ │ │ └── app-lib_STM32L051K8Tx.dbgconf
│ │ │ │ │ ├── JLinkLog.txt
│ │ │ │ │ ├── JLinkSettings.ini
│ │ │ │ │ ├── Listings
│ │ │ │ │ │ ├── app.map
│ │ │ │ │ │ ├── startup_stm32f051x8.lst
│ │ │ │ │ │ └── startup_stm32l051xx.lst
│ │ │ │ │ ├── Objects
│ │ │ │ │ │ ├── app.axf
│ │ │ │ │ │ ├── app.build_log.htm
│ │ │ │ │ │ ├── app.hex
│ │ │ │ │ │ ├── app.htm
│ │ │ │ │ │ ├── app.lnp
│ │ │ │ │ │ ├── app.sct
│ │ │ │ │ │ ├── app_main.crf
│ │ │ │ │ │ ├── app_main.d
│ │ │ │ │ │ ├── app_main.o
│ │ │ │ │ │ ├── app_sct.Bak
│ │ │ │ │ │ ├── config.crf
│ │ │ │ │ │ ├── config.d
│ │ │ │ │ │ ├── config.o
│ │ │ │ │ │ ├── drv.crf
│ │ │ │ │ │ ├── drv.d
│ │ │ │ │ │ ├── drv.o
│ │ │ │ │ │ ├── drv_beep.crf
│ │ │ │ │ │ ├── drv_beep.d
│ │ │ │ │ │ ├── drv_beep.o
│ │ │ │ │ │ ├── drv_flash.crf
│ │ │ │ │ │ ├── drv_flash.d
│ │ │ │ │ │ ├── drv_flash.o
│ │ │ │ │ │ ├── drv_iwdg.crf
│ │ │ │ │ │ ├── drv_iwdg.d
│ │ │ │ │ │ ├── drv_iwdg.o
│ │ │ │ │ │ ├── drv_led.crf
│ │ │ │ │ │ ├── drv_led.d
│ │ │ │ │ │ ├── drv_led.o
│ │ │ │ │ │ ├── drv_nfc_mifare.crf
│ │ │ │ │ │ ├── drv_nfc_mifare.d
│ │ │ │ │ │ ├── drv_nfc_mifare.o
│ │ │ │ │ │ ├── drv_nfc_ultra_light.crf
│ │ │ │ │ │ ├── drv_nfc_ultra_light.d
│ │ │ │ │ │ ├── drv_nfc_ultra_light.o
│ │ │ │ │ │ ├── drv_rtc.crf
│ │ │ │ │ │ ├── drv_rtc.d
│ │ │ │ │ │ ├── drv_rtc.o
│ │ │ │ │ │ ├── drv_spi.crf
│ │ │ │ │ │ ├── drv_spi.d
│ │ │ │ │ │ ├── drv_spi.o
│ │ │ │ │ │ ├── drv_spi_fm17520.crf
│ │ │ │ │ │ ├── drv_spi_fm17520.d
│ │ │ │ │ │ ├── drv_spi_fm17520.o
│ │ │ │ │ │ ├── drv_uart.crf
│ │ │ │ │ │ ├── drv_uart.d
│ │ │ │ │ │ ├── drv_uart.o
│ │ │ │ │ │ ├── drv_uart_comm.crf
│ │ │ │ │ │ ├── drv_uart_comm.d
│ │ │ │ │ │ ├── drv_uart_comm.o
│ │ │ │ │ │ ├── project_app-lib.dep
│ │ │ │ │ │ ├── startup_stm32f051x8.d
│ │ │ │ │ │ ├── startup_stm32f051x8.o
│ │ │ │ │ │ ├── startup_stm32l051xx.d
│ │ │ │ │ │ ├── startup_stm32l051xx.o
│ │ │ │ │ │ ├── stm32f0xx_it.crf
│ │ │ │ │ │ ├── stm32f0xx_it.d
│ │ │ │ │ │ ├── stm32f0xx_it.o
│ │ │ │ │ │ ├── stm32f0xx_ll_adc.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_adc.d
│ │ │ │ │ │ ├── stm32f0xx_ll_adc.o
│ │ │ │ │ │ ├── stm32f0xx_ll_comp.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_comp.d
│ │ │ │ │ │ ├── stm32f0xx_ll_comp.o
│ │ │ │ │ │ ├── stm32f0xx_ll_crc.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_crc.d
│ │ │ │ │ │ ├── stm32f0xx_ll_crc.o
│ │ │ │ │ │ ├── stm32f0xx_ll_crs.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_crs.d
│ │ │ │ │ │ ├── stm32f0xx_ll_crs.o
│ │ │ │ │ │ ├── stm32f0xx_ll_dac.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_dac.d
│ │ │ │ │ │ ├── stm32f0xx_ll_dac.o
│ │ │ │ │ │ ├── stm32f0xx_ll_dma.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_dma.d
│ │ │ │ │ │ ├── stm32f0xx_ll_dma.o
│ │ │ │ │ │ ├── stm32f0xx_ll_exti.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_exti.d
│ │ │ │ │ │ ├── stm32f0xx_ll_exti.o
│ │ │ │ │ │ ├── stm32f0xx_ll_gpio.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_gpio.d
│ │ │ │ │ │ ├── stm32f0xx_ll_gpio.o
│ │ │ │ │ │ ├── stm32f0xx_ll_i2c.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_i2c.d
│ │ │ │ │ │ ├── stm32f0xx_ll_i2c.o
│ │ │ │ │ │ ├── stm32f0xx_ll_pwr.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_pwr.d
│ │ │ │ │ │ ├── stm32f0xx_ll_pwr.o
│ │ │ │ │ │ ├── stm32f0xx_ll_rcc.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_rcc.d
│ │ │ │ │ │ ├── stm32f0xx_ll_rcc.o
│ │ │ │ │ │ ├── stm32f0xx_ll_rtc.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_rtc.d
│ │ │ │ │ │ ├── stm32f0xx_ll_rtc.o
│ │ │ │ │ │ ├── stm32f0xx_ll_spi.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_spi.d
│ │ │ │ │ │ ├── stm32f0xx_ll_spi.o
│ │ │ │ │ │ ├── stm32f0xx_ll_tim.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_tim.d
│ │ │ │ │ │ ├── stm32f0xx_ll_tim.o
│ │ │ │ │ │ ├── stm32f0xx_ll_usart.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_usart.d
│ │ │ │ │ │ ├── stm32f0xx_ll_usart.o
│ │ │ │ │ │ ├── stm32f0xx_ll_utils.crf
│ │ │ │ │ │ ├── stm32f0xx_ll_utils.d
│ │ │ │ │ │ ├── stm32f0xx_ll_utils.o
│ │ │ │ │ │ ├── stm32l0xx_it.crf
│ │ │ │ │ │ ├── stm32l0xx_it.d
│ │ │ │ │ │ ├── stm32l0xx_ll_adc.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_adc.d
│ │ │ │ │ │ ├── stm32l0xx_ll_adc.o
│ │ │ │ │ │ ├── stm32l0xx_ll_comp.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_comp.d
│ │ │ │ │ │ ├── stm32l0xx_ll_comp.o
│ │ │ │ │ │ ├── stm32l0xx_ll_crc.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_crc.d
│ │ │ │ │ │ ├── stm32l0xx_ll_crc.o
│ │ │ │ │ │ ├── stm32l0xx_ll_crs.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_crs.d
│ │ │ │ │ │ ├── stm32l0xx_ll_crs.o
│ │ │ │ │ │ ├── stm32l0xx_ll_dac.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_dac.d
│ │ │ │ │ │ ├── stm32l0xx_ll_dac.o
│ │ │ │ │ │ ├── stm32l0xx_ll_dma.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_dma.d
│ │ │ │ │ │ ├── stm32l0xx_ll_dma.o
│ │ │ │ │ │ ├── stm32l0xx_ll_exti.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_exti.d
│ │ │ │ │ │ ├── stm32l0xx_ll_exti.o
│ │ │ │ │ │ ├── stm32l0xx_ll_gpio.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_gpio.d
│ │ │ │ │ │ ├── stm32l0xx_ll_gpio.o
│ │ │ │ │ │ ├── stm32l0xx_ll_i2c.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_i2c.d
│ │ │ │ │ │ ├── stm32l0xx_ll_i2c.o
│ │ │ │ │ │ ├── stm32l0xx_ll_lptim.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_lptim.d
│ │ │ │ │ │ ├── stm32l0xx_ll_lptim.o
│ │ │ │ │ │ ├── stm32l0xx_ll_lpuart.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_lpuart.d
│ │ │ │ │ │ ├── stm32l0xx_ll_lpuart.o
│ │ │ │ │ │ ├── stm32l0xx_ll_pwr.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_pwr.d
│ │ │ │ │ │ ├── stm32l0xx_ll_pwr.o
│ │ │ │ │ │ ├── stm32l0xx_ll_rcc.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_rcc.d
│ │ │ │ │ │ ├── stm32l0xx_ll_rcc.o
│ │ │ │ │ │ ├── stm32l0xx_ll_rng.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_rng.d
│ │ │ │ │ │ ├── stm32l0xx_ll_rng.o
│ │ │ │ │ │ ├── stm32l0xx_ll_rtc.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_rtc.d
│ │ │ │ │ │ ├── stm32l0xx_ll_rtc.o
│ │ │ │ │ │ ├── stm32l0xx_ll_spi.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_spi.d
│ │ │ │ │ │ ├── stm32l0xx_ll_spi.o
│ │ │ │ │ │ ├── stm32l0xx_ll_tim.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_tim.d
│ │ │ │ │ │ ├── stm32l0xx_ll_tim.o
│ │ │ │ │ │ ├── stm32l0xx_ll_usart.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_usart.d
│ │ │ │ │ │ ├── stm32l0xx_ll_usart.o
│ │ │ │ │ │ ├── stm32l0xx_ll_utils.crf
│ │ │ │ │ │ ├── stm32l0xx_ll_utils.d
│ │ │ │ │ │ ├── stm32l0xx_ll_utils.o
│ │ │ │ │ │ ├── system_stm32f0xx.crf
│ │ │ │ │ │ ├── system_stm32f0xx.d
│ │ │ │ │ │ ├── system_stm32f0xx.o
│ │ │ │ │ │ ├── system_stm32l0xx.crf
│ │ │ │ │ │ ├── system_stm32l0xx.d
│ │ │ │ │ │ ├── xx.crf
│ │ │ │ │ │ ├── xx.d
│ │ │ │ │ │ └── xx.o
│ │ │ │ │ ├── clean.bat
│ │ │ │ │ ├── project.uvguix.XD-ZERO
│ │ │ │ │ ├── project.uvoptx
│ │ │ │ │ └── project.uvprojx
│ │ │ │ └── src
│ │ │ │ ├── cfg
│ │ │ │ │ ├── inc
│ │ │ │ │ │ ├── cfg.h
│ │ │ │ │ │ └── xx.h
│ │ │ │ │ └── src
│ │ │ │ │ └── xx.c
│ │ │ │ ├── drv
│ │ │ │ │ ├── inc
│ │ │ │ │ │ ├── board.h
│ │ │ │ │ │ ├── drv.h
│ │ │ │ │ │ ├── drv_beep.h
│ │ │ │ │ │ ├── drv_flash.h
│ │ │ │ │ │ ├── drv_iwdg.h
│ │ │ │ │ │ ├── drv_led.h
│ │ │ │ │ │ ├── drv_nfc_mifare.h
│ │ │ │ │ │ ├── drv_nfc_ultra_light.h
│ │ │ │ │ │ ├── drv_rtc.h
│ │ │ │ │ │ ├── drv_spi.h
│ │ │ │ │ │ ├── drv_spi_fm17520.h
│ │ │ │ │ │ ├── drv_uart.h
│ │ │ │ │ │ └── drv_uart_comm.h
│ │ │ │ │ └── src
│ │ │ │ │ ├── board.c
│ │ │ │ │ ├── drv.c
│ │ │ │ │ ├── drv_beep.c
│ │ │ │ │ ├── drv_flash.c
│ │ │ │ │ ├── drv_iwdg.c
│ │ │ │ │ ├── drv_led.c
│ │ │ │ │ ├── drv_nfc_mifare.c
│ │ │ │ │ ├── drv_nfc_ultra_light.c
│ │ │ │ │ ├── drv_rtc.c
│ │ │ │ │ ├── drv_spi.c
│ │ │ │ │ ├── drv_spi_fm17520.c
│ │ │ │ │ ├── drv_uart.c
│ │ │ │ │ └── drv_uart_comm.c
│ │ │ │ └── user
│ │ │ │ ├── inc
│ │ │ │ │ ├── app.h
│ │ │ │ │ └── config.h
│ │ │ │ └── src
│ │ │ │ ├── app_main.c
│ │ │ │ └── config.c
│ │ │ └── lib
│ │ │ └── bsp
│ │ │ ├── cmsis
│ │ │ │ └── inc
│ │ │ │ ├── arm_common_tables.h
│ │ │ │ ├── arm_const_structs.h
│ │ │ │ ├── arm_math.h
│ │ │ │ ├── cmsis_armcc.h
│ │ │ │ ├── cmsis_armcc_V6.h
│ │ │ │ ├── cmsis_gcc.h
│ │ │ │ ├── core_cm0.h
│ │ │ │ ├── core_cm0plus.h
│ │ │ │ ├── core_cm3.h
│ │ │ │ ├── core_cm4.h
│ │ │ │ ├── core_cm7.h
│ │ │ │ ├── core_cmFunc.h
│ │ │ │ ├── core_cmInstr.h
│ │ │ │ ├── core_cmSimd.h
│ │ │ │ ├── core_sc000.h
│ │ │ │ └── core_sc300.h
│ │ │ ├── stm32f0xx
│ │ │ │ ├── cfg
│ │ │ │ │ ├── inc
│ │ │ │ │ │ ├── stm32f030x6.h
│ │ │ │ │ │ ├── stm32f030x8.h
│ │ │ │ │ │ ├── stm32f030xc.h
│ │ │ │ │ │ ├── stm32f031x6.h
│ │ │ │ │ │ ├── stm32f038xx.h
│ │ │ │ │ │ ├── stm32f042x6.h
│ │ │ │ │ │ ├── stm32f048xx.h
│ │ │ │ │ │ ├── stm32f051x8.h
│ │ │ │ │ │ ├── stm32f058xx.h
│ │ │ │ │ │ ├── stm32f070x6.h
│ │ │ │ │ │ ├── stm32f070xb.h
│ │ │ │ │ │ ├── stm32f071xb.h
│ │ │ │ │ │ ├── stm32f072xb.h
│ │ │ │ │ │ ├── stm32f078xx.h
│ │ │ │ │ │ ├── stm32f091xc.h
│ │ │ │ │ │ ├── stm32f098xx.h
│ │ │ │ │ │ ├── stm32f0xx.h
│ │ │ │ │ │ ├── stm32f0xx_it.h
│ │ │ │ │ │ ├── stm32f0xx_ll_conf.h
│ │ │ │ │ │ └── system_stm32f0xx.h
│ │ │ │ │ └── src
│ │ │ │ │ ├── stm32f0xx_it.c
│ │ │ │ │ └── system_stm32f0xx.c
│ │ │ │ ├── ld
│ │ │ │ │ ├── stm32f100xb.ld
│ │ │ │ │ ├── stm32f100xe.ld
│ │ │ │ │ ├── stm32f103xb.ld
│ │ │ │ │ ├── stm32f103xe.ld
│ │ │ │ │ ├── stm32f103xg.ld
│ │ │ │ │ ├── stm32f107xc.ld
│ │ │ │ │ └── stm32f10x_extsram.ld
│ │ │ │ ├── libll
│ │ │ │ │ ├── inc
│ │ │ │ │ │ ├── stm32f0xx_ll_adc.h
│ │ │ │ │ │ ├── stm32f0xx_ll_bus.h
│ │ │ │ │ │ ├── stm32f0xx_ll_comp.h
│ │ │ │ │ │ ├── stm32f0xx_ll_cortex.h
│ │ │ │ │ │ ├── stm32f0xx_ll_crc.h
│ │ │ │ │ │ ├── stm32f0xx_ll_crs.h
│ │ │ │ │ │ ├── stm32f0xx_ll_dac.h
│ │ │ │ │ │ ├── stm32f0xx_ll_dma.h
│ │ │ │ │ │ ├── stm32f0xx_ll_exti.h
│ │ │ │ │ │ ├── stm32f0xx_ll_gpio.h
│ │ │ │ │ │ ├── stm32f0xx_ll_i2c.h
│ │ │ │ │ │ ├── stm32f0xx_ll_iwdg.h
│ │ │ │ │ │ ├── stm32f0xx_ll_pwr.h
│ │ │ │ │ │ ├── stm32f0xx_ll_rcc.h
│ │ │ │ │ │ ├── stm32f0xx_ll_rtc.h
│ │ │ │ │ │ ├── stm32f0xx_ll_spi.h
│ │ │ │ │ │ ├── stm32f0xx_ll_system.h
│ │ │ │ │ │ ├── stm32f0xx_ll_tim.h
│ │ │ │ │ │ ├── stm32f0xx_ll_usart.h
│ │ │ │ │ │ ├── stm32f0xx_ll_usb.h
│ │ │ │ │ │ ├── stm32f0xx_ll_utils.h
│ │ │ │ │ │ └── stm32f0xx_ll_wwdg.h
│ │ │ │ │ └── src
│ │ │ │ │ ├── stm32f0xx_ll_adc.c
│ │ │ │ │ ├── stm32f0xx_ll_comp.c
│ │ │ │ │ ├── stm32f0xx_ll_crc.c
│ │ │ │ │ ├── stm32f0xx_ll_crs.c
│ │ │ │ │ ├── stm32f0xx_ll_dac.c
│ │ │ │ │ ├── stm32f0xx_ll_dma.c
│ │ │ │ │ ├── stm32f0xx_ll_exti.c
│ │ │ │ │ ├── stm32f0xx_ll_gpio.c
│ │ │ │ │ ├── stm32f0xx_ll_i2c.c
│ │ │ │ │ ├── stm32f0xx_ll_pwr.c
│ │ │ │ │ ├── stm32f0xx_ll_rcc.c
│ │ │ │ │ ├── stm32f0xx_ll_rtc.c
│ │ │ │ │ ├── stm32f0xx_ll_spi.c
│ │ │ │ │ ├── stm32f0xx_ll_tim.c
│ │ │ │ │ ├── stm32f0xx_ll_usart.c
│ │ │ │ │ ├── stm32f0xx_ll_usb.c
│ │ │ │ │ └── stm32f0xx_ll_utils.c
│ │ │ │ └── startup
│ │ │ │ ├── arm
│ │ │ │ │ ├── startup_stm32f030x6.s
│ │ │ │ │ ├── startup_stm32f030x8.s
│ │ │ │ │ ├── startup_stm32f030xc.s
│ │ │ │ │ ├── startup_stm32f031x6.s
│ │ │ │ │ ├── startup_stm32f038xx.s
│ │ │ │ │ ├── startup_stm32f042x6.s
│ │ │ │ │ ├── startup_stm32f048xx.s
│ │ │ │ │ ├── startup_stm32f051x8.s
│ │ │ │ │ ├── startup_stm32f058xx.s
│ │ │ │ │ ├── startup_stm32f070x6.s
│ │ │ │ │ ├── startup_stm32f070xb.s
│ │ │ │ │ ├── startup_stm32f071xb.s
│ │ │ │ │ ├── startup_stm32f072xb.s
│ │ │ │ │ ├── startup_stm32f078xx.s
│ │ │ │ │ ├── startup_stm32f091xc.s
│ │ │ │ │ └── startup_stm32f098xx.s
│ │ │ │ ├── gcc
│ │ │ │ │ ├── startup_stm32f030x6.s
│ │ │ │ │ ├── startup_stm32f030x8.s
│ │ │ │ │ ├── startup_stm32f030xc.s
│ │ │ │ │ ├── startup_stm32f031x6.s
│ │ │ │ │ ├── startup_stm32f038xx.s
│ │ │ │ │ ├── startup_stm32f042x6.s
│ │ │ │ │ ├── startup_stm32f048xx.s
│ │ │ │ │ ├── startup_stm32f051x8.s
│ │ │ │ │ ├── startup_stm32f058xx.s
│ │ │ │ │ ├── startup_stm32f070x6.s
│ │ │ │ │ ├── startup_stm32f070xb.s
│ │ │ │ │ ├── startup_stm32f071xb.s
│ │ │ │ │ ├── startup_stm32f072xb.s
│ │ │ │ │ ├── startup_stm32f078xx.s
│ │ │ │ │ ├── startup_stm32f091xc.s
│ │ │ │ │ └── startup_stm32f098xx.s
│ │ │ │ └── iar
│ │ │ │ ├── linker
│ │ │ │ │ ├── stm32f030x6_flash.icf
│ │ │ │ │ ├── stm32f030x8_flash.icf
│ │ │ │ │ ├── stm32f030xc_flash.icf
│ │ │ │ │ ├── stm32f031x6_flash.icf
│ │ │ │ │ ├── stm32f038xx_flash.icf
│ │ │ │ │ ├── stm32f042x6_flash.icf
│ │ │ │ │ ├── stm32f048xx_flash.icf
│ │ │ │ │ ├── stm32f051x8_flash.icf
│ │ │ │ │ ├── stm32f058xx_flash.icf
│ │ │ │ │ ├── stm32f070x6_flash.icf
│ │ │ │ │ ├── stm32f070xb_flash.icf
│ │ │ │ │ ├── stm32f071xb_flash.icf
│ │ │ │ │ ├── stm32f072xb_flash.icf
│ │ │ │ │ ├── stm32f078xx_flash.icf
│ │ │ │ │ ├── stm32f091xc_flash.icf
│ │ │ │ │ ├── stm32f091xc_sram.icf
│ │ │ │ │ ├── stm32f098xx_flash.icf
│ │ │ │ │ └── stm32f098xx_sram.icf
│ │ │ │ ├── startup_stm32f030x6.s
│ │ │ │ ├── startup_stm32f030x8.s
│ │ │ │ ├── startup_stm32f030xc.s
│ │ │ │ ├── startup_stm32f031x6.s
│ │ │ │ ├── startup_stm32f038xx.s
│ │ │ │ ├── startup_stm32f042x6.s
│ │ │ │ ├── startup_stm32f048xx.s
│ │ │ │ ├── startup_stm32f051x8.s
│ │ │ │ ├── startup_stm32f058xx.s
│ │ │ │ ├── startup_stm32f070x6.s
│ │ │ │ ├── startup_stm32f070xb.s
│ │ │ │ ├── startup_stm32f071xb.s
│ │ │ │ ├── startup_stm32f072xb.s
│ │ │ │ ├── startup_stm32f078xx.s
│ │ │ │ ├── startup_stm32f091xc.s
│ │ │ │ └── startup_stm32f098xx.s
│ │ │ └── 后缀名s改S.bat
│ │ └── 版本记录.txt
│ └── NZ3802开发套件V1.0.rar
└── ST25DV动态标签
├── 参考文档
│ ├── ant-1-6-st25dv.pdf
│ ├── en.DM00545186.pdf
│ ├── en.ST25DV-ANT-C1-Schematics.PDF
│ ├── st25dv04k.pdf
│ ├── st25dv16k.pdf
│ ├── st25dv64k.pdf
│ └── zh.DM00329035.pdf
└── 官方固件
└── en.stsw-st25dv001.zip
40 directories, 378 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论