<?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: How to use the EMC_FBCK pin in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431141#M48279</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest you download the an12026.pdf, which focuses on the SDRAM hardware connection and layout.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12026.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12026.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;EMC_FBCK is&amp;nbsp; the Feedback clock to sample SDRAM data, it has two sources, one is internal connection to EMC_CLKOUT0 via a delay logic by gates, another is connected to EMC_FBCLK pad. Pls rtefer to section 2.2 EMC pins in an12026.pdf.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 08:07:51 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2022-03-21T08:07:51Z</dc:date>
    <item>
      <title>How to use the EMC_FBCK pin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1430900#M48272</link>
      <description>&lt;P&gt;Hello everybody,&lt;BR /&gt;I'm designing a new board based on LPC54618FBD208 with 2 SDRAM modules (16bit + 16bit data bus) and 1 parallel NOR Flash module (16bit data bus) managed by the EMC functional block of the MCU.&lt;BR /&gt;For the SDRAM I will use the Y-topology to have a 32bit data bus configuration but I don't quite understand how to use the EMC_FBCK pin.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Options:&lt;BR /&gt;1 - I have to connect it to the farthest point of the EMC_CLK0 signal (i.e. to the pin of one of the two SDRAMs, obviously the distance is the same for both since the distances must match)&lt;BR /&gt;2 - I have to connect it to the EMC_CLK0 pin with a track of length equal to the length of the signal of EMC_CLK0 between MCU and one of the two SDRAMs&lt;BR /&gt;3 - I have to connect it directly to the EMC_CLK0 pin regardless of its length&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Marco&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 08:48:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1430900#M48272</guid>
      <dc:creator>MarcoAEE</dc:creator>
      <dc:date>2022-03-19T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the EMC_FBCK pin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431141#M48279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest you download the an12026.pdf, which focuses on the SDRAM hardware connection and layout.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12026.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12026.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;EMC_FBCK is&amp;nbsp; the Feedback clock to sample SDRAM data, it has two sources, one is internal connection to EMC_CLKOUT0 via a delay logic by gates, another is connected to EMC_FBCLK pad. Pls rtefer to section 2.2 EMC pins in an12026.pdf.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 08:07:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431141#M48279</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-03-21T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the EMC_FBCK pin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431316#M48286</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks, I had already viewed the application note, I saw the following note in section 2.2:&lt;/P&gt;&lt;P&gt;EMC can use either EMC_FBCLK pin or EMC_CLK0 loopback signal as its feedback input;&lt;BR /&gt;for EMC_CLK0 loopback signal, programmable delays can be added to clock feedback path, to compensate signal flight time.&lt;/P&gt;&lt;P&gt;I don't understand at what point I have to acquire the EMC_CLK signal with EMC_FBCLK pin (i.e. at what point I have to join the two tracks)&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431316#M48286</guid>
      <dc:creator>MarcoAEE</dc:creator>
      <dc:date>2022-03-21T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the EMC_FBCK pin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431602#M48291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest you read the section 2.5.2 Function of EMC_CLKIN pin for an10935.pdf, which can be downloaded from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN10935.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN10935.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 03:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1431602#M48291</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-03-22T03:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the EMC_FBCK pin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1432156#M48298</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;thanks, it is all clear! Bearing in mind that with LPC54618 the EMC frequency will be 90Mhz and that my layout is very compact, I can connect EMC_FBCLK directly to the EMC_CLK pin.&lt;BR /&gt;Thank you&lt;BR /&gt;Best regards&lt;BR /&gt;Marco&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 18:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-use-the-EMC-FBCK-pin/m-p/1432156#M48298</guid>
      <dc:creator>MarcoAEE</dc:creator>
      <dc:date>2022-03-22T18:58:01Z</dc:date>
    </item>
  </channel>
</rss>

