<?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>LPC Microcontrollers中的主题 Re: LPC43xx EMC Buffer enabled</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598336#M23151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All NAND Flash operations are initiated by issuing a command cycle. This is accomplished by placing the command on I/O[7:0], driving CE# LOW and CLE HIGH, then issuing a WE# clock. Commands, addresses, and data are clocked into the NAND Flash device on the rising edge of WE#. I don't think the buffers can be used, this is because the result will be taken from the buffers, and no physical read cycle will be initiated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also notice that the EMC is not to designed to connect to parallel NAND flash, it is specified for SDR SDRAM and standard asynchronous static memory only. While it is possible to connect NAND to the static interface, abusing address lines as data/command selectors, this is neither specified nor recommended, and has a negative impact on the performance of the external memory bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We rather encourage customers to use the SPIFI interface to connect to quad SPI serial memory devices instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Oct 2016 21:27:28 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2016-10-28T21:27:28Z</dc:date>
    <item>
      <title>LPC43xx EMC Buffer enabled</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598335#M23150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use the lpc4353 EMC-CS0&amp;nbsp;driver the&amp;nbsp;K9F1G08U0E nand flash.&lt;/P&gt;&lt;P&gt;when i set the register:Static Memory Configuration registers (STATICCONFIG[0:3],the bit 19&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="QQ图片20161025151645.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/6623i977FE8436A01FB73/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ图片20161025151645.png" alt="QQ图片20161025151645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;code is :&lt;/P&gt;&lt;P&gt;LPC_EMC-&amp;gt;STATICCONFIG0 |= 1 &amp;lt;&amp;lt; 19;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then,the chip K9F1G08U0E read/write error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i insert the delay() in the operation of K9F1G08U0E ,such as :&lt;/P&gt;&lt;P&gt;K9F1G08_CLE = K9FXX_READ_ID;&lt;BR /&gt;delay();&lt;BR /&gt; K9F1G08_ALE = 0;&lt;BR /&gt;delay();&lt;/P&gt;&lt;P&gt;a = K9F1G08_DATA;&lt;BR /&gt;delay();&lt;/P&gt;&lt;P&gt;b = K9F1G08_DATA;&lt;BR /&gt;delay();&lt;/P&gt;&lt;P&gt;c = K9F1G08_DATA;&lt;BR /&gt;delay();&lt;/P&gt;&lt;P&gt;the read/write is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i don't add code:&lt;SPAN&gt;LPC_EMC-&amp;gt;STATICCONFIG0 |= 1 &amp;lt;&amp;lt; 19;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the delay() is not need,the read/write is also correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 07:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598335#M23150</guid>
      <dc:creator>skysky</dc:creator>
      <dc:date>2016-10-25T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx EMC Buffer enabled</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598336#M23151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All NAND Flash operations are initiated by issuing a command cycle. This is accomplished by placing the command on I/O[7:0], driving CE# LOW and CLE HIGH, then issuing a WE# clock. Commands, addresses, and data are clocked into the NAND Flash device on the rising edge of WE#. I don't think the buffers can be used, this is because the result will be taken from the buffers, and no physical read cycle will be initiated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also notice that the EMC is not to designed to connect to parallel NAND flash, it is specified for SDR SDRAM and standard asynchronous static memory only. While it is possible to connect NAND to the static interface, abusing address lines as data/command selectors, this is neither specified nor recommended, and has a negative impact on the performance of the external memory bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We rather encourage customers to use the SPIFI interface to connect to quad SPI serial memory devices instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 21:27:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598336#M23151</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-10-28T21:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx EMC Buffer enabled</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598337#M23152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks your reply&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 08:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-EMC-Buffer-enabled/m-p/598337#M23152</guid>
      <dc:creator>skysky</dc:creator>
      <dc:date>2016-11-02T08:09:07Z</dc:date>
    </item>
  </channel>
</rss>

