<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>51单片机</title>
	<atom:link href="https://www.aitaocui.cn/tag/177906/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Wed, 23 Nov 2022 04:48:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>51单片机</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>51单片机(单片机)</title>
		<link>https://www.aitaocui.cn/article/281472.html</link>
					<comments>https://www.aitaocui.cn/article/281472.html#respond</comments>
		
		<dc:creator><![CDATA[追风少年刘全有]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 04:48:13 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[51单片机]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=281472</guid>

					<description><![CDATA[51单片机是对兼容英特尔8051指令系统的单片机的统称。51单片机广泛应用于家用电器、汽车、工业测控、通信设备中。因为51单片机的指令系统、内部结构相对简单，所以国内许多高校用其进...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>51单片机是对兼容英特尔8051指令系统的单片机的统称。51单片机广泛应用于家用电器、汽车、工业测控、通信设备中。因为51单片机的指令系统、内部结构相对简单，所以国内许多高校用其进行单片机入门教学。</p>
</p>
</article>
<article>
<h1>主要品牌及其产品</h1>
<p>Intel（英特尔）：80C31、80C51、87C51，80C32、80C52、87C52等；</p>
<p>Atmel（艾特梅尔）：89C51、89C52、89C2051，89S51(RC)，89S52(RC)等；</p>
<p>Philips（飞利浦）、华邦、Dallas（达拉斯）、Siemens（西门子）等公司的许多产品；</p>
<p>STC（宏晶）：STC89C51、STC90C51、STC11系列、STC15系列、STC8系列等。</p>
<h1>基本组成</h1>
<p>8051单片机通常至少具备以下功能和外设：  </p>
<p>8位CPU</p>
<p>程序存储器（ROM），寻址空间64KiB</p>
<p>数据存储器（RAM），寻址空间64KiB</p>
<p>4组8位共32个输入输出口</p>
<p>5至6个中断源，分2个优先级</p>
<p>全双工串行口</p>
<h1>区别</h1>
<p>同样的一段程序，在各个单片机厂家的硬件上运行的结果都是一样的，如ATMEL的89C51（已经停产）、89S51， PHILIPS，和WINBOND等，我们常说的已经停产的89C51指的是ATMEL公司的 AT89C51单片机，同时是在原基础上增强了许多特性，如时钟，更优秀的是由Flash（程序存储器的内容至少可以改写1000次）存储器取代了原来的ROM（一次性写入），AT89C51的性能相对于8051已经算是非常优越的了。</p>
<p>89S51相对于89C51增加的新功能包括：</p>
<p>&#8212; 新增加很多功能，性能有了较大提升，价格基本不变，甚至比89C51更低。</p>
<p>&#8212; ISP在线编程功能，这个功能的优势在于改写单片机存储器内的程序不需要把芯片从工作环境中剥离。是一个强大易用的功能。</p>
<p>&#8212; 最高工作频率为33MHz，大家都知道89C51的极限工作频率是24M，就是说S51具有更高工作频率，从而具有了更快的计算速度。</p>
<p>&#8212; 具有双工UART串行通道。</p>
<p>&#8212; 内部集成看门狗计时器，不再需要像89C51那样外接看门狗计时器单元电路。</p>
<p>&#8212; 双数据指示器。</p>
<p>&#8212; 电源关闭标识。</p>
<p>&#8212; 全新的加密算法，这使得对于89S51的盗版变为不可能，程序的保密性大大加强，这样就可以有效的保护知识产权不被侵犯。</p>
<p>&#8212; 兼容性方面：向下完全兼容51全部字系列产品。比如8051、89C51等等早期MCS-51兼容产品。也就是说所有教科书、网络教程上的程序（不论教科书上采用的单片机是8051还是89C51还是MCS-51等等），在89S51上一样可以照常运行，这就是所谓的向下兼容。</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/281472.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
