<?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: i.mx6 MMDC Core Special Command Register in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-MMDC-Core-Special-Command-Register/m-p/474253#M75129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is used for sending special commands to ddr chip, like configuring Mode Registers.&lt;/P&gt;&lt;P&gt;Examples can be found in scripts for ddr tester tool&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="105652" data-objecttype="102" href="https://community.freescale.com/docs/DOC-105652"&gt;https://community.freescale.com/docs/DOC-105652&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ddr_stress_tester&amp;nbsp; folder ../script/ , for example attached MX6SL_EVK_LPDDR2_512MB_32bit_v0.9.inc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// LPDDR2 Mode Register Writes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;//=============================================================================&lt;/P&gt;&lt;P&gt;setmem /32&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x021b001c =0x82018030&amp;nbsp;&amp;nbsp;&amp;nbsp; // MRW: BA=0 CS=0 MR_ADDR=1&amp;nbsp; MR_OP=see Register Configuration&lt;/P&gt;&lt;P&gt;setmem /32&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x021b001c =0x04028030&amp;nbsp;&amp;nbsp;&amp;nbsp; // MRW: BA=0 CS=0 MR_ADDR=2&amp;nbsp; MR_OP=see Register Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 09:52:52 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-01-29T09:52:52Z</dc:date>
    <item>
      <title>i.mx6 MMDC Core Special Command Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-MMDC-Core-Special-Command-Register/m-p/474252#M75128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am currently fine-tuning my DDR performance, and i come across this MMDC_MDSCR (1Ch offset) register which is used to issue special commands manually towards the external DDR device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the information in the reference manual is not much, and it certainly did not explains the types of special command, and how to use it.&lt;/P&gt;&lt;P&gt;May i know where can i find the information about this Core Special Command? Any explanation on how to set the register, what is the reason and effect on setting the register would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:59:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-MMDC-Core-Special-Command-Register/m-p/474252#M75128</guid>
      <dc:creator>zc_tee</dc:creator>
      <dc:date>2016-01-29T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6 MMDC Core Special Command Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-MMDC-Core-Special-Command-Register/m-p/474253#M75129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is used for sending special commands to ddr chip, like configuring Mode Registers.&lt;/P&gt;&lt;P&gt;Examples can be found in scripts for ddr tester tool&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="105652" data-objecttype="102" href="https://community.freescale.com/docs/DOC-105652"&gt;https://community.freescale.com/docs/DOC-105652&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ddr_stress_tester&amp;nbsp; folder ../script/ , for example attached MX6SL_EVK_LPDDR2_512MB_32bit_v0.9.inc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// LPDDR2 Mode Register Writes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;//=============================================================================&lt;/P&gt;&lt;P&gt;setmem /32&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x021b001c =0x82018030&amp;nbsp;&amp;nbsp;&amp;nbsp; // MRW: BA=0 CS=0 MR_ADDR=1&amp;nbsp; MR_OP=see Register Configuration&lt;/P&gt;&lt;P&gt;setmem /32&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x021b001c =0x04028030&amp;nbsp;&amp;nbsp;&amp;nbsp; // MRW: BA=0 CS=0 MR_ADDR=2&amp;nbsp; MR_OP=see Register Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-MMDC-Core-Special-Command-Register/m-p/474253#M75129</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-01-29T09:52:52Z</dc:date>
    </item>
  </channel>
</rss>

