<?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: LPC54018 + SDRAM W9864G6KH has problem in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921458#M36720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the following thread:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/456814"&gt;https://community.nxp.com/thread/456814&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, have a nice day&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2019 18:07:03 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2019-06-20T18:07:03Z</dc:date>
    <item>
      <title>LPC54018 + SDRAM W9864G6KH has problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921456#M36718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On LPC54S018-EVK board, its schematics uses&amp;nbsp;W9812G6JB SDRAM, but on actual board, it's IS42S16800&amp;nbsp;SDRAM. In source code it still uses&amp;nbsp;&lt;SPAN&gt;W9812G6JB configuration. I want to know if&amp;nbsp;W9812G6JB actually bring up on this board? or&amp;nbsp;W9812G6JB has problem, so in later product board, SDRAM is changed to use ISSI chip?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I use&amp;nbsp;W9864G6KH SDRAM on LPC54018 board, configuration using SDRAM_DEV_MEMORYMAP (0x05u) and try&amp;nbsp;&amp;nbsp;SDRAM_MODEREG_VALUE with (0x33u), (0x23), (0x233), but all has problem, it occur as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. when I fill memory with memset(), all memory can be filled correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. when I use memcpy() to copy data from .data sector to SDRAM, Data in SDRAM always is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. I use a loop-mode, to read ulong from .data sector and write to SDRAM. If I use step mode one by one via emulator, the data in SDRAM is also correct. But if I run directly, data in SDRAM&amp;nbsp;still is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please share&amp;nbsp;your comments, thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921456#M36718</guid>
      <dc:creator>junzhang8421</dc:creator>
      <dc:date>2019-05-29T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 + SDRAM W9864G6KH has problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921457#M36719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I found the root-cause now.&lt;/P&gt;&lt;P&gt;Maybe the internal SDRAM bus is conflict with external SDRAM bus. If true copying data from internal SDRAM to extenal SDRAM always cause bus error, so the memcpy() result is not correct as we expect.&lt;/P&gt;&lt;P&gt;If using memset() to fill extenal SDRAM, it only writes one register to SDRAM, which cannot cause bus conflict.&lt;/P&gt;&lt;P&gt;Today, I try to read data from SD card to external SDRAM, the data is also correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now question is: do we have solution to copy data between internal SDRAM and external SDRAM correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 05:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921457#M36719</guid>
      <dc:creator>junzhang8421</dc:creator>
      <dc:date>2019-05-30T05:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 + SDRAM W9864G6KH has problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921458#M36720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the following thread:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/456814"&gt;https://community.nxp.com/thread/456814&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, have a nice day&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:07:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-SDRAM-W9864G6KH-has-problem/m-p/921458#M36720</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-06-20T18:07:03Z</dc:date>
    </item>
  </channel>
</rss>

