<?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: Vybrid LPDDR2 200MHz in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512558#M5549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct. The board in question do not have any issues when operating on 400MHz. We have indeed changed the appropriate clock settings before initializing the DRAM, and verified this by physical measurements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We set the current drive-strength as a result of a simulation done by one of our hardware-engineers. He suggested setting the DRAM chip drive strength to 40 Ohm, and setting the MCU-side drive-strength to 48 Ohm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried reading back with the offset you suggested (Note: TDAL have been set back to 7):&lt;/P&gt;&lt;P&gt;Reading from a 4-byte offset: &lt;A href="http://pastebin.com/it6D5R2Y" title="http://pastebin.com/it6D5R2Y"&gt;[GDB] Vybrid LPDDR2@200MHz start+1 - Pastebin.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Reading from a 2-byte offset: &lt;A href="http://pastebin.com/XU1H713J" title="http://pastebin.com/XU1H713J"&gt;[GDB] Vybrid LPDDR2@200MHz (u16*) start+1 - Pastebin.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, the unwritable cullumns do follow the offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also tried making the change to CR132 as you suggested:&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/nainNScL" title="http://pastebin.com/nainNScL"&gt;[GDB] Vybrid LPDDR2@200MHz RDLAT_ADJ=RDLAT-1 - Pastebin.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did however notice something interesting when resetting the FIFO using PHY50[4]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/6LLzdN7V" title="http://pastebin.com/6LLzdN7V"&gt;[GDB] Vybrid LPDDR2@200MHz Reset FIFO - Pastebin.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, all bytes are read back as 0x00. We tried adding a FIFO reset just after DRAM init, with the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 11:04:07 GMT</pubDate>
    <dc:creator>tfe</dc:creator>
    <dc:date>2016-08-01T11:04:07Z</dc:date>
    <item>
      <title>Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512532#M5523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have custom board with a Vybrid controller and LPDDR2 Memory (IS43LD16640A).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recently managed to get it working with the DRAM clock running at 400 MHz (WL=3, RL=6), but due to power concerns, we need to clock it down to 200 MHz (WL=2, RL=4). Both the MCU and DRAM are running from the same clock (PLL1pfd3), the resulting MCU frequency will be 198MHz. Both setups use burst length (BL) 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming this would be an easy task, we simply updated the DRAM controller timings and hoped for the best. Not surprisingly, this did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a JLINK-debugger, we loaded the DRAM using a functional setup (running at 400 MHz), and then immediately reset the MCU and initialized the DRAM controller with the experimental setup (200 MHz). From this we were able to read back the pattern written, indicating that nothing is wrong with the read-operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next we wrote an ant-pattern to the same region we just read. When reading it back, we observed that the first two bytes of every other burst were wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have previously observed that a 32bit write produces the following result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14628939453174819 jive_macro_code jive_text_macro" data-renderedposition="498_50_799_320" jivemacro_uid="_14628939453174819" modifiedtitle="true"&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp; write -&amp;gt; readback
0x8000_0000 -&amp;gt; 0x0000_aaaa
0x4000_0000 -&amp;gt; 0x0000_aaaa
0x2000_0000 -&amp;gt; 0x0000_aaaa
0x1000_0000 -&amp;gt; 0x0000_aaaa
[...]
0x0008_0000 -&amp;gt; 0x0000_aaaa
0x0004_0000 -&amp;gt; 0x0000_aaaa
0x0002_0000 -&amp;gt; 0x0000_aaaa
0x0001_0000 -&amp;gt; 0x0000_aaaa

0x0000_8000 -&amp;gt; 0x8000_aaaa
0x0000_4000 -&amp;gt; 0x4000_aaaa
0x0000_2000 -&amp;gt; 0x2000_aaaa
0x0000_1000 -&amp;gt; 0x1000_aaaa
[...]
0x0000_0008 -&amp;gt; 0x0008_aaaa
0x0000_0004 -&amp;gt; 0x0004_aaaa
0x0000_0002 -&amp;gt; 0x0002_aaaa
0x0000_0001 -&amp;gt; 0x0001_aaaa&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the missing two bytes "flow over" to the next 32-bit word:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14628940704632204 jive_text_macro" data-renderedposition="896_50_799_176" jivemacro_uid="_14628940704632204" modifiedtitle="true"&gt;&lt;P&gt;&lt;CODE&gt;(gdb) x/16b addr&amp;nbsp; 
0x80000000: 0x00 0x00 0x55 0x55 0x55 0x55 0x00 0x80
0x80000008: 0xaa 0xaa 0xaa 0xaa 0xaa 0xaa 0x00 0x55
(gdb) p/x *addr
$59 = 0x55550000
(gdb) set *addr = 0xaabbccdd
(gdb) p/x *addr 
$60 = 0xccdd0000
(gdb) x/16b addr
0x80000000: 0x00 0x00 0xdd 0xcc 0xbb 0xaa 0x00 0x80
0x80000008: 0xaa 0xaa 0xaa 0xaa 0xaa 0xaa 0x00 0x55&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are therefore wondering: What parameters do we specifically need to change when changing the DRAM clock from 400MHz to 200 MHz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is a diff between the functional 400MHz setup, and the experimental 200 MHz setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/JkRwQViP" rel="nofollow noopener noreferrer" title="http://pastebin.com/JkRwQViP" target="_blank"&gt;[Diff] U-Boot DRAM diff - Pastebin.com&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 15:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512532#M5523</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-05-10T15:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512533#M5524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karinavalencia"&gt;karinavalencia&lt;/A&gt;​ Can we expect a response soon?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 11:15:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512533#M5524</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-05-13T11:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512534#M5525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/tfe"&gt;tfe&lt;/A&gt;​, our team will check this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 12:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512534#M5525</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-05-13T12:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512535#M5526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tomas,&lt;/P&gt;&lt;P&gt;if you change frequency you need to change all time depended/calibration parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have no reference design for LPDDR2 let alone 200MHz - I cannot test it.&lt;/P&gt;&lt;P&gt;/Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 12:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512535#M5526</guid>
      <dc:creator>jiri-b36968</dc:creator>
      <dc:date>2016-05-17T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512536#M5527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The registers you are referring to "has no meaning" for LPDDR2 according the the RM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, we did try to manipulate these values as you suggested. As far as we can see, there are no difference from the results explained above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 08:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512536#M5527</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-05-18T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512537#M5528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri-b36968"&gt;jiri-b36968&lt;/A&gt;​ please continue with the follow up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 16:02:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512537#M5528</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-05-23T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512538#M5529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri-b36968"&gt;jiri-b36968&lt;/A&gt;​, do you have any follow-up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512538#M5529</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-06-01T07:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512539#M5530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="209275" data-objecttype="3" href="https://community.nxp.com/people/jiri-b36968" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #266fc8;"&gt;Jiri Kotzian&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; please continue with the follow up.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512539#M5530</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-06-06T16:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512540#M5531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="209275" data-objecttype="3" href="https://community.nxp.com/people/jiri-b36968" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #266fc8; text-decoration: underline;"&gt;Jiri Kotzian&lt;/A&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #000000;"&gt; any progress?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512540#M5531</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-06-27T17:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512541#M5532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;Sorry for delay, but still overloaded with different topic.&lt;/P&gt;&lt;P&gt;right. i'm sorry. corrected.&lt;/P&gt;&lt;P&gt;LPDDR2 uses CR (WR,RL) and three sets of PHY data slices timing regs.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DS0 PHY00-04&lt;/LI&gt;&lt;LI&gt;DS1 PHY16-20&lt;/LI&gt;&lt;LI&gt;DS2 PHY32-36&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It looks like incorrect write latency or incorrect output enable window (PHY00 and PHY01,...)&lt;/P&gt;&lt;P&gt;write timing is tuned in PHY04/20/36&amp;nbsp; 0x20 is center (you use 0x27) try 0x00-0x40&lt;/P&gt;&lt;P&gt;try to change WRLAT_ADJ in CR132&lt;/P&gt;&lt;P&gt;Some other hints:&lt;/P&gt;&lt;P&gt;Please try to add ZQ calibration request during programming registers. CR154 -&amp;gt; 0x6828 7000&lt;/P&gt;&lt;P&gt;You can also try to increase drive strength of signals 0x00000140 -&amp;gt; 0x00000180 (0x000001C0)&lt;/P&gt;&lt;P&gt;Please change all DQ and DQS from 0x00000140 to&amp;nbsp; 0x00010140 (0x00010180 or 0x000101C0)&lt;/P&gt;&lt;P&gt;/Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 13:32:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512541#M5532</guid>
      <dc:creator>jiri-b36968</dc:creator>
      <dc:date>2016-06-28T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512542#M5533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jiri,&lt;/P&gt;&lt;P&gt;Thank you for finally getting back to us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The symptoms of our memory issue seems to have changed somewhat (see: &lt;A href="http://pastebin.com/KUw068K5" title="http://pastebin.com/KUw068K5"&gt;[GDB] Vybrid LPDDR200 @ 200MHz - Pastebin.com&lt;/A&gt; ). As you can see, we are unable to write to the two first columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say that it seems the output enable window may be incorrect. Could you suggest a way for us to find the correct window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We assume by saying "change all DQ and DQS from 0x00000140 to 0x00010140 [...]", you mean PHY00/01/16/17/32/33? The bit you are suggesting we change is in a field listed as "RESERVED", which leads us to wonder why we should write to this field in the first place? Nevertheless, doing this change does not produce any significant results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjusting WRLAT_ADJ only seemed to make things worse. From our tests, we see that in addition to not being able to write to the two first columns, we were also unable to write to several of the first byte-positions following 0x80000000 (DRAM_START). It seemed like some kind of addressing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ZQ calibration did not seem to make a difference. Following are calculated values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAD_ZQ_HW_PU_RES: 0x014&lt;/P&gt;&lt;P&gt;PAD_ZQ_HW_PD_RES: 0x001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Increasing the drive strength did not seem to make a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 10:41:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512542#M5533</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-06-30T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512543#M5534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;presume you use 16 bit interface&amp;nbsp; (CR78 is not in the list. if&amp;nbsp; understood well first 2 bytes missing. so one strobe is not captured.&lt;UL&gt;&lt;LI&gt;setting CR12 (0x208 WRLAT 2, RDLAT 4) fits CR49 (MR is 2, RL=4 / WL=2)&lt;/LI&gt;&lt;LI&gt;so it can be output enable range PHY00/01, PHY16/17, PHY32/33&lt;/LI&gt;&lt;LI&gt;or write timing: write timing is tuned in PHY04/20/36&amp;nbsp; 0x20 is center (you use 0x27) try 0x00-0x40&lt;/LI&gt;&lt;LI&gt;or try change CR132 to 0x204&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;0x00000140 to&amp;nbsp; 0x00010140 (0x00010180 or 0x000101C0) are changes in IOMUX for DQ and DQS signals&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Mark is my colleague, I asked him to help.&amp;nbsp; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/TheAdmiral"&gt;TheAdmiral&lt;/A&gt;​ please review my recommendations.&lt;/P&gt;&lt;P&gt;/Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 08:32:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512543#M5534</guid>
      <dc:creator>jiri-b36968</dc:creator>
      <dc:date>2016-07-01T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512544#M5535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed we are using the 16 bit interface. We apologize if that was unclear before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have verified CR12 and CR49 to reflect WL=2, RL=4.&lt;/P&gt;&lt;P&gt;Setting CR132 to 0x204 seemed to have an immideate effect, and the first two columns were suddenly filled: &lt;A href="http://pastebin.com/wQXkUzm4" title="http://pastebin.com/wQXkUzm4"&gt;[GDB] Vybrid LPDDR200 @ 200MHz, WRLATADJ=2, RDLATADJ=4 - Pastebin.com&lt;/A&gt; . However, as you can see, the write-readback of "0x12345678" at 0x8000_0000 returned a bit shuffled. The addresses 0x8000_0001, 0x8000_0002 also seems unwritable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting CR132 to 0x203 (as suggested by RM), once again rendered the first two columns inaccessible: &lt;A href="http://pastebin.com/pA9D2xx5" title="http://pastebin.com/pA9D2xx5"&gt;[GDB] Vybrid LPDDR200 @ 200MHz, WRLATADJ=2, RDLATADJ=3 - Pastebin.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to PHY00/01/16/17/32/33 output enable range. It would be helpful if we could get some pointers on how to ajdust so to avoid semi-qualified guesswork.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512544#M5535</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-07-01T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512545#M5536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that Jiri tagged me in his last post. Unfortunately I didn't get the e-mail notification. I was just reviewing some notes from Jiri (He is leaving NXP), and I ran across this post. I am very sorry for the delay. But if you are still having troubles, I will do my best to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I find it very surprising that you think you have a Write issue, but a setting of 0x204 vs. 0x203 helps you fix it. The parameter you are changing affects reads and not writes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, lets start with the assumption that changing the Read timing parameter is helping your case. The recommendatin to set RDLAT_ADJ = RL - 1 was based on work with DDR3 and was necessary to open enable the pads one cycle earlier to allow the Gate signal a reasonable amount of time to de-assert before Read Data arrived. That logic is really not neccessary for LPDDR2, so I might revise the note to make the recommendation for DDR3 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do want to keep RDLAT_ADJ = 3 (as per original setting), you may also consider setting a pull down resistor on the DQS IOMUX pads. Because the Gate signal does not work with LPDDR2, the work around is to put pull down resistors on the DQS strobes to keep them from spuriously strobing data because the LPDDR2 device has not taken positive control of the Byte lane. This can be accomplished by changing the following IOMUX settings:&lt;/P&gt;&lt;P&gt;0x400482c4 = 0x0001018C&lt;/P&gt;&lt;P&gt;0x400482c8 = 0x0001018C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other possibility might be to add one or two to the current value of PHY_RDLAT (DDRMC_CT126 bits [13:8]), if you want to keep RDLAT_ADJ = 3. I think this has less chance to work than other options, but it is a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if the actual problem is in the Write timing (or it could be a combination of Read and Write timings), here are the things you can do to fine tune the Write timings:&lt;/P&gt;&lt;P&gt;For registers PHY00, PHY16 and PHY32:&lt;/P&gt;&lt;P&gt;Field OE_START delays the enableing of the DQ pads from when the Controller sends the Write Enable signal. Initial recommendation is adding a 1/2 clock delay, but if you are seeing problems with the very beginning of a Write, maybe this filed should be set to 0x0.&lt;/P&gt;&lt;P&gt;Field OE_END delays the de-enabling fo the DQ pads from when the Controller stops sending the Write Enable signal (the signal should technically last BL/2 cycles). I think a setting of 0x7 is okay for now. Once things are working correctly, you might consider reducing it, just to tighten things up a bit. I don't think the problem is that the DQ data is cutting out too early in a burst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For registers PHY01, PHY17 and PHY33:&lt;/P&gt;&lt;P&gt;Field OE_START delays the enableing of the DQS pads from when the Controller sends the Write Enable signal. Initial recommendation is adding a 1/2 clock delay, but if you are seeing problems with the very beginning of a Write, maybe this filed should be set to 0x0.&lt;/P&gt;&lt;P&gt;Field OE_END delays the de-enabling fo the DQS pads from when the Controller stops sending the Write Enable signal (the signal should technically last BL/2 cycles). I think a setting of 0x7 is okay for now. Once things are working correctly, you might consider reducing it, just to tighten things up a bit. I don't think the problem is that the DQs strobe is cutting out too early in a burst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, PHY32 and PHY33 are for the Command/Address signals. In practical terms, there settings have no effect, but I think for consistency, it would be better to set them to the same settings as the other two in the group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how these settings work for you and your boards. I am in the processes of making editorial corrections to the Vybrid Reference Manual and would like to update it with any necessary changes for LPDDR2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 22:56:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512545#M5536</guid>
      <dc:creator>TheAdmiral</dc:creator>
      <dc:date>2016-07-12T22:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512546#M5537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your wonderfully detailed answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tested the changes you suggested, but unfortunately we do not see any significant changes in our write/readback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In detail:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Setting a pull-down on the DQS-lines do not seem to yield any significant results: &lt;A href="http://pastebin.com/QaSe5uuz" title="http://pastebin.com/QaSe5uuz"&gt;[GDB] Vybrid LPDDR200 @ 200MHz DQS Pull-up - Pastebin.com&lt;/A&gt; . We will however keep this setting as you recommended.&lt;/LI&gt;&lt;LI&gt;Increasing PHY_RDLAT did not seem to yield any significant results: &lt;A href="http://pastebin.com/hKha5d1J" title="http://pastebin.com/hKha5d1J"&gt;[GDB] Vybrid LPDDR200 @ 200MHz PHY_RDLAT=0x7 - Pastebin.com&lt;/A&gt; . We also tried lowering it: &lt;A href="http://pastebin.com/hKha5d1J" title="http://pastebin.com/hKha5d1J"&gt;[GDB] Vybrid LPDDR200 @ 200MHz PHY_RDLAT=0x7 - Pastebin.com&lt;/A&gt; . We will keep PHY_RDLAT=0x8 as described in the RM for now.&lt;/LI&gt;&lt;LI&gt;Setting OE_START = 0 did not yield any significant results: &lt;A href="http://pastebin.com/GvtcF4dc" title="http://pastebin.com/GvtcF4dc"&gt;[GDB] Vybrid LPDDR200 @ 200MHz OE_START=0 - Pastebin.com&lt;/A&gt; . We will however keep this setting for now.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, the issues described in this thread are only present on some of our boards. The same boards do not seem to have any problems running the DRAM at 400 MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 07:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512546#M5537</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-07-15T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512547#M5538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry my first round of suggestions did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that this problem is just on a couple of board. I was trying to adjust timing parameters that might be on the hairy edge that would cause problems on outlier boards. For example, the pull down resistors would take care or boards that might be more noisier than the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to review the settings that you have for registers CR00 - CR161 and PHY00 - PHY52 if you could please attach those. Maybe I can come up with some other ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512547#M5538</guid>
      <dc:creator>TheAdmiral</dc:creator>
      <dc:date>2016-07-15T15:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512548#M5539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the settings you asked for: &lt;A href="http://pastebin.com/XjJTwM1e" title="http://pastebin.com/XjJTwM1e"&gt;[ARM] Vybrid LPDDR2@200MHz DS5-debug init-script - Pastebin.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Please note that the register addresses have been swapped for a structure call. This is due to the fact that I sett the DRAM-settings in U-Boot and have a native MOC-program that generate the printout in the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that the PHY[0..36]-registers are grouped by data-slice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 05:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512548#M5539</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-07-18T05:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512549#M5540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm about half way through reviewing your initialization parameters. I am seeing some errors, the biggest of which is CR12. There are only certain combintions of WL and RL that are allowed because of the way that MR2 is allowed to be programmed. WL = 2 and Rl = 8 is definately not allowed. At 200 MHz, the values I get are WL = 1 and RL = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll let you know more tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 00:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512549#M5540</guid>
      <dc:creator>TheAdmiral</dc:creator>
      <dc:date>2016-07-19T00:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512550#M5541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are unsure about your previous statement. Our CR12 register is set to 0x00000208, which, according to the RM, translates to WL=2, RL=4. &lt;/P&gt;&lt;P&gt;Below is an extract from the CR12 register description. Notice the 1-bit offset on CASLAT_LIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="DDRMC_CR12.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36619iE7385B00A85A3700/image-size/large?v=v2&amp;amp;px=999" role="button" title="DDRMC_CR12.png" alt="DDRMC_CR12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the macros defined in U-Boot actually states that the offset of CASLAT_LIN is 0, contradicting the RM. We are aware of several of these inconsistencies between the RM and U-Boot. We are also aware of multiple inconsistencies between the RM and the example "Golden" (provided in the following thread: &lt;A href="https://community.nxp.com/thread/315987"&gt;Executing from LPDDR2&lt;/A&gt;, and again in &lt;A href="https://community.nxp.com/thread/380085"&gt;Vybrid LPDDR2-configuration - IS43LD16640A&lt;/A&gt;), and within the RM itself. Some of these inconsistencies are listed here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389982"&gt;Vybrid LPDDR2-configuration continued - IS43LD16640A&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 06:34:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512550#M5541</guid>
      <dc:creator>tfe</dc:creator>
      <dc:date>2016-07-19T06:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid LPDDR2 200MHz</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512551#M5542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry this took so long. I took the opportunity to thouroughly update a register programming add for Vybrid and LPDDR2, and then used it to check your register settings. It was quite the long process. I have attached the programming aid if you want to take a look. I have still left it with a draft revision number and would welcome any comments that you might have on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through your register settings and I have some comments. The ones in BOLD are the ones I feel might be having the most effect on you. Other ones are basically just difference between your settings and our current register settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register CR12: If I read the datasheet correctly, for 200 MHz operations, WL = 1 and RL =3. I would use these values regardless of the speed grade.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register CR14: Regardless of what the datasheet says about tRP, the minimum value that this field supports is 6. That value has to change. Also, TRAS_MIN is 42 ns on my datasheet, which gives me 9 clock periods at 200 MHz. Not sure if your datasheet says different.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Register CR21: Are you sure your memory supports tRAS lockout and concurrent auto pre-charge? Even if it does, if you are having trouble, you may want to disable these two options.&lt;/P&gt;&lt;P&gt;Register CR22: The value of tDAL should equal the field values of tRP + tWR. From the other registers, I am getting 4 + 3 = 7. Not sure if a higher setting will cause problems, however.&lt;/P&gt;&lt;P&gt;Register CR28: There is only one chip select, so this field could be set to 0x00 to disable an unnecessary counter.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register CR72: I would recommend performing ZQ calibrations during initializations. In general, Drive Strengths are weaker until they are properly calibrated.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Register CR77: This won’t lead to data corruption, but all of our testing is with DI_RD_INTLEAVE disabled. In general, we let Reads from the same port execute in the order they were received.&lt;/P&gt;&lt;P&gt;Register CR78: We recommend a Q_FULLNESS setting of 0x7 to allow the arbiter enough room to reorder commands.&lt;/P&gt;&lt;P&gt;Register CR91: This is only a performance hit. Not sure you need to add extra cycle delays here, except that R2W_SMCSDL does need to be set to a minimum of 2.&lt;/P&gt;&lt;P&gt;Register CR98 &amp;amp; CR99: WRLVL_DL_0/1 is not supported for LPDDR2. Best to leave these registers 0x00000000.&lt;/P&gt;&lt;P&gt;Register CR118: Bits [15:8] are reserved. They should be set to 0x00. I looked at the IP manual and there is no definition for these bits. Is this being read back this way? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register CR132: The value for RDLAT_ADJ should match the value for RL. The reference manual is being changed to indicate RL-1 only for DDR3. The reason that one clock cycle is being subtracted is to allow enough room for Read Gate to work effectively. But there is no Read Gate for LPDDR2, so best to leave them equal.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register CR138: This is missing from your settings. PHYDRAM_CK_EN should be set to 1 clock cycle to give pads time to turn on.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register CR154: Recommend enabling the PAD_ZQ_HW_FOR to ZQ calibrate the processor pad (CR72 is for the LPDDR2 memory).&lt;/STRONG&gt; Also, 31 cycles for sampling the comparator is probably not necessary, but shouldn’t have that much of an effect.&lt;/P&gt;&lt;P&gt;Register PHY02/18/34: A high value of RD_DL_SET adds unnecessary delay to completing a Read burst. We recommend a setting of 0x4. We also recommend a value of two delay elements (0x1) for WR_DB_ADJ to reduce “hunting” effects. Don’t set a value in bits [7:4]. We made this reserved for a reason: It could cause the PHY to time out. And don’t set any values for GATE_CLOSE_CFG and GATE_CFG. Read Gate is not used on LPDDR2 and should be left alone.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register PHY03/19/35: A high value of DLL_PHASE_SET reduces the ability of the DLL to control jitter. Recommend setting to lowest value that still allows reliable DLL Lock. To my knowledge, we don’t have a customer needing more than 0x4.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Register PHY49: PHY_WRLV_DL sets the SDCLK strobe delay in relation to the CA[9:0] signals. 0x20 is a 90-degree phase shift. A value of 0x04 seems very low. Recommend something closer to 0x20. This may be the #1 cause for you problems.&lt;/STRONG&gt; Bit [7:0] are reserved and should be set to 0x00.&lt;/P&gt;&lt;P&gt;Register PHY50: We do not recommend setting the EN_SW_HALF_CYCLE field, although it is probably not effecting anything in light of other settings.&lt;/P&gt;&lt;P&gt;Register PHY00/16: After things are working correctly, you might want to move these registers back to 0x00000013.&lt;/P&gt;&lt;P&gt;Register PHY01/17: After things are working correctly, you might want to move these registers back to 0x00000015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions, or if nothing that I have brought out is making a difference for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. I should not have said anything about register CR12 earlier until I fully vetted my comment. Sorry about any confustion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 00:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-LPDDR2-200MHz/m-p/512551#M5542</guid>
      <dc:creator>TheAdmiral</dc:creator>
      <dc:date>2016-07-22T00:22:55Z</dc:date>
    </item>
  </channel>
</rss>

