# STM32F03ZET6-PN512-Driver **Repository Path**: xin-xiaoyu/STM32F03ZET6-PN512-Driver ## Basic Information - **Project Name**: STM32F03ZET6-PN512-Driver - **Description**: STM32+PN512实现的一个ISO/IEC14443协议的读卡器,包含A卡和B卡 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-11-28 - **Last Updated**: 2022-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STM32F03ZET6-PN512-Driver #### 介绍 STM32+PN512实现的一个ISO/IEC14443协议的读卡器,包含A卡和B卡的识别 #### 软件架构 main.c clkconfig.c:时钟配置函数 bsp.c:LED和按键配置函数 bsp_usart.c:串口配置函数 bsp_pn512.c:PN512基本驱动代码 bsp_nfc.c:NFC寻卡代码 iso14443a.c:A类型卡握手识别代码 iso14443b.c:B类型卡握手识别代码