<?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>MQX Software SolutionsのトピックMQX4.1 Task Error: _mqx_init_task out of memory</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336694#M10861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just upgraded to MQX4.1 on k20d50m custom board, I run my code within IAR and I-jet. I got the error "out of memory (0x0004)" from from _mqx_init_task during IAR running. Can someone please help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17119i3145AF69BC95C394/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 00:19:43 GMT</pubDate>
    <dc:creator>huishao2</dc:creator>
    <dc:date>2014-09-23T00:19:43Z</dc:date>
    <item>
      <title>MQX4.1 Task Error: _mqx_init_task out of memory</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336694#M10861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just upgraded to MQX4.1 on k20d50m custom board, I run my code within IAR and I-jet. I got the error "out of memory (0x0004)" from from _mqx_init_task during IAR running. Can someone please help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17119i3145AF69BC95C394/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 00:19:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336694#M10861</guid>
      <dc:creator>huishao2</dc:creator>
      <dc:date>2014-09-23T00:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: MQX4.1 Task Error: _mqx_init_task out of memory</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336695#M10862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_mqx_init_task is used to create task for given task template.&amp;nbsp; First you need to check is which task is fail.&amp;nbsp; You can mark the tasks in your task template and let it run individually.&amp;nbsp; after that try to debug the failed task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 04:03:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336695#M10862</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2014-09-23T04:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: MQX4.1 Task Error: _mqx_init_task out of memory</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336696#M10863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;K20D50 has low memory resources. Try to reduce the stack size for every task to minimum without overflow. Probably you don't have enough memory to create all the tasks due to their stack size and the RAM available in the K20 50Mhz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-Task-Error-mqx-init-task-out-of-memory/m-p/336696#M10863</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-09-23T07:46:32Z</dc:date>
    </item>
  </channel>
</rss>

