<?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: Reading Analog Input from FRDM-K22F</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560038#M64355</link>
    <description>&lt;P&gt;GPIO_ReadPinInput() reads the pin as digital (high, low) input pin, not as analog pin. I suggest you have a look at the analog examples in the SDK how to configure and read the pin as analog pin?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2022 15:41:50 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2022-11-25T15:41:50Z</dc:date>
    <item>
      <title>Reading Analog Input from FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560028#M64353</link>
      <description>Hello, I'm trying to read the value of the A0 pin from the FRDM-K22F development board as an analog input. I have defined it as a input GPIO pin using the pin configuration tool in MCUXpresso. Is this the way to do it? GPIO_ReadPinInput(BOARD_A0_GPIO, BOARD_A0_PORT, BOARD_A0_PIN);</description>
      <pubDate>Fri, 25 Nov 2022 15:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560028#M64353</guid>
      <dc:creator>xhr1s</dc:creator>
      <dc:date>2022-11-25T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Analog Input from FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560038#M64355</link>
      <description>&lt;P&gt;GPIO_ReadPinInput() reads the pin as digital (high, low) input pin, not as analog pin. I suggest you have a look at the analog examples in the SDK how to configure and read the pin as analog pin?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 15:41:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560038#M64355</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-11-25T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Analog Input from FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560064#M64357</link>
      <description>&lt;P&gt;Yup. You're right.&amp;nbsp;After reading the documentation at&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/api_doc/dev/329/group__lpc__gpio.html" target="_blank"&gt;https://mcuxpresso.nxp.com/api_doc/dev/329/group__lpc__gpio.html&lt;/A&gt;&amp;nbsp;it is obvious, sorry. It's a bit difficult making sense of the ADC sdk examples, I only need to read one value at a time. The API calls are also not very friendly. Perhaps there is an easier way to do it? I can't seem to figure out any other analog pin read examples.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 16:29:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1560064#M64357</guid>
      <dc:creator>xhr1s</dc:creator>
      <dc:date>2022-11-25T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Analog Input from FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1566954#M64408</link>
      <description>&lt;P&gt;So, I still am not able to figure out how to read analog data from an input pin. Which example should I look at?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xhr1s_0-1670514306740.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/203649iC6103AE6A52E7EA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xhr1s_0-1670514306740.png" alt="xhr1s_0-1670514306740.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any help is appreciated.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 15:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1566954#M64408</guid>
      <dc:creator>xhr1s</dc:creator>
      <dc:date>2022-12-08T15:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Analog Input from FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1569193#M64446</link>
      <description>&lt;P&gt;The SDK examples that you can use as a reference are the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf86756_0-1670969361116.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204262iFCD7079C74556E33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf86756_0-1670969361116.png" alt="nxf86756_0-1670969361116.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 22:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Reading-Analog-Input-from-FRDM-K22F/m-p/1569193#M64446</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2022-12-13T22:09:37Z</dc:date>
    </item>
  </channel>
</rss>

