<?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: Button in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Button/m-p/1198168#M10038</link>
    <description>&lt;P&gt;Hello Filip,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. I would recommend that you refer to the gpio_input_interrupt SDK example. You can download the SDK from this page: &lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;SDK Builder&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;After downloading the SDK, you need to drag and drop the SDK into the "Installed SDK's view" in MCUXpresso.&lt;/P&gt;
&lt;P&gt;To import and example, you must click "Import SDK example(s)…", Select the frdmkl27z, and click next:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf58474_3-1607701593594.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/132472iEE588E0099A7A72F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf58474_3-1607701593594.png" alt="nxf58474_3-1607701593594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you need to select the example: driver_examples&amp;gt;gpio&amp;gt;gpio_input_iunterrupt:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf58474_2-1607701584718.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/132471i6CED32CA1A4BA83A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf58474_2-1607701584718.png" alt="nxf58474_2-1607701584718.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 15:46:57 GMT</pubDate>
    <dc:creator>nxf58474</dc:creator>
    <dc:date>2020-12-11T15:46:57Z</dc:date>
    <item>
      <title>Button</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Button/m-p/1197545#M10027</link>
      <description>&lt;P&gt;Hello, i am trying to find way. To define button for switching off and on leds. On board KL27z.&lt;BR /&gt;Here is what i am trying to do in the function:&lt;BR /&gt;GPIO_ClearPinsOutput(GPIOE, 1&amp;lt;&amp;lt;20u);&lt;BR /&gt;GPIO_SetPinsOutput(GPIOC, 1&amp;lt;&amp;lt;0u);&lt;BR /&gt;GPIO_SetPinsOutput(GPIOE, 1&amp;lt;&amp;lt;31u);&lt;BR /&gt;delay(5000000);&lt;BR /&gt;GPIO_ClearPinsOutput(GPIOC, 1&amp;lt;&amp;lt;0u);&lt;BR /&gt;GPIO_ClearPinsOutput(GPIOE, 1&amp;lt;&amp;lt;31u);&lt;BR /&gt;GPIO_SetPinsOutput(GPIOE, 1&amp;lt;&amp;lt;20u);&lt;/P&gt;&lt;P&gt;But i cant find a way how to use the button connected on PTE21.&lt;BR /&gt;Can anyone help me ?&amp;nbsp;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Filip&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 18:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Button/m-p/1197545#M10027</guid>
      <dc:creator>Filip523</dc:creator>
      <dc:date>2020-12-10T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Button/m-p/1198168#M10038</link>
      <description>&lt;P&gt;Hello Filip,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. I would recommend that you refer to the gpio_input_interrupt SDK example. You can download the SDK from this page: &lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;SDK Builder&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;After downloading the SDK, you need to drag and drop the SDK into the "Installed SDK's view" in MCUXpresso.&lt;/P&gt;
&lt;P&gt;To import and example, you must click "Import SDK example(s)…", Select the frdmkl27z, and click next:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf58474_3-1607701593594.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/132472iEE588E0099A7A72F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf58474_3-1607701593594.png" alt="nxf58474_3-1607701593594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you need to select the example: driver_examples&amp;gt;gpio&amp;gt;gpio_input_iunterrupt:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf58474_2-1607701584718.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/132471i6CED32CA1A4BA83A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf58474_2-1607701584718.png" alt="nxf58474_2-1607701584718.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:46:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Button/m-p/1198168#M10038</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-12-11T15:46:57Z</dc:date>
    </item>
  </channel>
</rss>

