<?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: How To: Get Started with MQX RTOS for Kinetis SDK v1.1 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357246#M11633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for providing the information for the guide. It is an excellent document to get started with MQX for KSDK. I have been able to create and compile an MQX project based on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Panfeng Jiang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 08:36:56 GMT</pubDate>
    <dc:creator>panfengjiang</dc:creator>
    <dc:date>2015-01-28T08:36:56Z</dc:date>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357242#M11629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mac,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an excellent getting started guide for MQX for Kinetis SDK. I was able to compile and test the MQX demos by following the step by step guide.&lt;/P&gt;&lt;P&gt;But besides compiling the "existing" example projects in SDK1.1 installation directory, could you please share some information about how to create a MQX project using KDS2.0 + SDK1.1 + PE from scratch?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried different ways to create a MQX project using KDS2.0 + SDK1.1 + PE from scratch on FRDM-K64F, but have not got satisfactory results:&lt;/P&gt;&lt;P&gt;1) Firstly I tried to use the MQX_KSDK component but with the error message as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18828_18828.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120139i5180248213C9CC37/image-size/large?v=v2&amp;amp;px=999" role="button" title="18828_18828.png" alt="18828_18828.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MQX_KSDK error.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48995i9CFE296FD8752029/image-size/large?v=v2&amp;amp;px=999" role="button" title="MQX_KSDK error.png" alt="MQX_KSDK error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) After reading through some of the posts, I just removed the MQX_KSDK component from the project and keep only the osa component as follows and changed the OS type to MQX_KSDK.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18829_18829.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120140i1362C81C9A015EC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="18829_18829.png" alt="18829_18829.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="osa.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48554iEA0F12EA57989F08/image-size/large?v=v2&amp;amp;px=999" role="button" title="osa.png" alt="osa.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I then used the OS_Task component to create three tasks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18831_18831.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120141i497747FCE664FE2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="18831_18831.png" alt="18831_18831.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="os_task.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48557i096F81B18C7CC079/image-size/large?v=v2&amp;amp;px=999" role="button" title="os_task.png" alt="os_task.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The first task "live_led" is to blink the red LED on FRDM-K64F, it actually worked fine.&lt;/P&gt;&lt;P&gt;The second task is to make the green LED on when SW2 is pressed, the third task is to make the blue LED on when SW3 is pressed. But after adding the SW2 and SW3 tasks, the project can be compiled but does not work any more. I could not find out why.&lt;/P&gt;&lt;P&gt;I attached the project file for your information.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, could you please create a step by step guide to create a MQX based project using KDS2.0 + KSDK1.1 + PE from scratch? &lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Panfeng Jiang&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338726"&gt;mqx_started_k64.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 07:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357242#M11629</guid>
      <dc:creator>panfengjiang</dc:creator>
      <dc:date>2015-01-19T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357243#M11630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope you don't mind that I moved your reply to its own branch since it is on a separate topic.&amp;nbsp; Yes, I have been working on the steps to create a project from scratch using MQX + KSDK 1.1 + KDS 2.0 + PEx.&amp;nbsp; I will post it very soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 20:37:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357243#M11630</guid>
      <dc:creator>macl</dc:creator>
      <dc:date>2015-01-19T20:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357244#M11631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Panfeng Jiang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below link &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-103405" title="https://community.freescale.com/docs/DOC-103405"&gt;https://community.freescale.com/docs/DOC-103405&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can find a document which provides guides to create a new MQX project using Kinetis SDK. I hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol &lt;BR /&gt; &lt;BR /&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>Tue, 20 Jan 2015 14:32:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357244#M11631</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-01-20T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357245#M11632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I finished putting together a tutorial on getting started with Kinetis Design Studio, Kinetis SDK, MQX RTOS, and Processor Expert.&amp;nbsp; I hope this helps solve some of the issues you had. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it out at &lt;A href="https://community.nxp.com/docs/DOC-103429"&gt;How To: Create an MQX RTOS project with Processor Expert in Kinetis Design Studio IDE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 14:51:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357245#M11632</guid>
      <dc:creator>macl</dc:creator>
      <dc:date>2015-01-22T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357246#M11633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for providing the information for the guide. It is an excellent document to get started with MQX for KSDK. I have been able to create and compile an MQX project based on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Panfeng Jiang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 08:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357246#M11633</guid>
      <dc:creator>panfengjiang</dc:creator>
      <dc:date>2015-01-28T08:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357247#M11634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also followed the guide and was able to build both MQX based project using KDS2.0 + KDS1.1 and Processor Expert. I personally prefer to use this method rather thanthe one specified in &lt;A _jive_internal="true" data-containerid="11234" data-containertype="14" data-objectid="103405" data-objecttype="102" href="https://community.nxp.com/docs/DOC-103405"&gt;https://community.freescale.com/docs/DOC-103405&lt;/A&gt;. Thank you for sharing the information.&lt;/P&gt;&lt;P&gt;Maybe it is because this post is moved from other post I can't find a button for "Correct Answer" to close this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Panfeng Jiang &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 08:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357247#M11634</guid>
      <dc:creator>panfengjiang</dc:creator>
      <dc:date>2015-01-28T08:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How To: Get Started with MQX RTOS for Kinetis SDK v1.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357248#M11635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I imported and compiled your example &lt;SPAN style="color: #3778c7; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #fdfdfd;"&gt;mqx_started_k64.zip &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(Very useful to have a working example for PE+KDS+MQX) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running it and notice that the first task gets stuck the first time that executes&amp;nbsp; OSA_TimeDelay(100); I played a bit and &lt;/P&gt;&lt;P&gt;discovered that if you put the three task at the same priority (8 in my tests) it will work as expected; &lt;/P&gt;&lt;P&gt;maybe it' s worth to give a try.&lt;/P&gt;&lt;P&gt;It seems that a different priority of the tasks causes the trouble (you tasks where at priority 8, 9 and 32) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(test performed using KDS2.0&amp;nbsp; and SDK1,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mauro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Re-How-To-Get-Started-with-MQX-RTOS-for-Kinetis-SDK-v1-1/m-p/357248#M11635</guid>
      <dc:creator>mauroansaloni</dc:creator>
      <dc:date>2015-03-05T13:56:11Z</dc:date>
    </item>
  </channel>
</rss>

