找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

关于c51定时器的问题,在线等啊

[复制链接]
admin 发表于 2012-9-2 05:14:41 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

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

×
定时器0工作在2模式下,采用中断计时,计数满100,p0口0位改变电位。
示波器显示周期为51.2ms,为什么去掉while(1){ },周期变为512us,求解释。
还有就是定时器在工作的时候,能不能对TH0,TL0进行赋值。
#include<reg52.h>
sbit p00=P0^0;
static unsigned int i;
void main()
{
EA=1;
ET0=1;
TMOD=0x02;
TR0=1;
TH0=0;TL0=0;
[color=ound-color:#ffff00]while(1){ }
}
void T0_int () interrupt 1
{i++;
if(i>=100){i=0;p00=!p00;}
}
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-23 23:28 , Processed in 0.057785 second(s), 11 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表