[其它应用] 中颖88F58单片机+FM1702射频IC卡读写模块PCB图+源程序

[复制链接]
1658|0
 楼主| jcky001 发表于 2020-11-17 15:34 | 显示全部楼层 |阅读模式
基于中颖88F58主控和FM1702射频IC卡读写IC的模块,使用UART通讯接口进行外部通讯。设计成熟可靠,已经商业化应用,平均每月3K以上用量
附件是原理图,PCB图纸和源代码(IAR51平台开发)

Altium Designer画的原理图和PCB图如下:(51hei附件中可下载工程文件)


单片机源程序如下:
  • #include <ioAT89S52.h>
  • #include "IO.h"
  • //#include "FM1702NL.h"
  • #include "FSM_CORE.h"
  • #include "MSG_LIST.h"
  • #include "DEBUG.h"
  • #include <stdbool.h>
  • #include "checksum.h"
  • #include "input.h"
  • #include "motor.h"
  • #include "uart.h"
  • //#include "keyCtrl.h"
  • int main( void )
  • {
  •   Port_Init();
  • #ifdef DEBUG
  •   debug_init();
  • #endif
  •   init_motor();
  •   init_uart();
  •   init_inp();
  •   fsm_core();
  •   //while(1);
  •   return 0;
  • }


[color=rgb(51, 102, 153) !important]复制代码


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
您需要登录后才可以回帖 登录 | 注册

本版积分规则

1651

主题

5751

帖子

6

粉丝
快速回复 在线客服 返回列表 返回顶部