<?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 MicrocontrollersのトピックK82: ConfigTools and Gpio pin C3/B8</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833993#M50419</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;I'm using embedded config tool in MCUExpresso and try to create Z-state init for PORTC3 pin.&lt;/P&gt;&lt;P&gt;It is possible to PORTC4 by selection&amp;nbsp; "n/a, disabled" state in table , but for PortC3 this state is not available and only LLWU there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTC3 (pin B8) is configured as LLWU_P7 */&lt;BR /&gt; PORT_SetPinMux(PORTC, 3U, kPORT_MuxAsGpio); // ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTC4 (pin A8) is disabled */&lt;BR /&gt; PORT_SetPinMux(PORTC, 4U, kPORT_PinDisabledOrAnalog);&amp;nbsp; // OK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this manually or this pin state is really not available and have sense to create normal input pin with No init in all cells.&lt;/P&gt;&lt;P&gt;I have tried like this but still configurator put&amp;nbsp;kPORT_MuxAsGpio parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I should do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2018 14:55:46 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2018-12-04T14:55:46Z</dc:date>
    <item>
      <title>K82: ConfigTools and Gpio pin C3/B8</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833993#M50419</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;I'm using embedded config tool in MCUExpresso and try to create Z-state init for PORTC3 pin.&lt;/P&gt;&lt;P&gt;It is possible to PORTC4 by selection&amp;nbsp; "n/a, disabled" state in table , but for PortC3 this state is not available and only LLWU there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTC3 (pin B8) is configured as LLWU_P7 */&lt;BR /&gt; PORT_SetPinMux(PORTC, 3U, kPORT_MuxAsGpio); // ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTC4 (pin A8) is disabled */&lt;BR /&gt; PORT_SetPinMux(PORTC, 4U, kPORT_PinDisabledOrAnalog);&amp;nbsp; // OK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this manually or this pin state is really not available and have sense to create normal input pin with No init in all cells.&lt;/P&gt;&lt;P&gt;I have tried like this but still configurator put&amp;nbsp;kPORT_MuxAsGpio parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I should do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833993#M50419</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-04T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: K82: ConfigTools and Gpio pin C3/B8</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833994#M50420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PTC3 doesn't have a disabled mode since its ALT0 setting (default) is CMP1_IN1.&lt;/P&gt;&lt;P&gt;However, if you want this to be HI-Z you don't need to do anything because CMP1_IN1 is already an input and thus high impedance. You could however also set it to GPIO mode (ALT1) so that it is PTC3/LLWU_P7 and as long as it is left as an input (without pull-up/down it will also be high impedance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833994#M50420</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-12-04T17:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: K82: ConfigTools and Gpio pin C3/B8</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833995#M50421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes CMP1_IN1 settings via Config tools bring desired configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTC3 (pin B8) is configured as CMP1_IN1 */&lt;BR /&gt; PORT_SetPinMux(PORTC, 3U, kPORT_PinDisabledOrAnalog);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* PORTC4 (pin A8) is disabled */&lt;BR /&gt; PORT_SetPinMux(PORTC, 4U, kPORT_PinDisabledOrAnalog);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No idea why I haven't try this configuration :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 07:40:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-ConfigTools-and-Gpio-pin-C3-B8/m-p/833995#M50421</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-05T07:40:42Z</dc:date>
    </item>
  </channel>
</rss>

