<?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: Free RTOS RAM in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944551#M4435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andalon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any possible method to allocate RAM Memory separately for FreeRTOS Variables and other application Variables?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2019 09:27:06 GMT</pubDate>
    <dc:creator>kaarthick</dc:creator>
    <dc:date>2019-09-09T09:27:06Z</dc:date>
    <item>
      <title>Free RTOS RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944549#M4433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing project with MK10DN512VLQ Controller in MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FreeRTOS also. I have requirement that RAM memory (Zero Fill) should not be cleared when one of the variable is set to 0xff in case of BOR or Soft Reset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If doing so i am getting error Could not allocate required memory in freeRTOS task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody suggest me any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 10:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944549#M4433</guid>
      <dc:creator>kaarthick</dc:creator>
      <dc:date>2019-09-04T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Free RTOS RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944550#M4434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should be possible if you change the initialization in the startup code, in the reset vector there's the initialization of the bss that clear this section. Try looking for the ResetISR(void).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try changing it so when the location you want to write it is fill don’t do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 22:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944550#M4434</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-09-05T22:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Free RTOS RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944551#M4435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andalon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any possible method to allocate RAM Memory separately for FreeRTOS Variables and other application Variables?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 09:27:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944551#M4435</guid>
      <dc:creator>kaarthick</dc:creator>
      <dc:date>2019-09-09T09:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Free RTOS RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944552#M4436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's two possible options for this, following the next post you could move all the freertos libraries to other memory:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389110"&gt;Relocating code from FLASH to RAM&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or also if you follow the next one, you could select which variables change to other memory:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-335283"&gt;https://community.nxp.com/docs/DOC-335283&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Free-RTOS-RAM/m-p/944552#M4436</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-09-09T15:03:27Z</dc:date>
    </item>
  </channel>
</rss>

