- 1、本文档共27页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于单片机方波信号发生器
毕 业 设 计
课题名称 基于单片机的方波信号发生器
姓 名 学 号
所在系 电子系 专业年级
指导教师_ _职 称_副教授__
二O一O 年 月 日
目 录
摘 要 III
ABSTRACT IV
第1章 引言 1
第2章 单片机概述 1
第3章 芯片简介 1
3.1 MSC-52芯片简介 1
3.2 8255芯片简介 5
3.3 74LS373简介 6
第4章. 系统硬件设计 6
4.2方波发生器设计方案 7
4.2.1 系统总框图如下: 7
4.2.2 交通灯硬件线路图 8
4.2.3 系统工作原理 10
第5章.控制器的软件设计 10
5.1每秒钟的设定 10
5.2计数器硬件延时 10
5.2.1 计数器初值计算 10
5.2.2 计算公式 10
5.2.3 1秒的方法 11
5.2.4相应程序代码 11
5.3 软件延时 12
5.4 时间及信号灯的显示 12
5.4.1 8051并行口的扩展 12
5.4.3 8255PA口输出信号接信号灯: 13
5.4.4 8255输出信号与数码管的连接: 13
5.4.5 8255与8051的连接: 13
5.5 程序设计 14
5.5.1流程图如图所示 14
5.5.2 程序源代码 15
结 束 语 20
参考文献 20
致 谢 21
摘 要
近年来随着科技的飞速发展,单片机的应用正在不断地走向深入。在实时检测和自动控制的单片机应用系统中,单片机往往是作为一个核心部件来使用,仅单片机方面知识是不够的,还应根据具体硬件结构,以及针对具体应用对象特点的软件结合,加以完善。
本文首先对智能交通灯的研究意义和智能交通灯的研究现状进行了分析,指出了现状交通灯存在的缺点,并提出了改进方法。智能交通灯控制系统通常要实现自动控制。本文还对AT89S51单片机的结构特点和重要引脚功能进行了介绍,同时对智能交通灯控制系统的设计进行了详细的分析。
关键词:;微处理器模块AT89S52;程序设计
ABSTRACT
Along with science and technology is updating in recent years , the application of MCU is going deeper. In the application of the automatic control and detection of real time, the MCU is used to use as a key parts. But if you want to design a system , only learn the knowledge of MCU is insufficient . You should perfect the system on the basis of the structure of the hardware and it is link to the characteristic of the application object of the software.
First, in this paper, we discuss the studying significance and studying situation of the Intelligent Transportation System(ITS) ,then point out the drawback of the current situation and give the improve method. Automatic Control is the most important function of the ITS. This paper describe the character of structure and the function of pin of AT89S51 SCM.It also give detailed analysis of ITS design .
Keywords: AT8951 MCU; ITS; program design
图1
·程序存储器(ROM):
8051共有4096个8位掩膜ROM,用于存放用户程序,原始数据或表格。
·定时/计数器(ROM):
8051有两个16位的可编程定时/计数器,以实现定时或计数产生中断用于控制程序转向。
·并行输入输出(I/O)口:
8051共有4组8位I/O口(P0、 P1
文档评论(0)