<?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: installed MQX 4.2 simple program stuck in void _mqx_idle_task() in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402584#M13494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This all seems simple to be sure. and I did copy the .wsd directly from the web_hvac (4.2) folder and verified&lt;/P&gt;&lt;P&gt;that the builds are only being done in the 4.2 folder. I am still not able to run the simplest of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a board that runs on 25Mhz under 4.1. I had to modify the bsp from 50 to 25mhz and change&lt;/P&gt;&lt;P&gt;all of the appropriate errors in the subsequent clocks. The procedure is very well documented and was followed&lt;/P&gt;&lt;P&gt;line by line in MQX 4.2 BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have to do a compete stepping through the initialization process to let you know where it is stopping&lt;/P&gt;&lt;P&gt;because the basic hello world task is never being called. We are being forced to stay with 4.1 until this issue&lt;/P&gt;&lt;P&gt;can be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any insight on other possibilities?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 19:21:47 GMT</pubDate>
    <dc:creator>davidsa</dc:creator>
    <dc:date>2015-10-16T19:21:47Z</dc:date>
    <item>
      <title>installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402578#M13488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have updated my BSP from 4.1 to 4.2. I ran a very basic hello world from the examples to verify&lt;/P&gt;&lt;P&gt;that all is good. The task function is never being called. The BSP seems to be in the idle loop never&lt;/P&gt;&lt;P&gt;calling main().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can jump between MQX 4.1 and 4.2. MQX 4.1 works every time. MQX 4.2 never enters main().&lt;/P&gt;&lt;P&gt;And yes I have applied the patches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if (++kernel_data-&amp;gt;IDLE_LOOP.IDLE_LOOP1 == 0) {&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402578#M13488</guid>
      <dc:creator>davidsa</dc:creator>
      <dc:date>2015-10-15T18:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402579#M13489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a Freescale board?&lt;/P&gt;&lt;P&gt;In my opinion this issue is related the clock configuration. Did you modify the BSP using MQX 4.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 19:41:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402579#M13489</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-10-15T19:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402580#M13490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I agree it is a BSP setup issue. Below is what I had to do to build the MQX 4.2 libraries&lt;/P&gt;&lt;P&gt;using 4.1 as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MQX 4.2 does not contain the file build_libs.wsd which in version 4.1 is located in folder:&lt;/P&gt;&lt;P&gt;Freescale_MQX_4_1\build\twrk60d100m\cw10gcc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I found in the forum was to place that same file into Freescale_MQX_4_2\build\twrk60d100m\cw10gcc&lt;/P&gt;&lt;P&gt;and then drop the build_libs.wsd into the codeWarrior environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using our own board which runs at 25Mhz so I made the same changes using Processor Expert to change the&lt;/P&gt;&lt;P&gt;appropriate values to the slower speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So apparently there is a process issue. What is the proper procedure to get MQX 4.2 libraries built within the&lt;/P&gt;&lt;P&gt;CodeWarrior environment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 20:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402580#M13490</guid>
      <dc:creator>davidsa</dc:creator>
      <dc:date>2015-10-15T20:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402581#M13491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of new features in MQX4.2 is that WSD files are now moved directly into example directories. So you can open for example wsd file at path: c:\Freescale\Freescale_MQX_4_2\mqx\examples\flashx\build\cw10gcc\flashx_twrk60d100m\flashx_twrk60d100m.wsd&lt;/P&gt;&lt;P&gt;This wsd file will load only necessary libraries. In case of flashx it is only BSP and PSP.&lt;/P&gt;&lt;P&gt;For example wsd file in web_hvac directory will load BSP, PSP, MFS, RTCS, SHELL and USB Host libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to modify the BSP again for MQX 4.2, then you need to build all the libraries.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 20:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402581#M13491</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-10-15T20:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402582#M13492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming I still have to grab the *.wsd and drop it in? Since bringing in the sample&lt;/P&gt;&lt;P&gt;web_hvac  project did not bring in the libraries for me to view and modify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 12:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402582#M13492</guid>
      <dc:creator>davidsa</dc:creator>
      <dc:date>2015-10-16T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402583#M13493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;The MQX4.2 method of getting the library projects to open is different than MQX4.1 as Sol points out.&lt;/P&gt;&lt;P&gt;With MQX4.1 you are correct that you could open "all" the RTOS Components via the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Freescale_MQX_4_1\build path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;With MQX4.2 you go to the example (or demo) folder and drag-n-drop the *.wsd file into the project pane of CW10.6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This will open the example (or demo) project and "only" the needed MQX library components.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;For your project, you would need to either use an example (or demo) project's *.wsd to get the libraries open, or individually open the needed library projects, and then save off a *.wsd file for later use to open the application and libraries all at once.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hope this helps clear up the forward progress of MQX4.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;David &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402583#M13493</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-10-16T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: installed MQX 4.2 simple program stuck in void _mqx_idle_task()</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402584#M13494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This all seems simple to be sure. and I did copy the .wsd directly from the web_hvac (4.2) folder and verified&lt;/P&gt;&lt;P&gt;that the builds are only being done in the 4.2 folder. I am still not able to run the simplest of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a board that runs on 25Mhz under 4.1. I had to modify the bsp from 50 to 25mhz and change&lt;/P&gt;&lt;P&gt;all of the appropriate errors in the subsequent clocks. The procedure is very well documented and was followed&lt;/P&gt;&lt;P&gt;line by line in MQX 4.2 BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have to do a compete stepping through the initialization process to let you know where it is stopping&lt;/P&gt;&lt;P&gt;because the basic hello world task is never being called. We are being forced to stay with 4.1 until this issue&lt;/P&gt;&lt;P&gt;can be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any insight on other possibilities?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 19:21:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/installed-MQX-4-2-simple-program-stuck-in-void-mqx-idle-task/m-p/402584#M13494</guid>
      <dc:creator>davidsa</dc:creator>
      <dc:date>2015-10-16T19:21:47Z</dc:date>
    </item>
  </channel>
</rss>

