<?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:  how to configure I-TCM, D-TCM and OCRAM via FlexRAM before booting in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755660#M117537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Application Note AN12077 (&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Using the i.MX RT FlexRAM&lt;/SPAN&gt;) describes details how to configure &lt;/P&gt;&lt;P&gt;FlexRAM. It is needed to use fuse configuration, if memory should be set before system booting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12077.pdf" title="https://www.nxp.com/docs/en/application-note/AN12077.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12077.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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>Mon, 23 Apr 2018 02:23:33 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2018-04-23T02:23:33Z</dc:date>
    <item>
      <title>how to configure I-TCM, D-TCM and OCRAM via FlexRAM before booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755658#M117535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i.MX default configuration in flexram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I-TCM :128KB&lt;/P&gt;&lt;P&gt;D-TCM:128KB&lt;/P&gt;&lt;P&gt;OCRAM:256KB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I need to configure D-TCM 384KB fo emwin usage, what I should do?&lt;/P&gt;&lt;P&gt;I see there is example of flexram to configure the I-TCM, D-TCM and OCRAM.&lt;/P&gt;&lt;P&gt;How can setup like this before booting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;I-TCM :128KB&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;D-TCM:384KB&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;OCRAM:0KB&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define m_interrupts_start 0x00000000&lt;BR /&gt;#define m_interrupts_size 0x00000400&lt;/P&gt;&lt;P&gt;#define m_text_start 0x00000400&lt;BR /&gt;#define m_text_size 0x0001FC00&lt;/P&gt;&lt;P&gt;#define m_data_start 0x20000000&lt;BR /&gt;#define m_data_size 0x00020000&lt;/P&gt;&lt;P&gt;#define m_data2_start 0x20200000&lt;BR /&gt;#define m_data2_size 0x00040000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 14:13:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755658#M117535</guid>
      <dc:creator>li-chinwang</dc:creator>
      <dc:date>2018-04-22T14:13:39Z</dc:date>
    </item>
    <item>
      <title>Re:  how to configure I-TCM, D-TCM and OCRAM via FlexRAM before booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755659#M117536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di you read Application Note AN12077, it explain both mode of using FlexRam configuration ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 16:46:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755659#M117536</guid>
      <dc:creator>jmesc_</dc:creator>
      <dc:date>2018-04-22T16:46:42Z</dc:date>
    </item>
    <item>
      <title>Re:  how to configure I-TCM, D-TCM and OCRAM via FlexRAM before booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755660#M117537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Application Note AN12077 (&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Using the i.MX RT FlexRAM&lt;/SPAN&gt;) describes details how to configure &lt;/P&gt;&lt;P&gt;FlexRAM. It is needed to use fuse configuration, if memory should be set before system booting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12077.pdf" title="https://www.nxp.com/docs/en/application-note/AN12077.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12077.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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>Mon, 23 Apr 2018 02:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755660#M117537</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-04-23T02:23:33Z</dc:date>
    </item>
    <item>
      <title>Re:  how to configure I-TCM, D-TCM and OCRAM via FlexRAM before booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755661#M117538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have read&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;AN12077. There are two mode. static configuration and run time configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have new project which customer need no-XIP mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; In the other word, it need to move all image to ITCM before booting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ITCM also need to be configured 256Mb.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; In this case run time mode will not suitable for this case right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Only program e-fuse for static mode?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 03:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755661#M117538</guid>
      <dc:creator>li-chinwang</dc:creator>
      <dc:date>2018-09-10T03:56:15Z</dc:date>
    </item>
    <item>
      <title>Re:  how to configure I-TCM, D-TCM and OCRAM via FlexRAM before booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755662#M117539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; One solution is to use fuse configuration.&lt;/P&gt;&lt;P&gt;But, also, it is possible to write own primary (tiny) boot loader, which&amp;nbsp;&lt;/P&gt;&lt;P&gt;can be boot by the boot ROM and perform memory initialization in order&lt;/P&gt;&lt;P&gt;to load main application.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 05:36:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-I-TCM-D-TCM-and-OCRAM-via-FlexRAM-before/m-p/755662#M117539</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-09-10T05:36:50Z</dc:date>
    </item>
  </channel>
</rss>

