<?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: can we use malloc before mqx_init in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422134#M63699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialize the constructors from &lt;SPAN style="font-size: 14pt; font-family: TimesLTStd-Roman;"&gt;(in &lt;/SPAN&gt;&lt;EM style=": ; font-size: 14pt; font-family: TimesLTStd-Italic;"&gt;init_bsp.c&lt;/EM&gt;&lt;SPAN style="font-size: 14pt; font-family: TimesLTStd-Roman;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which MQX calls after it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initializes the memory management component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the solution that u proposed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to edit the start up .c but couldn't . eventhough I edited ,saved and build BSP ,PSP and project.&lt;/P&gt;&lt;P&gt;while debugging it again goes to static initializer for cpp which I had commented .&lt;/P&gt;&lt;P&gt;so could u share the steps to edit the startup.c in mqx project and bring it to effect .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to allocate static heap in linker, can this problem be over come by that method . can u share the steps while using fresscale compiler and ewl lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 14:20:44 GMT</pubDate>
    <dc:creator>josephxavier</dc:creator>
    <dc:date>2015-05-08T14:20:44Z</dc:date>
    <item>
      <title>can we use malloc before mqx_init</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422132#M63697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we use malloc before mqx_init in mqx 4.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 10:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422132#M63697</guid>
      <dc:creator>josephxavier</dc:creator>
      <dc:date>2015-04-18T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: can we use malloc before mqx_init</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422133#M63698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi welwin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at attached MQX Guide, FAQ sect.6.3 Global Constructors&lt;/P&gt;&lt;P&gt;describing malloc usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 13:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422133#M63698</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-04-18T13:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: can we use malloc before mqx_init</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422134#M63699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialize the constructors from &lt;SPAN style="font-size: 14pt; font-family: TimesLTStd-Roman;"&gt;(in &lt;/SPAN&gt;&lt;EM style=": ; font-size: 14pt; font-family: TimesLTStd-Italic;"&gt;init_bsp.c&lt;/EM&gt;&lt;SPAN style="font-size: 14pt; font-family: TimesLTStd-Roman;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which MQX calls after it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initializes the memory management component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the solution that u proposed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to edit the start up .c but couldn't . eventhough I edited ,saved and build BSP ,PSP and project.&lt;/P&gt;&lt;P&gt;while debugging it again goes to static initializer for cpp which I had commented .&lt;/P&gt;&lt;P&gt;so could u share the steps to edit the startup.c in mqx project and bring it to effect .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to allocate static heap in linker, can this problem be over come by that method . can u share the steps while using fresscale compiler and ewl lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 14:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-we-use-malloc-before-mqx-init/m-p/422134#M63699</guid>
      <dc:creator>josephxavier</dc:creator>
      <dc:date>2015-05-08T14:20:44Z</dc:date>
    </item>
  </channel>
</rss>

