<?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: MCUXpresso FreeRTOS missing heap files? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1930909#M66653</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;can you tell us the part number you are using?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 07:50:25 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-08-13T07:50:25Z</dc:date>
    <item>
      <title>MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1929164#M66641</link>
      <description>&lt;P&gt;I recently upgraded to MCUXpresso v11.10.0, build 3148. &amp;nbsp;I added a new project this morning using FreeRTOS and it appears that the heap_1.c, heap_2.c, heap_3.c, heap_4.c and heap_5.c are no longer included. &amp;nbsp;This leads to undefined references to functions like vPortMalloc (and pretty much everything else memory related).&lt;/P&gt;&lt;P&gt;Is this on purpose? &amp;nbsp;Where should we get the new heap files?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 14:48:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1929164#M66641</guid>
      <dc:creator>JBM</dc:creator>
      <dc:date>2024-08-09T14:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1930909#M66653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;can you tell us the part number you are using?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 07:50:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1930909#M66653</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-08-13T07:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1931160#M66655</link>
      <description>&lt;P&gt;Sorry, I should have put that in there. &amp;nbsp;It's the Kinetis MK22FN512VMP12.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 13:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1931160#M66655</guid>
      <dc:creator>JBM</dc:creator>
      <dc:date>2024-08-13T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1931580#M66657</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest you refer to the community:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://embeddedartistry.com/blog/2018/01/15/implementing-malloc-with-freertos/" target="_blank"&gt;https://embeddedartistry.com/blog/2018/01/15/implementing-malloc-with-freertos/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 02:07:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1931580#M66657</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-08-14T02:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1932983#M66668</link>
      <description>&lt;P&gt;The blog post you reference is about writing the memory allocation routines. &amp;nbsp;That's not what I'm asking. &amp;nbsp;I'm trying to figure out where the missing files are.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 14:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1932983#M66668</guid>
      <dc:creator>JBM</dc:creator>
      <dc:date>2024-08-15T14:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1933384#M66675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am sorry for misunderstanding you, the heap_x.c is located at the directory in SDK package.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1723782590820.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/293559i6FF9C3FE7FE81966/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1723782590820.png" alt="xiangjun_rong_0-1723782590820.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 04:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1933384#M66675</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-08-16T04:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1933681#M66684</link>
      <description>So the IDE is no longer going to copy these files into the project?</description>
      <pubDate>Fri, 16 Aug 2024 13:47:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1933681#M66684</guid>
      <dc:creator>JBM</dc:creator>
      <dc:date>2024-08-16T13:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1933685#M66685</link>
      <description>That seems kind of silly since the IDE is already unzipping the SDK and copying files in. &amp;nbsp;So NXP is saying when you want to make a new project with FreeRTOS, you have to go find the SDK file, unzip it and grab these four files?</description>
      <pubDate>Fri, 16 Aug 2024 13:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1933685#M66685</guid>
      <dc:creator>JBM</dc:creator>
      <dc:date>2024-08-16T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1935897#M66692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When you create a project or use the SDK example, the driver file which the example required will be copied to the project. If the driver is not used in the project, it is not copied.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 06:40:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1935897#M66692</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-08-20T06:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso FreeRTOS missing heap files?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1936434#M66695</link>
      <description>&lt;P&gt;Some soft of heap management is required for the FreeRTOS to compile. &amp;nbsp;These files should be copied in when selecting FreeRTOS as the OS. &amp;nbsp;They are not. &amp;nbsp;I think this is a bug.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:17:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXpresso-FreeRTOS-missing-heap-files/m-p/1936434#M66695</guid>
      <dc:creator>JBM</dc:creator>
      <dc:date>2024-08-20T13:17:49Z</dc:date>
    </item>
  </channel>
</rss>

