<?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 turn on LED with MQX on KSDK KDS in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333479#M151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello nick erb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX v4.2 is part of the classic/legacy MQX releases and it is not integrated with KSDK. In case of using KSDK then "MQX for KSDK" is used and the legacy MQX drivers such as &lt;STRONG&gt;lwgpio&lt;/STRONG&gt; are not available, instead you use the KSDK drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this may be a little confusing if you are just getting your attention to KSDK. Please check these posts that help clarifying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95477"&gt;MQX Roadmap&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-105078"&gt;How To: Porting MQX RTOS v4.x to MQX RTOS for KSDK v1.2&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:smileyinfo: Just notice the roadmap has not been updated to reflect the latest version of KSDK, which is v1.2 and also that MQX v4.2 was released already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 02:31:48 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2015-06-30T02:31:48Z</dc:date>
    <item>
      <title>How to turn on LED with MQX on KSDK KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333476#M148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pretty new to the OS and development tool, and now i have a simple demo hello_world project running.&lt;/P&gt;&lt;P&gt;I would like to simply turn on LED, on one of the task. I added two lines of codes below to the hello_demo&lt;/P&gt;&lt;P&gt;but it doesnt work. I assumed that I didnt import or use gpio driver correctly. Anyone has idea?&lt;/P&gt;&lt;P&gt;I am doing MQX project with KSDK1.1.0 on KDS2.0.on TWR-K60D100M&lt;/P&gt;&lt;P&gt;//Two line of code &lt;/P&gt;&lt;P&gt;GPIO_DRV_Init(NULL, ledPins);&lt;/P&gt;&lt;P&gt;GPIO_DRV_ClearPinOutput(BOARD_GPIO_LED_BLUE);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 01:32:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333476#M148</guid>
      <dc:creator>yarannan</dc:creator>
      <dc:date>2015-03-20T01:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn on LED with MQX on KSDK KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333477#M149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yaran Nan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next documents in community should help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103288"&gt;Writing my first KSDK Application in KDS - Hello World and Toggle LED with GPIO Interrupt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103405"&gt;How To: Create a New MQX RTOS for KSDK Project in KDS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one is not using MQX, but it will show you how to use the GPIO driver.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Fri, 20 Mar 2015 01:54:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333477#M149</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-03-20T01:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn on LED with MQX on KSDK KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333478#M150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this still true--is the preferred way to handle GPIO in KSDK 1.2 / KDS 3.0 / MQX 4.2 to ignore the lwgpio MQX library and instead use the KSDK FSL GPIO library?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 22:55:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333478#M150</guid>
      <dc:creator>nickerb</dc:creator>
      <dc:date>2015-06-29T22:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn on LED with MQX on KSDK KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333479#M151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello nick erb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX v4.2 is part of the classic/legacy MQX releases and it is not integrated with KSDK. In case of using KSDK then "MQX for KSDK" is used and the legacy MQX drivers such as &lt;STRONG&gt;lwgpio&lt;/STRONG&gt; are not available, instead you use the KSDK drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this may be a little confusing if you are just getting your attention to KSDK. Please check these posts that help clarifying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95477"&gt;MQX Roadmap&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-105078"&gt;How To: Porting MQX RTOS v4.x to MQX RTOS for KSDK v1.2&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:smileyinfo: Just notice the roadmap has not been updated to reflect the latest version of KSDK, which is v1.2 and also that MQX v4.2 was released already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 02:31:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-to-turn-on-LED-with-MQX-on-KSDK-KDS/m-p/333479#M151</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-06-30T02:31:48Z</dc:date>
    </item>
  </channel>
</rss>

