<?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: frdm-k64f ptc10 in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467464#M5063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loris,&lt;/P&gt;&lt;P&gt;A couple thinks are happening with this particular signal.&lt;/P&gt;&lt;P&gt;First....make sure the schematic you have matches the revision of the FRDM-K64F board as the PTC10 and PTC11 were swapped at the J4 connector.&amp;nbsp; so your code might be working but on wrong pin!&lt;/P&gt;&lt;P&gt;Second, your fsl_gpio Output configuration for the pin has it defined as Open Drain.&amp;nbsp; On the FRDM-K64F there is not pull-up enabled on the port pin or externally so it will not toggle.&amp;nbsp; Enabling the pull-up or adding external pull-up will allow it to work.&lt;/P&gt;&lt;P&gt;Third, change the pin configuration to non Open drain and you should see K64 toggle pin.&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>Wed, 27 Jan 2016 19:47:12 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-01-27T19:47:12Z</dc:date>
    <item>
      <title>frdm-k64f ptc10</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467463#M5062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to toggle the pin 10 in portC but don't work.&lt;/P&gt;&lt;P&gt;i tried too with twrk64f100 and i had the same result! don't work.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea..&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and regards.&lt;/P&gt;&lt;P&gt;Loris&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338596"&gt;prj_frdmk64f_ledRGB_tim1.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467463#M5062</guid>
      <dc:creator>lorismichielutt</dc:creator>
      <dc:date>2016-01-27T17:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k64f ptc10</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467464#M5063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loris,&lt;/P&gt;&lt;P&gt;A couple thinks are happening with this particular signal.&lt;/P&gt;&lt;P&gt;First....make sure the schematic you have matches the revision of the FRDM-K64F board as the PTC10 and PTC11 were swapped at the J4 connector.&amp;nbsp; so your code might be working but on wrong pin!&lt;/P&gt;&lt;P&gt;Second, your fsl_gpio Output configuration for the pin has it defined as Open Drain.&amp;nbsp; On the FRDM-K64F there is not pull-up enabled on the port pin or externally so it will not toggle.&amp;nbsp; Enabling the pull-up or adding external pull-up will allow it to work.&lt;/P&gt;&lt;P&gt;Third, change the pin configuration to non Open drain and you should see K64 toggle pin.&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>Wed, 27 Jan 2016 19:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467464#M5063</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-01-27T19:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k64f ptc10</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467465#M5064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Loris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function of&amp;nbsp; "GPIO_DRV_SetPinOutput(LEDRGB_RED);"&amp;nbsp; is set the pin of PTB22&amp;nbsp; to "1" ,&lt;/P&gt;&lt;P&gt;while from the SCH we can see , if&amp;nbsp; want the light up the RED led , please configure the pin to "0":&amp;nbsp; GPIO_DRV_ClearPinOutput(LEDRGB_BLUE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when you configure the three LED to 0 , the colour is white , so&amp;nbsp; i recommend&amp;nbsp; you when want light up (clear to 0) blue , please take off (set to 1)the other led.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in your fsl_gpio configuration , in the "output logic" , you have configure all of them to "0", i think you can cogfigure it to 1, and it meaning at the begin ,&lt;/P&gt;&lt;P&gt;all of them are off.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24219i0FE519AA9BC0B588/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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, 28 Jan 2016 03:45:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467465#M5064</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-28T03:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k64f ptc10</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467466#M5065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank so much :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/frdm-k64f-ptc10/m-p/467466#M5065</guid>
      <dc:creator>lorismichielutt</dc:creator>
      <dc:date>2016-01-28T08:17:25Z</dc:date>
    </item>
  </channel>
</rss>

