<?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のトピックRe: Does the KV31F have pullups available on input pins?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747376#M45512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robin - I have discovered that my processor will no longer recognize the input, so I think it's safe to say that the processor has been damaged.&amp;nbsp; I'll try this again if i can get the processor replaced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can close the issue for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 00:19:17 GMT</pubDate>
    <dc:creator>geoffreylansber</dc:creator>
    <dc:date>2018-03-22T00:19:17Z</dc:date>
    <item>
      <title>Does the KV31F have pullups available on input pins?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747372#M45508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to enable pullups on input pins PORTB20 and 21 on the&amp;nbsp;MKV31F512VLL12, and I'm getting no results.&amp;nbsp; The output is not changing at all. I can see the registers getting set for the PS and PE bits, and the port is set as an input. The board simply bring the pins out to the connector, and there is nothing else connected to it (connector is unplugged).&amp;nbsp; The only thing I can think of is that maybe kv31 does not support pullups on these pins.&amp;nbsp; The datasheet is not exactly clear on whether they are or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 21:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747372#M45508</guid>
      <dc:creator>geoffreylansber</dc:creator>
      <dc:date>2018-03-10T21:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does the KV31F have pullups available on input pins?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747373#M45509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geoffrey Lansberry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try to select PTB20 and PTB21 as GPIO function? (for exampe: PORTB_PCR20[MUX]=001)&lt;/P&gt;&lt;P&gt;The internal pull-up should be set the pin to high voltage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 13 Mar 2018 07:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747373#M45509</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-03-13T07:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does the KV31F have pullups available on input pins?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747374#M45510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried that, no pull up is happening:&amp;nbsp; Here are the relevant register settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pullup issue.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18899iD8778CC56EB8884D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pullup issue.PNG" alt="pullup issue.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pullup issue2.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18944i45A7425FB7D178D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pullup issue2.PNG" alt="pullup issue2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both outputs are configured as inputs, as you can see above (PDD = 0, right?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One input is sitting at 0.2v the other is at .06.&amp;nbsp; Interestingly, I can't pull them up with a 4700ohm resistor.&amp;nbsp; Am I missing a setting somewhere?&amp;nbsp; It's acting like they are set as outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I tried to change the pin to an output, and write a 1, I also don't get any change&lt;/P&gt;&lt;P&gt;I set PDD= 0x00300000&lt;/P&gt;&lt;P&gt;and PDO= 0x00300000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both pins are still the same.&amp;nbsp; &amp;nbsp;Either I'm doing something wrong, or those inputs are damaged.&amp;nbsp; &amp;nbsp;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 15:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747374#M45510</guid>
      <dc:creator>geoffreylansber</dc:creator>
      <dc:date>2018-03-13T15:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Does the KV31F have pullups available on input pins?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747375#M45511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please measure the voltage of the pin at MCU(instead of the pin at connector).&lt;BR /&gt;Please test the input_interrupt example in &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;SDK_2.3.0_FRDM-KV31F&lt;/A&gt;(C:\SDK_2.3.0_FRDM-KV31F\boards\frdmkv31f\driver_examples\gpio\input_interrupt)&lt;BR /&gt;I just test the example after enable pullup these two pins. The voltage can be high after run the PORT_SetPinConfig.&lt;BR /&gt;I have attached pin_mux.c file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="input pullup.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24058i5714521203173B13/image-size/large?v=v2&amp;amp;px=999" role="button" title="input pullup.PNG" alt="input pullup.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="input_interrupt SDK_2.3.0_FRDM-KV31F.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24187iDBBCDF88241B0AE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="input_interrupt SDK_2.3.0_FRDM-KV31F.PNG" alt="input_interrupt SDK_2.3.0_FRDM-KV31F.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Wed, 14 Mar 2018 07:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747375#M45511</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-03-14T07:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does the KV31F have pullups available on input pins?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747376#M45512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robin - I have discovered that my processor will no longer recognize the input, so I think it's safe to say that the processor has been damaged.&amp;nbsp; I'll try this again if i can get the processor replaced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can close the issue for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 00:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-KV31F-have-pullups-available-on-input-pins/m-p/747376#M45512</guid>
      <dc:creator>geoffreylansber</dc:creator>
      <dc:date>2018-03-22T00:19:17Z</dc:date>
    </item>
  </channel>
</rss>

