<?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>Kinetis Software Development KitのトピックRe: MQX_KSDK_1.0.0 with PE and GPIO</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-0-0-with-PE-and-GPIO/m-p/354239#M487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello William:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the &lt;STRONG&gt;&lt;EM&gt;fsl_gpio&lt;/EM&gt;&lt;/STRONG&gt; component instead. This component generates the necessary configuration structures to use the KSDK GPIO Driver APIs.&lt;/P&gt;&lt;P&gt;In fact I just created a new KSDK/PEx project in Kinetis Design Studio v1.1.1 and it came by default with a fsl_gpio component called "gpio_pins". In case you do not have this you can create a new project and copy the component from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example about using the GPIO Driver APIs, refer to the next tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-101862"&gt;Writing your first toggle LED application with FRMD-K64F + KDS 1.1.0 + KSDK 1.0.0 Non-Processor Expert&lt;/A&gt;&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>Mon, 29 Sep 2014 22:58:00 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-09-29T22:58:00Z</dc:date>
    <item>
      <title>MQX_KSDK_1.0.0 with PE and GPIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-0-0-with-PE-and-GPIO/m-p/354238#M486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a MQX KSDK plus Processor Expert project using MXQ_KSDK_1.0.0 for the FRDM-K64F board following the tutorial &lt;A _jive_internal="true" data-containerid="2023" data-containertype="14" data-objectid="330292" data-objecttype="1" href="https://community.nxp.com/thread/330292"&gt;MQX with KSDK and Processor Expert&lt;/A&gt;. When created this way the Components Library selections filter out "Logical Device Drivers":&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/119985iEC515B20B121DF89/image-size/large?v=v2&amp;amp;px=999" title="15211_15211.png" alt="15211_15211.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46309iC6AD574241EA8A4A/image-size/large?v=v2&amp;amp;px=999" title="Screen Shot 2014-09-29 at 10.33.43 AM.png" alt="Screen Shot 2014-09-29 at 10.33.43 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I can turn off the filter and see them but if I try to include the BitIO_LDD component it causes the error "ERROR: This component is not supported in Kinetis SDK project mode" What is the recommended GPIO component if LDD is not available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:37:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-0-0-with-PE-and-GPIO/m-p/354238#M486</guid>
      <dc:creator>intractablesubt</dc:creator>
      <dc:date>2014-09-29T14:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: MQX_KSDK_1.0.0 with PE and GPIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-0-0-with-PE-and-GPIO/m-p/354239#M487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello William:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the &lt;STRONG&gt;&lt;EM&gt;fsl_gpio&lt;/EM&gt;&lt;/STRONG&gt; component instead. This component generates the necessary configuration structures to use the KSDK GPIO Driver APIs.&lt;/P&gt;&lt;P&gt;In fact I just created a new KSDK/PEx project in Kinetis Design Studio v1.1.1 and it came by default with a fsl_gpio component called "gpio_pins". In case you do not have this you can create a new project and copy the component from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example about using the GPIO Driver APIs, refer to the next tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-101862"&gt;Writing your first toggle LED application with FRMD-K64F + KDS 1.1.0 + KSDK 1.0.0 Non-Processor Expert&lt;/A&gt;&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>Mon, 29 Sep 2014 22:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-0-0-with-PE-and-GPIO/m-p/354239#M487</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-09-29T22:58:00Z</dc:date>
    </item>
  </channel>
</rss>

