<?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: KDS on TRK-KEA64 ADC</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428586#M24751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello david,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have test on my side ,it is the same wiht you , ,maybe there are some problem here.&lt;/P&gt;&lt;P&gt;And you can do like this : change the ADC_SC2 = ADC_SC2_REFSEL(0x00) to ADC_SC2 = ADC_SC2_REFSEL(0x01) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; then right click the ADC component , select "Don't write genereated component modules" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35274iC63B799216A48CED/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Alice&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>Mon, 15 Jun 2015 08:38:28 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2015-06-15T08:38:28Z</dc:date>
    <item>
      <title>KDS on TRK-KEA64 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428582#M24747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to read four channels of ADC using KDS on TRK-KEA64 and I read all zeros including the light sensor channel.&amp;nbsp; I have used the same KDS project on TRK-KEA128 to do the same thing and it worked fine.&amp;nbsp; Then I switched to TRK-KEA64 and selected the processor SKEAZN64MLH2, All four channels read zeros.&amp;nbsp; Do I have to configure clock and ADC differently from TRK-KEA128 in addition to choosing different processors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 17:27:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428582#M24747</guid>
      <dc:creator>dli1</dc:creator>
      <dc:date>2015-06-04T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: KDS on TRK-KEA64 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428583#M24748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; david,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some difference , for example , KEA128 have the&amp;nbsp; register " Status and Control Register 5 (ADC_SC5 ) ",&lt;/P&gt;&lt;P&gt;while KEA64 have not .&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 03:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428583#M24748</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-06-05T03:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: KDS on TRK-KEA64 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428584#M24749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The KEA64 is using the same ADC module with KEA128, there should without any different with software code.&lt;/P&gt;&lt;P&gt;Please check TRK-KEA64 ADC example code for CodeWarrior software, you could refer related code and check if there with any difference with yours.&lt;/P&gt;&lt;P&gt;TRK-KEA64 CodeWarrior LAB3 - Analog to Digital Converter (ADC) module download &lt;A href="http://cache.freescale.com/files/microcontrollers/software/board_support_packages/TRK-KEA64_LABTS3.zip"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&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>Fri, 05 Jun 2015 05:42:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428584#M24749</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-05T05:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: KDS on TRK-KEA64 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428585#M24750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code ADC0.c file if I change the ADC_SC2 = ADC_SC2_REFSEL(0x00) to ADC_SC2 = ADC_SC2_REFSEL(0x01) I can get some ADC readings.&amp;nbsp; However if you generate code, you erase this change.&amp;nbsp; So the question is in the KDS how do I configure the ADC reference voltages?&amp;nbsp; I configured as below but in the code the line ADC_SC2 = ADC_SC2_REFSEL(0x00) set to default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2108iAB03BC15F7A8BB98/image-size/large?v=v2&amp;amp;px=999" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 15:15:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428585#M24750</guid>
      <dc:creator>dli1</dc:creator>
      <dc:date>2015-06-05T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: KDS on TRK-KEA64 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428586#M24751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello david,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have test on my side ,it is the same wiht you , ,maybe there are some problem here.&lt;/P&gt;&lt;P&gt;And you can do like this : change the ADC_SC2 = ADC_SC2_REFSEL(0x00) to ADC_SC2 = ADC_SC2_REFSEL(0x01) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; then right click the ADC component , select "Don't write genereated component modules" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35274iC63B799216A48CED/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Alice&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>Mon, 15 Jun 2015 08:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-on-TRK-KEA64-ADC/m-p/428586#M24751</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-06-15T08:38:28Z</dc:date>
    </item>
  </channel>
</rss>

