<?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>i.MX ProcessorsのトピックRe: Questions about value in reg MMDC1_MDASP.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314666#M41400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! According to this, I think values in RM are wrong.&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;CS0_END. Defines the absolute last address associated with CS0 with increments of 256Mb.&lt;/P&gt;&lt;P&gt;CS0_END=AXI_ADDRESS[31:25] bits.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;000_0000 256Mb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;000_0001 512Mb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;001_1111 8Gb (1GB)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;011_1111 16Gb (2GB) - default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;111_1111 32Gb (4GB)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 10:09:26 GMT</pubDate>
    <dc:creator>simmisxu</dc:creator>
    <dc:date>2014-06-05T10:09:26Z</dc:date>
    <item>
      <title>Questions about value in reg MMDC1_MDASP.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314662#M41396</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; MMDC1_MDASP defines partioning between DDR CS0&amp;amp;CS1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The sabre ai board is 2G DDR with only CS0. I think the section CS0_END in MMDC1_MDASP&amp;nbsp; should be 011_1111. But the actual value in flash_header.S is 100_0111,&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MXC_DCD_ITEM(71, MMDC_P0_BASE_ADDR + 0x040, 0x00000047)&lt;/P&gt;&lt;P&gt;---------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I wonder what's the meaning of 100_0111, which is no listed in RM.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Simmis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314662#M41396</guid>
      <dc:creator>simmisxu</dc:creator>
      <dc:date>2014-06-05T06:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about value in reg MMDC1_MDASP.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314663#M41397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope the following considerations help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Chan0 start addr = 0x1000_0000 ; density_MB_per_CS = 0x8000_0000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Chan0 CS0_END [(Chan0_start_addr + density_MB_per_CS) / 0x0200_0000] – 1 = 0x47 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:49:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314663#M41397</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-06-05T07:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about value in reg MMDC1_MDASP.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314664#M41398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May I know the background of "dividing 0x0200_0000"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Simmis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314664#M41398</guid>
      <dc:creator>simmisxu</dc:creator>
      <dc:date>2014-06-05T09:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about value in reg MMDC1_MDASP.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314665#M41399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the register description : "Defines the absolute last address associated with CS0 with increments of 256Mb".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;0x0200_0000 = 256Mb&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:20:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314665#M41399</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-06-05T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about value in reg MMDC1_MDASP.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314666#M41400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! According to this, I think values in RM are wrong.&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;CS0_END. Defines the absolute last address associated with CS0 with increments of 256Mb.&lt;/P&gt;&lt;P&gt;CS0_END=AXI_ADDRESS[31:25] bits.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;000_0000 256Mb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;000_0001 512Mb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;001_1111 8Gb (1GB)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;011_1111 16Gb (2GB) - default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;111_1111 32Gb (4GB)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 10:09:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314666#M41400</guid>
      <dc:creator>simmisxu</dc:creator>
      <dc:date>2014-06-05T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about value in reg MMDC1_MDASP.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314667#M41401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CS0_END description in the RM does not mention about base address and provides only offsets.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 04:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-value-in-reg-MMDC1-MDASP/m-p/314667#M41401</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-06-06T04:18:15Z</dc:date>
    </item>
  </channel>
</rss>

