<?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: GPIO module on KL05Z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300295#M12533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jorge Gonzalez:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 03:12:53 GMT</pubDate>
    <dc:creator>nguyennhatminh</dc:creator>
    <dc:date>2014-03-21T03:12:53Z</dc:date>
    <item>
      <title>GPIO module on KL05Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300291#M12529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a FRDM-KL05Z board. I wish to work on GPIO mode to turn on and off some led.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't know how to configure GPIO. I have check the driver on QSP but I can't find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300291#M12529</guid>
      <dc:creator>nguyennhatminh</dc:creator>
      <dc:date>2014-03-20T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO module on KL05Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300292#M12530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find a collection of sample codes in the next product link, under "Lab and Test Software". Inside there is a sample project called LED_BLINK for CodeWarrior, IAR and KEIL, and it contains guides to use the examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL05Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL05Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;FRDM-KL05Z: Freescale Freedom Development Platform for the Kinetis KL05 and KL04 MCUs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please download the package and if you face any problem please do not hesitate to ask :smileyhappy:&lt;/P&gt;&lt;P&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>Thu, 20 Mar 2014 15:19:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300292#M12530</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-03-20T15:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO module on KL05Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300293#M12531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;main&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;void&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #000080;"&gt;#if&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;defined&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;CW&lt;SPAN style="color: #000000;"&gt;))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;sysinit&lt;SPAN style="color: #000000;"&gt;();&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #000080;"&gt;#endif&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;gpio_init&lt;SPAN style="color: #000000;"&gt;();&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; 
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;printf&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"\nRunning&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;the&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;Blink&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;project.\n"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;while&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Delay&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;20000&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;LED1_TOGGLE&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Delay&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;20000&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;LED2_TOGGLE&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Delay&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;20000&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;LED3_TOGGLE&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;SPAN style="color: #008000;"&gt;/********************************************************************/&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="text-indent: 0px;"&gt;&lt;/PRE&gt;&lt;P&gt;I have tried to find gpio_Init() function, but i can't get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see how to configure this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If It's possible, please help me on this component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;Minh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 15:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300293#M12531</guid>
      <dc:creator>nguyennhatminh</dc:creator>
      <dc:date>2014-03-20T15:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO module on KL05Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300294#M12532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That function is in freedom_gpio.c. The function contains macros, so it is better if you open the whole project in CodeWarrior, place the cursor over the macro, function, variable, etc, and press &lt;STRONG&gt;F3&lt;/STRONG&gt;. This will take you to the definition of that piece of code.&lt;/P&gt;&lt;P&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>Thu, 20 Mar 2014 16:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300294#M12532</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-03-20T16:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO module on KL05Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300295#M12533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jorge Gonzalez:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 03:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GPIO-module-on-KL05Z/m-p/300295#M12533</guid>
      <dc:creator>nguyennhatminh</dc:creator>
      <dc:date>2014-03-21T03:12:53Z</dc:date>
    </item>
  </channel>
</rss>

