<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MC68340 and Serial Dataflash via SPI in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143396#M2690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;FONT size="+2"&gt;P.S.&lt;/FONT&gt; I forgot to say that you should ask in &lt;A href="http://forums.freescale.com/freescale/board?board.id=CFCOMM" target="_blank"&gt;this forum&lt;/A&gt; instead:&lt;BR /&gt;&lt;A href="http://forums.freescale.com/freescale/board?board.id=CFCOMM" target="_blank"&gt;http://forums.freescale.com/freescale/board?board.id=CFCOMM&lt;/A&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;I looked up &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC68340&amp;amp;nodeId=0162468rH3YTLC61650795" rel="nofollow" target="_blank"&gt;your part&lt;/A&gt; on Freescale:&lt;BR /&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC68340&amp;amp;" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC68340&amp;amp;&lt;/A&gt;;nodeId=0162468rH3YTLC61650795&lt;BR /&gt;&lt;BR /&gt;Looks like a fine product from the 68K/ColdFire family. I've never used it, but bit-banging should be fine as long as you know what you need it to do. I hope the link above gets you started as it has all the docs you would need.&lt;BR /&gt;&lt;BR /&gt;If you run into a &lt;I&gt;more specific&lt;/I&gt; problem, ask and more people are likely answer.&lt;BR /&gt;&lt;BR /&gt;I might have more information if I knew the specific SPI protocol of the Dataflash.&lt;P&gt;Message Edited by imajeff on &lt;SPAN class="date_text"&gt;2007-01-24&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:30 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 00:16:35 GMT</pubDate>
    <dc:creator>imajeff</dc:creator>
    <dc:date>2007-01-25T00:16:35Z</dc:date>
    <item>
      <title>MC68340 and Serial Dataflash via SPI</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143394#M2688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Lucky I found out this forum, but I don't know&amp;nbsp;whether FreeScale have some relation to Motorola or not? If yes, may be I found the correct place for my problem. ( I am so newbie to Programming processor so If there is something I am incorrect, please sympathy with me).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I need to connect Serial DataFlash to a Motorola MC68340 system (this already is completed product so I don't have chance to change to MCU), and It seem very complicated to me because MC68340 doesn't support SPI. Now I need to make a software SPI (Bit-bang). But some days pass, It haven't worked out yet.&lt;BR /&gt;&lt;BR /&gt;To connect Motorola to SS,SCK,MOSI of Dataflash, I use flip-flop 74hc374 and to connect Motorola to MISO of DataFlash, I use Buffer 74hc244 as following. (Currently, this product use 374 for output and 244 for input, as far as I understand, so I must continue to use these chips to interface.)&lt;BR /&gt;_______ __&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _______&lt;BR /&gt;| moto D0|&amp;nbsp; -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | -&amp;gt;MOSI&lt;BR /&gt;| rola&amp;nbsp;&amp;nbsp; D1|&amp;nbsp; -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|74hc374&amp;nbsp; | -&amp;gt;SS&lt;BR /&gt;|_____ D2| -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |________| -&amp;gt;CLK&lt;BR /&gt;&lt;BR /&gt;_______ _&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ________&lt;BR /&gt;| moto D0|&amp;nbsp;&amp;nbsp; &amp;lt;-|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;lt;-MISO&lt;BR /&gt;| rola&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|74hc244&amp;nbsp; |&lt;BR /&gt;|_______|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|________|&lt;BR /&gt;&lt;BR /&gt;( What a pity that today I don't bring here my programming source). I am so tired until now It doesn't work. Could anyone tell me whether this hardware can work out? Should I continue with this connections? Could anyone give me some hint for programming bit-bang with this connection because I am so newbie to Motorola.&lt;BR /&gt;&lt;BR /&gt;Any help is highly appreciated.&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Many thanks and best regards.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 00:58:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143394#M2688</guid>
      <dc:creator>loveoflife</dc:creator>
      <dc:date>2007-01-23T00:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: MC68340 and Serial Dataflash via SPI</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143395#M2689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi &lt;A class="auth_text" href="http://forums.freescale.com/freescale/view_profile?user.id=6009" style="FONT-WEIGHT: bold" target="top"&gt;&lt;SPAN style="COLOR: #017bba"&gt;loveoflife&lt;/SPAN&gt;&lt;/A&gt;,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Motorola spun off its semiconductor product sector and created a new company called Freescale Semiconductor a couple of years ago.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Therefore all the microcontrollers are now &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;Freescale&lt;/FONT&gt;&lt;/STRONG&gt; and Motorola does not own Freescale.&lt;/DIV&gt;&lt;DIV&gt;You can find all the information, even from devices created before the separation, on &lt;A href="http://www.freescale.com" rel="nofollow" target="_blank"&gt;www.freescale.com&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;Alban.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 02:32:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143395#M2689</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-01-23T02:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: MC68340 and Serial Dataflash via SPI</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143396#M2690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;FONT size="+2"&gt;P.S.&lt;/FONT&gt; I forgot to say that you should ask in &lt;A href="http://forums.freescale.com/freescale/board?board.id=CFCOMM" target="_blank"&gt;this forum&lt;/A&gt; instead:&lt;BR /&gt;&lt;A href="http://forums.freescale.com/freescale/board?board.id=CFCOMM" target="_blank"&gt;http://forums.freescale.com/freescale/board?board.id=CFCOMM&lt;/A&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;I looked up &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC68340&amp;amp;nodeId=0162468rH3YTLC61650795" rel="nofollow" target="_blank"&gt;your part&lt;/A&gt; on Freescale:&lt;BR /&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC68340&amp;amp;" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC68340&amp;amp;&lt;/A&gt;;nodeId=0162468rH3YTLC61650795&lt;BR /&gt;&lt;BR /&gt;Looks like a fine product from the 68K/ColdFire family. I've never used it, but bit-banging should be fine as long as you know what you need it to do. I hope the link above gets you started as it has all the docs you would need.&lt;BR /&gt;&lt;BR /&gt;If you run into a &lt;I&gt;more specific&lt;/I&gt; problem, ask and more people are likely answer.&lt;BR /&gt;&lt;BR /&gt;I might have more information if I knew the specific SPI protocol of the Dataflash.&lt;P&gt;Message Edited by imajeff on &lt;SPAN class="date_text"&gt;2007-01-24&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:30 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 00:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MC68340-and-Serial-Dataflash-via-SPI/m-p/143396#M2690</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2007-01-25T00:16:35Z</dc:date>
    </item>
  </channel>
</rss>

