<?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>74HCT595 &#8211; The Longhorn Engineer</title>
	<atom:link href="https://longhornengineer.com/tag/74hct595/feed/" rel="self" type="application/rss+xml" />
	<link>https://longhornengineer.com</link>
	<description>Robotics, Pinball, Hacking, Portables</description>
	<lastBuildDate>Tue, 20 Dec 2022 20:20:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>LM3S1968: 74HCT595 Shift Registers</title>
		<link>https://longhornengineer.com/2011/11/08/lm3s1968-74hct595-shift-registers/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Tue, 08 Nov 2011 11:10:37 +0000</pubDate>
				<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[74HCT595]]></category>
		<category><![CDATA[LM3S1968]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=725</guid>

					<description><![CDATA[For one of my up coming Labs for EE445L I am going to need to expand the I/O of the LM3S1968. I am using the 74HCT595 much like on my pinball machine. One 74HCT595 allows you to turn 3 output pins into 8 output pins. They can be daisy chained so you can have any &#8230; <a href="https://longhornengineer.com/2011/11/08/lm3s1968-74hct595-shift-registers/" class="more-link">Continue reading <span class="screen-reader-text">LM3S1968: 74HCT595 Shift Registers</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>For one of my up coming Labs for EE445L I am going to need to expand the I/O of the LM3S1968. I am using the 74HCT595 much like on my pinball machine. One 74HCT595 allows you to turn 3 output pins into 8 output pins. They can be daisy chained so you can have any multiple of 8 output pins for those 3 original output pins.</p>
<p>In this demo I have 3 74HCT595 chips wired up. Instead of using the SSIO ports on the LM3S1968 I bit banged the port. SSIO is built in hardware that does serial communication. I decided to not use is for the 74HCT595&#8217;s because I am going to use it in controlling a DAC.</p>
<div style="text-align:center">
http://www.youtube.com/watch?v=_bkljz3YN60</div>
<p>The code is fairly module and easy to change to different ports and pins.</p>
<p>Link to the <a href="https://longhornengineer.com/code/LM3S1968/74HCT595_Driver.zip">code</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
