打印
[其它应用]

中颖88F58单片机+FM1702射频IC卡读写模块PCB图+源程序

[复制链接]
546|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]复制代码


使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

1414

主题

3861

帖子

6

粉丝