<?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>Processor Expert SoftwareのトピックRe: Re: ADC using PE not working</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310029#M2307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience. Last time the project didn't get attached. Please check the attachment in this msg. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Amit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 03:23:15 GMT</pubDate>
    <dc:creator>Amit_Kumar1</dc:creator>
    <dc:date>2014-05-07T03:23:15Z</dc:date>
    <item>
      <title>ADC using PE not working</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310027#M2305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using FRDM-K20D50M board with codewarrior10.5 along with PE. I have used ADC_LDD component from PE and I am trying to print the values on UART using Console_IO. I have written the code I don't know why it is sending out only '0' as output, I have tried connecting the ADC pin with 3.3v , 0v, and also left it open but it is giving the same value ' 0 '&amp;nbsp; kindly have a look on the attached program. I think this is supposed to be one of the simplest program and made me wonder why it is not working. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Amit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:55:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310027#M2305</guid>
      <dc:creator>Amit_Kumar1</dc:creator>
      <dc:date>2014-05-05T05:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: ADC using PE not working</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310028#M2306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you forget to attach the project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 16:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310028#M2306</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-05-06T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: ADC using PE not working</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310029#M2307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience. Last time the project didn't get attached. Please check the attachment in this msg. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Amit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 03:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310029#M2307</guid>
      <dc:creator>Amit_Kumar1</dc:creator>
      <dc:date>2014-05-07T03:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: ADC using PE not working</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310030#M2308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through your code and I found that you didn't select channel to be measured, before calling the StartSingleMeasurement() method.&lt;/P&gt;&lt;P&gt;For this please use the CreateSampleGroup() or SelectSampleGroup() method. You can find more info on right click of the component-&amp;gt; Help on component -&amp;gt; &lt;EM&gt;Typical Usage page.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;CreateSampleGroup() - is used for the runtime preparation of the sample group, while SelectSampleGroup() is used to select sample group from prepared in the Property tab -&amp;gt;Static sample group.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 15:21:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-using-PE-not-working/m-p/310030#M2308</guid>
      <dc:creator>jch</dc:creator>
      <dc:date>2014-06-02T15:21:08Z</dc:date>
    </item>
  </channel>
</rss>

