<?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>8-bit MicrocontrollersのトピックSPI to Atmel AT45DB161 flash</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181013#M13129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the past , I have done a bit-bashed SPI to atmel flash AT45DB161,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;since I could never get the 908GP32's hardware SPI to work with this part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there is a compatibility problem with the way the flash expects the leading bit to be clocked out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone implemented the 908's&amp;nbsp; SPI to the AT45DB161 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2008 16:15:21 GMT</pubDate>
    <dc:creator>donw</dc:creator>
    <dc:date>2008-08-21T16:15:21Z</dc:date>
    <item>
      <title>SPI to Atmel AT45DB161 flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181013#M13129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the past , I have done a bit-bashed SPI to atmel flash AT45DB161,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;since I could never get the 908GP32's hardware SPI to work with this part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there is a compatibility problem with the way the flash expects the leading bit to be clocked out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone implemented the 908's&amp;nbsp; SPI to the AT45DB161 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 16:15:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181013#M13129</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2008-08-21T16:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: SPI to Atmel AT45DB161 flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181014#M13130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;No, but I've interfaced an S908JM60 to an Atmel 25FS010 Flash part&amp;nbsp;without any problems (hopefully), using the built in SPI and interrupts.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 03:23:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181014#M13130</guid>
      <dc:creator>awmark</dc:creator>
      <dc:date>2008-08-22T03:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: SPI to Atmel AT45DB161 flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181015#M13131</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;According to the datasheet for the serial&amp;nbsp;flash device, the data transfer should be compatible with either of the conditions CPOL = 0, CPHA = 0, or alternatively CPOL = 1, CPHA = 1.&amp;nbsp; I assume that you are operating both devices from the same Vdd supply of 3 volts.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Perhaps you might post the SPI communications code you are using, and provide more detail on the nature of the problem you are experiencing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Mac&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 10:38:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181015#M13131</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2008-08-22T10:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: SPI to Atmel AT45DB161 flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181016#M13132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks BigMac. I will have another attempt at it later..&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/SPI-to-Atmel-AT45DB161-flash/m-p/181016#M13132</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2008-08-25T09:49:01Z</dc:date>
    </item>
  </channel>
</rss>

