<?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: EMC Bank Select Connection for 2-Bank SDRAM on LPC4078FET180 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600540#M23314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the&amp;nbsp;clear explanation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 06:38:31 GMT</pubDate>
    <dc:creator>betachen</dc:creator>
    <dc:date>2016-10-04T06:38:31Z</dc:date>
    <item>
      <title>EMC Bank Select Connection for 2-Bank SDRAM on LPC4078FET180</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600538#M23312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the user manual, the bank select signals&amp;nbsp;are from A14 and A13 pins. I need your confirmation that &amp;nbsp;&lt;/P&gt;&lt;P&gt;when&amp;nbsp;the chosen SDRAM only has 2 banks, should we start the connection from BA0 or BA1? (which one should be used for only 2-bank SDRAM?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1857iCBC096364E7ADB3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;beta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 02:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600538#M23312</guid>
      <dc:creator>betachen</dc:creator>
      <dc:date>2016-10-03T02:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: EMC Bank Select Connection for 2-Bank SDRAM on LPC4078FET180</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600539#M23313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on configuration, the bank select signal may appear on EMC_A13 or on EMC_A14. The good news is that for the two-bank parts supported by this EMC it is possible to select the address line at run-time: Either RBC or BRC addressing scheme will always work on a given board, no matter which of EMC_A13 or EMC_A14 is connected to the SDRAM BA line. The bad news is that only one of RBC and BRC modes works, so if you target a specific mode, you must know the address line beforehand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the bank select address bit in the logical address used by the CPU is on an odd position, the EMC will use EMC_A14. If the bank select address bit is on an even position, the EMC will use EMC_A13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;32-bit bus, two 16-bit 16 MBit devices (1Mx16) with 11 row bits and 8 column bits.&lt;/P&gt;&lt;P&gt;a) RBC mode:&lt;/P&gt;&lt;P&gt;A[1:0] of the logical address select a byte in the 32-bit data word from SDRAM.&lt;/P&gt;&lt;P&gt;A[9:2] form the 8-bit column address&lt;/P&gt;&lt;P&gt;A[10] is the bank select bit&lt;/P&gt;&lt;P&gt;A[21:11] form the 11-bit row address&lt;/P&gt;&lt;P&gt;--&amp;gt; EMC_A13 is used for bank select because 10 is an even number&lt;/P&gt;&lt;P&gt;b) BRC mode:&lt;/P&gt;&lt;P&gt;A[1:0] of the logical address select a byte in the 32-bit data word from SDRAM.&lt;/P&gt;&lt;P&gt;A[9:2] form the 8-bit column address&lt;/P&gt;&lt;P&gt;A[20:10] form the 11-bit row address&lt;/P&gt;&lt;P&gt;A[21] is the bank select bit&lt;/P&gt;&lt;P&gt;--&amp;gt; EMC_A14 is used for bank select because 21 is an odd number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summary:&lt;/P&gt;&lt;P&gt;16-bit bus, one 16M device with R=11, C=8, RBC mode --&amp;gt; A14&lt;/P&gt;&lt;P&gt;16-bit bus, one 16M device with R=11, C=8, BRC mode --&amp;gt; A13&lt;/P&gt;&lt;P&gt;16-bit bus, two 16M devices with R=11, C=9, RBC mode --&amp;gt; A13&lt;/P&gt;&lt;P&gt;16-bit bus, two 16M devices with R=11, C=9, BRC mode --&amp;gt; A14&lt;/P&gt;&lt;P&gt;32-bit bus, two 16M device with R=11, C=8, RBC mode --&amp;gt; A13&lt;/P&gt;&lt;P&gt;32-bit bus, two 16M device with R=11, C=8, BRC mode --&amp;gt; A14&lt;/P&gt;&lt;P&gt;32-bit bus, four 16M devices with R=11, C=9, RBC mode --&amp;gt; A14&lt;/P&gt;&lt;P&gt;32-bit bus, four 16M devices with R=11, C=9, BRC mode --&amp;gt; A13&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 09:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600539#M23313</guid>
      <dc:creator>ursaminor</dc:creator>
      <dc:date>2016-10-03T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: EMC Bank Select Connection for 2-Bank SDRAM on LPC4078FET180</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600540#M23314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the&amp;nbsp;clear explanation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 06:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/EMC-Bank-Select-Connection-for-2-Bank-SDRAM-on-LPC4078FET180/m-p/600540#M23314</guid>
      <dc:creator>betachen</dc:creator>
      <dc:date>2016-10-04T06:38:31Z</dc:date>
    </item>
  </channel>
</rss>

