<?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 GPIO_DRV_SetPinOutput not working? in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505297#M4973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using processor expert and the sdk fsl_gpio for my frdm-kl43z. The commands gpio_drv_setpinoutput, gpio_drv_writepinoutput and gpio_drv_clearpinoutput, all are not working.&lt;/P&gt;&lt;P&gt;I've gotten gpio_drv_togglepinoutput to work, but these other functions have not worked. I've done 10 or so projects and just have had to suffer without the use of these commands.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&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;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 23:42:21 GMT</pubDate>
    <dc:creator>christopherira</dc:creator>
    <dc:date>2016-02-11T23:42:21Z</dc:date>
    <item>
      <title>GPIO_DRV_SetPinOutput not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505297#M4973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using processor expert and the sdk fsl_gpio for my frdm-kl43z. The commands gpio_drv_setpinoutput, gpio_drv_writepinoutput and gpio_drv_clearpinoutput, all are not working.&lt;/P&gt;&lt;P&gt;I've gotten gpio_drv_togglepinoutput to work, but these other functions have not worked. I've done 10 or so projects and just have had to suffer without the use of these commands.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&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;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 23:42:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505297#M4973</guid>
      <dc:creator>christopherira</dc:creator>
      <dc:date>2016-02-11T23:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_DRV_SetPinOutput not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505298#M4974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I just tested the following code using KDS_3.0+KSDK_1.3+PE for frdm-kl43z successfully.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14552942545103993 jive_macro_code jive_text_macro" data-renderedposition="50_8_924_224" jivemacro_uid="_14552942545103993"&gt;&lt;P&gt;&amp;nbsp; /* Write your code here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* For example: for(;;) { } */&lt;/P&gt;&lt;P&gt;&amp;nbsp; uint32_t pinstate;&lt;/P&gt;&lt;P&gt;&amp;nbsp; while(1) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinstate = GPIO_DRV_ReadPinInput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinstate = !pinstate;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_DRV_WritePinOutput(LED2_RED, pinstate);&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinstate = GPIO_DRV_ReadPinInput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_DRV_SetPinOutput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinstate = GPIO_DRV_ReadPinInput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_DRV_ClearPinOutput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinstate = GPIO_DRV_ReadPinInput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_DRV_TogglePinOutput(LED2_RED);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your KDS Help-&amp;gt;Install new software....&amp;nbsp; up-to-date?&lt;/P&gt;&lt;P&gt;Attached is my working project.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:25:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505298#M4974</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-02-12T16:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_DRV_SetPinOutput not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505299#M4975</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;Everything is up to date, but the functions other than toggle do not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 20:52:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505299#M4975</guid>
      <dc:creator>christopherira</dc:creator>
      <dc:date>2016-03-10T20:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO_DRV_SetPinOutput not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505300#M4976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it's working now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:05:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/GPIO-DRV-SetPinOutput-not-working/m-p/505300#M4976</guid>
      <dc:creator>christopherira</dc:creator>
      <dc:date>2016-03-10T21:05:12Z</dc:date>
    </item>
  </channel>
</rss>

