<?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: TWR-K20D72M ADC0 can't work in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533678#M32889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou,&lt;/P&gt;&lt;P&gt;Thank you for your reply now ADC0 works properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 06:14:47 GMT</pubDate>
    <dc:creator>bhavinmaru</dc:creator>
    <dc:date>2016-07-28T06:14:47Z</dc:date>
    <item>
      <title>TWR-K20D72M ADC0 can't work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533676#M32887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working with TWR-K20D72M board as controller and IAREW(IAR Embedded Workbench) software for programming.i download the sample codes from the below link&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2F32bit%2Fsoftware%2FKINETIS_72MHz_SRC.zip%3Ffpsp%3D1%26WT_TYPE%3DLab%2520and%2520Test%2520Software%26WT_VENDOR%3DFREESCALE%26WT_FILE_FORMAT%3Dzip%26WT_ASSET%3DDownloads%26fileExt%3D.zip" rel="nofollow" target="_blank"&gt;http://cache.nxp.com/files/32bit/software/KINETIS_72MHz_SRC.zip?fpsp=1&amp;amp;WT_TYPE=Lab%20and%20Test%20Software&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.zip&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In these sample codes they give example of Potentiometer(which is given on board) and Potentiometer is interfaced with controller's ADC1.this code works correctly.i want to run ADC0.i make and configure ADC0 code as per the sample code given in the above downloaded examples.please try to solve my below query&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- in ADC0 code isr for ADC0(interrupt for ADC0) is not generated&lt;/P&gt;&lt;P&gt;-- see my ADC0 configuration functions sim_init() ,pdb_init() , adc_init(), int_init() is there any mistake in those functions?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i attached my code for your reference.please help me so that i can generate interrupt for ADC0.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt; Bhavin&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-337508"&gt;ADC0.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 07:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533676#M32887</guid>
      <dc:creator>bhavinmaru</dc:creator>
      <dc:date>2016-07-23T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K20D72M ADC0 can't work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533677#M32888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 5px 0; color: #000000; font-family: 微软雅黑; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; font-size: 16px;"&gt;Hi Bhavin,&lt;/P&gt;&lt;P style="margin: 5px 0; color: #000000; font-family: 微软雅黑; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; font-size: 16px;"&gt;After had a look through the code you uploaded, I found that you use the PDB channel1 to trigger the ADC, however&lt;SPAN class="Apple-converted-space"&gt; &lt;SPAN style="font-family: TimesLTStd-Roman; font-size: 14pt; color: #000000; font-style: normal;"&gt;each channel is associated with one ADC block, in anohter word, the PDB channel0 is associated the ADC0, then channel1 to ADC1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 5px 0; color: #000000; font-family: 微软雅黑; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; font-size: 16px;"&gt;I think it's the root cause of the issue.&lt;/P&gt;&lt;P style="margin: 5px 0; background-color: inherit;"&gt;Have a great day,&lt;/P&gt;&lt;P style="margin: 5px 0; background-color: inherit;"&gt;Ping&lt;/P&gt;&lt;P style="margin: 5px 0; background-color: inherit;"&gt;&lt;/P&gt;&lt;P style="margin: 5px 0; background-color: inherit;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR style="background-color: inherit;" /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR style="background-color: inherit;" /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 07:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533677#M32888</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-07-27T07:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K20D72M ADC0 can't work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533678#M32889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou,&lt;/P&gt;&lt;P&gt;Thank you for your reply now ADC0 works properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 06:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K20D72M-ADC0-can-t-work/m-p/533678#M32889</guid>
      <dc:creator>bhavinmaru</dc:creator>
      <dc:date>2016-07-28T06:14:47Z</dc:date>
    </item>
  </channel>
</rss>

