<?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.MX8M CCM Register Address in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923773#M138819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any update on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 05:20:29 GMT</pubDate>
    <dc:creator>sahilnayak</dc:creator>
    <dc:date>2019-06-25T05:20:29Z</dc:date>
    <item>
      <title>i.MX8M CCM Register Address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923768#M138814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was going through the register address calculation for Clock Control Module and I had a query in the address calculation. In datasheet on pg no. 1011 in section 5.1.7.6 the address calculation mentions the letter i. Can you please let me know, from where can we derive the value of i? See below attached image with the query section highlighted for your reference.&lt;span class="lia-inline-image-display-wrapper" image-alt="ccm.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87026iC1E41577E453AD28/image-size/large?v=v2&amp;amp;px=999" role="button" title="ccm.png" alt="ccm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sahil Nayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 10:04:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923768#M138814</guid>
      <dc:creator>sahilnayak</dc:creator>
      <dc:date>2019-06-14T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M CCM Register Address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923769#M138815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sahil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in another words register address calculation is performed as Base+ 0x10*i, better description&lt;/P&gt;&lt;P&gt;can be found in Table 5-9. CCGR Mapping Table i.MX8MQ Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Fri, 14 Jun 2019 23:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923769#M138815</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-14T23:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M CCM Register Address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923770#M138816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned from table 5-9 I got the value of offset which is already mentioned in attached image.&lt;/P&gt;&lt;P&gt;In that image third field &lt;STRONG&gt;(16d x i) Where i = 0d to 190 d &lt;/STRONG&gt;which is highlighted requires value of i. So, from where can I&amp;nbsp;get the value of i to calculate complete address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sahil Nayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 07:03:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923770#M138816</guid>
      <dc:creator>sahilnayak</dc:creator>
      <dc:date>2019-06-17T07:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M CCM Register Address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923771#M138817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3038_0000h base + 4000h offset + (16d x i), where i=0d to 191d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i=0:&lt;BR /&gt;CCM_CCGR0 Address= 3038_0000h base + 4000h offset + (16d x 0)=3038_4000h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88089i44C57C8219B2DE2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 07:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923771#M138817</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-18T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M CCM Register Address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923772#M138818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have assumed the value of i=0 &amp;amp; calculated the address value. Can you please tell me how can we assume the value of i?? As value of i is variable, on what factors does the value of i depend?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sahil Nayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 05:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923772#M138818</guid>
      <dc:creator>sahilnayak</dc:creator>
      <dc:date>2019-06-20T05:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M CCM Register Address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923773#M138819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any update on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 05:20:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-CCM-Register-Address/m-p/923773#M138819</guid>
      <dc:creator>sahilnayak</dc:creator>
      <dc:date>2019-06-25T05:20:29Z</dc:date>
    </item>
  </channel>
</rss>

