<?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 can I link variable to HyperRAM in debug mode in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666799#M25444</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215805"&gt;@Vinos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The grammar is described in MCUXpresso user guide 20.5.4. You can edit it by any text editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 08:43:47 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2023-06-09T08:43:47Z</dc:date>
    <item>
      <title>How can I link variable to HyperRAM in debug mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666624#M25434</link>
      <description>&lt;P&gt;IDE:MCUXPresso IDE&lt;/P&gt;&lt;P&gt;I've initialized hyperram successfully through code,and I have to make the HyperRAM the first RAM in memory details for my project has defined many variables.(In MCUXpresso IDE,variables always link to the first RAM and won't link to next automatically)It's annoying if I add a attribute(section()) to all the variables.&lt;/P&gt;&lt;P&gt;But program can't run successfully because copying data segment from NOR flash to uninitialized hyperram in ResetISR().I've used SDRAM to do the same thing,program runs if I initialize SDRAM(SEMC and clock) at the beginning of ResetISR.But the data segment won't copy to SDRAM.&lt;/P&gt;&lt;P&gt;Now I've tried initialize hyperram at the beginning of the ResetISR(),but even program doesn't run(Hardfault when executing CLOCK_ENABLE,due to redlib?).&lt;/P&gt;&lt;P&gt;SDRAM has a &lt;A href="https://community.nxp.com/t5/i-MX-RT/RT1170-debugging-when-application-is-built-for-SDRAM/m-p/1373296" target="_self"&gt;DAP script&lt;/A&gt; to initialize SDRAM before debuging.Program runs and data segment is copied using the DAP script.&lt;/P&gt;&lt;P&gt;But I don't have a script to initialize hyperram,how can I write one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way,ROM bootLoader can initialize hyperram through XMCD or DCD,but MCUXPresso IDE seems to jump to the program by itself instead of resetting to ROM bootloader.So it doesn't work when debugging.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 05:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666624#M25434</guid>
      <dc:creator>Vinos</dc:creator>
      <dc:date>2023-06-09T05:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I link variable to HyperRAM in debug mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666663#M25438</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215805"&gt;@Vinos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You have to make the script by yourself. It is very similar to SDRAM initialize script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 06:02:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666663#M25438</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2023-06-09T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I link variable to HyperRAM in debug mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666754#M25442</link>
      <description>I've no idea,do you have scp file grammer?Or is there any tool to write this.</description>
      <pubDate>Fri, 09 Jun 2023 07:58:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666754#M25442</guid>
      <dc:creator>Vinos</dc:creator>
      <dc:date>2023-06-09T07:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I link variable to HyperRAM in debug mode</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666799#M25444</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215805"&gt;@Vinos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The grammar is described in MCUXpresso user guide 20.5.4. You can edit it by any text editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 08:43:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-can-I-link-variable-to-HyperRAM-in-debug-mode/m-p/1666799#M25444</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2023-06-09T08:43:47Z</dc:date>
    </item>
  </channel>
</rss>

