单片机学习小组
直播中

吴湛

11年用户 896经验值
擅长:33391
私信 关注

使用T2做为波特率发生器的方法

文章目录工程结构:原理图:main.c/** * Interrupt Registers Definition */sfr IE = 0xA8; /* Interrupt Enable Register */sfr IE2 = 0xAF;/** * Interrupt Registers Bits Definition *//** IE */#define GLOBAL_IE_EA    (0x80)#define UART_IE_ES      (0x10)/** IE

更多回帖

发帖
×
20
完善资料,
赚取积分