<?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: SRAM memory reserving in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309557#M15343</link>
    <description>&lt;P&gt;I am using an application code where i need to write an value at a particular location of internal RAM to do a soft restart is that possible? because i need to read that value back again in the bootloader after the soft restart.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jul 2021 05:58:07 GMT</pubDate>
    <dc:creator>vijayc1</dc:creator>
    <dc:date>2021-07-19T05:58:07Z</dc:date>
    <item>
      <title>SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309514#M15339</link>
      <description>&lt;P&gt;Hai im using IMXRT1062 ,i need to reserve SRAM memory of 4kb how to do that and how to read and write on SRAM memory location?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 04:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309514#M15339</guid>
      <dc:creator>vijayc1</dc:creator>
      <dc:date>2021-07-19T04:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309534#M15340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188956"&gt;@vijayc1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;The SRAM you mentioned is the external SRAM chip or the RT1062 internal RAM?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If it is the external SRAM chip, you need to use the SEMC to connect to your external SRAM, you can refer to the SDRAM code, it will remap to the 0x80000000 address, you need to initialize the SEMC with your external memory, then you can access the related address directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; SDK code:&lt;/P&gt;
&lt;P&gt;SDK_2_10_0_EVK-MIMXRT1060\boards\evkmimxrt1060\driver_examples\semc\sdram&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 05:38:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309534#M15340</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-07-19T05:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309539#M15341</link>
      <description>&lt;P&gt;hai kerry i need it on RT1062 internal RAM.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 05:43:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309539#M15341</guid>
      <dc:creator>vijayc1</dc:creator>
      <dc:date>2021-07-19T05:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309550#M15342</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188956"&gt;@vijayc1&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you need to use the internal ram, it is more easy, internal RAM contains: 128K ITCM,128k DTCM, 256k OCRAM. different RAM in the different location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; About the operation, you just need to operate the related address is OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Which IDE you are using?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If mcuxpresso, you can refer to this post to use the related address:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-335283" target="_blank"&gt;https://community.nxp.com/docs/DOC-335283&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 05:52:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309550#M15342</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-07-19T05:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309557#M15343</link>
      <description>&lt;P&gt;I am using an application code where i need to write an value at a particular location of internal RAM to do a soft restart is that possible? because i need to read that value back again in the bootloader after the soft restart.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 05:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309557#M15343</guid>
      <dc:creator>vijayc1</dc:creator>
      <dc:date>2021-07-19T05:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309560#M15344</link>
      <description>&lt;P&gt;also can you suggest me if there are any particular registers that wont get erased after an reboot?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 06:00:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309560#M15344</guid>
      <dc:creator>vijayc1</dc:creator>
      <dc:date>2021-07-19T06:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309574#M15345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188956"&gt;@vijayc1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;In the linker file, define a ram memory range for your own user ram area, then you define the variable in that range, after reset, no power off, the data still exists, you can read back the RAM data after reset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 06:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309574#M15345</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-07-19T06:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: SRAM memory reserving</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309782#M15350</link>
      <description>&lt;P&gt;thank you for the reply,is there any code snippet to do the software reset?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 10:40:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/SRAM-memory-reserving/m-p/1309782#M15350</guid>
      <dc:creator>vijayc1</dc:creator>
      <dc:date>2021-07-19T10:40:54Z</dc:date>
    </item>
  </channel>
</rss>

