<?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>硬件电路 &#8211; Simon</title>
	<atom:link href="https://www.luisimon.com/tag/%E7%A1%AC%E4%BB%B6%E7%94%B5%E8%B7%AF/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.luisimon.com</link>
	<description>blog</description>
	<lastBuildDate>Sun, 30 Jun 2024 10:47:30 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://www.luisimon.com/wp-content/uploads/2019/09/cbrks-x5t4i-001.ico</url>
	<title>硬件电路 &#8211; Simon</title>
	<link>https://www.luisimon.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>RS触发器原理解释</title>
		<link>https://www.luisimon.com/2023/01/02/655/</link>
		
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 02 Jan 2023 04:56:50 +0000</pubDate>
				<category><![CDATA[随手记录]]></category>
		<category><![CDATA[RS]]></category>
		<category><![CDATA[RS触发器]]></category>
		<category><![CDATA[数字电路]]></category>
		<category><![CDATA[硬件电路]]></category>
		<category><![CDATA[触发器]]></category>
		<category><![CDATA[锁存器]]></category>
		<guid isPermaLink="false">https://www.luisimon.com/?p=655</guid>

					<description><![CDATA[RS触发器经典作用是用来保存1bit数据。其主要由两个“或非门”（或者“与非门”）组成，其中或非门的输出结果会 ... <a title="RS触发器原理解释" class="read-more" href="https://www.luisimon.com/2023/01/02/655/" aria-label="继续阅读RS触发器原理解释">阅读更多</a>]]></description>
										<content:encoded><![CDATA[
<p>RS触发器经典作用是用来保存1bit数据。其主要由两个“或非门”（或者“与非门”）组成，其中或非门的输出结果会和另一个或非门的其中一个输入连接，作为输入。实际上R和S没有本质区别，电路对称。如图：</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="426" height="328" src="https://www.luisimon.com/wp-content/uploads/2023/01/图片.png" alt="" class="wp-image-656" srcset="https://www.luisimon.com/wp-content/uploads/2023/01/图片.png 426w, https://www.luisimon.com/wp-content/uploads/2023/01/图片-300x231.png 300w" sizes="(max-width: 426px) 100vw, 426px" /><figcaption class="wp-element-caption"> <strong>电路原理图</strong></figcaption></figure></div>


<p>简述基本使用原理：根据特征表可以知道RS触发器有3种状态。分为“设置”、“保持”和“非稳定态（禁止使用）”。R和S分别处于不同值时，用于设置Q的值，把R和S都设置为0时可以保持Q为上一次的状态（即是通过R和S设置不同值时的状态）。</p>



<p>而非稳定态则是RS都为1或者RS处于开路悬空时状态不稳定，不可以使用的状态。</p>



<p>举例子：假如Q接一盏LED灯，当我们给R接负极（即为“0”），S接正极（即为“1”），那么Q输出为“1”，即LED灯点亮。此时我们把S接到负极（即为”0“），LED依然点亮，此为保持上一次状态。需要熄灭LED，把R接正极再接会负极即可。</p>



<p class="has-vivid-purple-color has-text-color has-background" style="background:radial-gradient(rgb(202,248,128) 0%,rgb(113,206,126) 100%)">总结简单口诀：RS均为0时可以保持RS在不同值时的输出。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.luisimon.com/wp-content/uploads/2023/01/图片-3.png" alt="" class="wp-image-659" width="366" height="257" srcset="https://www.luisimon.com/wp-content/uploads/2023/01/图片-3.png 366w, https://www.luisimon.com/wp-content/uploads/2023/01/图片-3-300x211.png 300w" sizes="(max-width: 366px) 100vw, 366px" /><figcaption class="wp-element-caption"><strong>RS触发器特征表</strong></figcaption></figure></div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="125" height="181" src="https://www.luisimon.com/wp-content/uploads/2023/01/图片-2.png" alt="" class="wp-image-658"/><figcaption class="wp-element-caption"><strong>与非门真值表</strong></figcaption></figure></div>


<p class="has-text-align-center has-luminous-vivid-orange-color has-text-color">注：与非门真值表可以忽略不看</p>



<p class="has-white-background-color has-text-color has-background" style="color:#cf2d3e">其他：与非门则是同为”1“时是保持状态，同为”0“时是禁止状态。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><a href="https://www.luisimon.com/goto/om8r" target="_blank" rel="nofollow noreferrer noopener">https://www.bilibili.com/video/BV1Cy4y1H7du</a></p>
<cite>讲解视频</cite></blockquote>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
