<?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: Problems with the ADC channels reading KL25Z.</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322443#M14577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, my program is working now, i don't know why my program was not function when i had &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ADC0_CFG2 |= &lt;/SPAN&gt;ADC_CFG2_MUXSEL_MAKS; but when i indicated the direction in HEX the program coming to function correctly.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jun 2014 00:59:36 GMT</pubDate>
    <dc:creator>josealonsovalle</dc:creator>
    <dc:date>2014-06-21T00:59:36Z</dc:date>
    <item>
      <title>Problems with the ADC channels reading KL25Z.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322441#M14575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have been trying to read the ADC in the FRDM KL25, i can't read the channel ADC0_SE7b(PDT6) and ADC0_SE6b (PTD5),with other channels if i can read the ADC, but only with the PDT5 and PTD6 i had having problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody support me please???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43639iAED0B6B1E1AC6BF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG.png" alt="Capture.PNG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 23:18:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322441#M14575</guid>
      <dc:creator>josealonsovalle</dc:creator>
      <dc:date>2014-06-20T23:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the ADC channels reading KL25Z.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322442#M14576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to sample ADC0_SE7b rather than ADC0_SE7a (which your code is doing) set the MUX selection bit to B in the ADC0_CFG2 register.&lt;/P&gt;&lt;P&gt;That is, add&lt;/P&gt;&lt;P&gt;ADC0_CFG2 |= 0x10;&lt;/P&gt;&lt;P&gt;after&lt;/P&gt;&lt;P&gt;ADC0_SC1A = ADC_SC1_ADCH(31);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ADC0_SE6b the same MUX bit must be set (there is no ADC0_SE6a input on your device).&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;P.S: The uTasker project also includes DMA driven ADC/DAC drivers for KL devices!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2014 00:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322442#M14576</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-06-21T00:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the ADC channels reading KL25Z.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322443#M14577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, my program is working now, i don't know why my program was not function when i had &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ADC0_CFG2 |= &lt;/SPAN&gt;ADC_CFG2_MUXSEL_MAKS; but when i indicated the direction in HEX the program coming to function correctly.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2014 00:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322443#M14577</guid>
      <dc:creator>josealonsovalle</dc:creator>
      <dc:date>2014-06-21T00:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the ADC channels reading KL25Z.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322444#M14578</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;Maybe you will be able to help me. I&amp;nbsp; am&amp;nbsp; new to FS.&lt;/P&gt;&lt;P&gt;I am using KDS and the PE on the same board and I&amp;nbsp; am facing the same problem. how&amp;nbsp; can&amp;nbsp; I read the ADC0_SE7b? (I understood I will need to change the mux but I am not sure how to do it in real time)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322444#M14578</guid>
      <dc:creator>avnergidron</dc:creator>
      <dc:date>2015-11-25T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the ADC channels reading KL25Z.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322445#M14579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Avne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean with real-time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To switch the input mux between a and b&lt;/P&gt;&lt;P&gt;ADC0_CFG2 &amp;amp;= ~0x10;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;ADC0_CFG2 |= 0x10;&lt;/P&gt;&lt;P&gt;is all that is needed.&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis.html" rel="nofollow"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KL25: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis/FRDM-KL25Z.html" rel="nofollow"&gt;http://www.utasker.com/kinetis/FRDM-KL25Z.html&lt;/A&gt;&lt;SPAN&gt; / &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis/TWR-KL25Z48M.html" rel="nofollow"&gt;http://www.utasker.com/kinetis/TWR-KL25Z48M.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ADC/DAC: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/docs/uTasker/uTaskerADC.pdf" rel="nofollow"&gt;http://www.utasker.com/docs/uTasker/uTaskerADC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-with-the-ADC-channels-reading-KL25Z/m-p/322445#M14579</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-11-25T15:31:30Z</dc:date>
    </item>
  </channel>
</rss>

