<?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>Other NXP ProductsのトピックRe: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189660#M1686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;@kylesh, I think there is no SIU pad config register for ADC pins as such. I tried sampling other channels also, but I have the same problem. DO you have any sample ADC code with you which measures the input channels correctly. Please post here. Other than supplying VRH and VRL do we need to consider anything else at hardware level ?&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 12:48:59 GMT</pubDate>
    <dc:creator>Vikram</dc:creator>
    <dc:date>2009-06-15T12:48:59Z</dc:date>
    <item>
      <title>MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189656#M1682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;FONT face="Arial, Helvetica, sans-serif" size="2"&gt;I am developing EQADC driver software for the mpc5554 microcontroller. I am running the EQADC in single scan software mode and have written the program as per the Cook Book available in freescale site.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am encountering 2 problems :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial, Helvetica, sans-serif" size="2"&gt;1. At the same voltage the microcontroller is giving different digital values in the RFIF0 register. I am using only RFIFO0 and CFIFO0 for the ADC scanning and reading result, as per the cook book source code.&lt;BR /&gt;&lt;BR /&gt;2. At Zero Voltage as input I am getting values like 0x2edc etc even though the VRL = 0V.&lt;BR /&gt;&lt;BR /&gt;Due to this problem my application has got stuck as the adc module is not working as expected. Please help!!!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very critical for my application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 21:09:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189656#M1682</guid>
      <dc:creator>Vikram</dc:creator>
      <dc:date>2009-06-11T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189657#M1683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, first the stupid question, but only because the symptoms fit...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw a similar effect when I didn't hook the source up to the right ADC pin. Also, another stupid suggestion, make sure that your&amp;nbsp;CFPR register is loaded with the correct pin number, i.e.&amp;nbsp;EQADC.CFPR[0].R = 0x80001900 for eQADC 25.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On another note, were you able to get a successful conversion before you altered the cookbook program for your application?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 21:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189657#M1683</guid>
      <dc:creator>kylesch</dc:creator>
      <dc:date>2009-06-11T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189658#M1684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have checked that the signal is indeed connected to the right pin(Channel 2). I have not done any modiications in the cookbook code, but still the problem persists.&lt;/P&gt;&lt;P&gt;Below is the code which I am using :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;P&gt;&lt;FONT size="2"&gt;#include "mpc5554.h" /* Use proper include file like mpc5510.h, mpc5554.h, mpc563m.h */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;static uint32_t Result = 0; /* ADC conversion result */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;static uint32_t ResultInMv = 0; /* ADC conversion result in millivolts */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;void initADC0(void) {&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.CFPR[0].R = 0x80801001; /* Send CFIFO 0 a ADC0 configuration command */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;/* enable ADC0 &amp;amp; sets prescaler= divide by 2 */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.CFCR[0].R = 0x0410; /* Trigger CFIFO 0 using Single Scan SW mode */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;while (EQADC.FISR[0].B.EOQF !=1) {} /* Wait for End Of Queue flag */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.FISR[0].B.EOQF = 1; /* Clear End Of Queue flag */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;void SendConvCmd (void) {&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.CFPR[0].R = 0x80000200; /* Conversion command: convert channel&amp;nbsp;2 */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;/* with ADC0, set EOQ, and send result to RFIFO 0 */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.CFCR[0].R = 0x0410; /* Trigger CFIFO 0 using Single Scan SW mode */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;void ReadResult(void) {&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;while (EQADC.FISR[0].B.RFDF != 1){} /* Wait for RFIFO 0's Drain Flag to set */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Result = EQADC.RFPR[0].R; /* ADC result */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;ResultInMv = (uint32_t)((5000*Result)/0x3FFC); /* ADC result in millivolts */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.FISR[0].B.RFDF = 1; /* Clear RFIFO 0's Drain Flag */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EQADC.FISR[0].B.EOQF = 1; /* Clear CFIFO's End of Queue flag */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;int main(void) {&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;int i = 0; /* Dummy idle counter */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;while (1) {&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;initADC0(); /* Enable ADC0 only on eQADC */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;SendConvCmd(); /* Send one conversion command */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;ReadResult(); /* Read result */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;i++; /* Wait forever */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I am clueless about this problem.&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 14:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189658#M1684</guid>
      <dc:creator>Vikram</dc:creator>
      <dc:date>2009-06-12T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189659#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Ya, your code seems to be the same as mine.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple other things you might try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. You didn't configure the SIU register for the ADC, that shouldn't make a difference but I have spent a day trying to figure out why a PWM didn't work because of the pad configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Try sampling a different ADC channel, probably a stupid check but it might do something different which could give you a clue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Try starting a new project and pasting your code in. I have had to do this a couple times when putting together new functions, usually you can trace it some configuration, the caching configuration or LCF file for me, but a replacement can sometimes go around the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 21:02:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189659#M1685</guid>
      <dc:creator>kylesch</dc:creator>
      <dc:date>2009-06-12T21:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189660#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;@kylesh, I think there is no SIU pad config register for ADC pins as such. I tried sampling other channels also, but I have the same problem. DO you have any sample ADC code with you which measures the input channels correctly. Please post here. Other than supplying VRH and VRL do we need to consider anything else at hardware level ?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 12:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189660#M1686</guid>
      <dc:creator>Vikram</dc:creator>
      <dc:date>2009-06-15T12:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189661#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, I think that might be because the default for those pins is to be configured as an input. I have attached my test program here, as you can see it looks basically the same....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#include "MPC5554.h"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void initADC0(void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.CFPR[0].R = 0x80801001; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Send CFIFO 0 a ADC0 configuration command */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.CFCR[0].R = 0x0410; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Trigger CFIFO 0 using Single Scan SW mode */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;while (EQADC.FISR[0].B.EOQF !=1) {} /* Wait for End Of Queue flag */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.FISR[0].B.EOQF = 1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Clear End Of Queue flag */&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void SendConvCmd (void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.CFPR[0].R = 0x80001900; /* Conversion command: convert channel 25 */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* with ADC0, set EOQ, and send result to RFIFO 0 */&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.CFCR[0].R = 0x0410; &amp;nbsp; &amp;nbsp; /* Trigger CFIFO 0 using Single Scan SW mode */&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void ReadResult(void) {&lt;/P&gt;&lt;P&gt;uint32_t Result;&lt;/P&gt;&lt;P&gt;uint32_t ResultInMv;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;while (EQADC.FISR[0].B.RFDF != 1){} &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Wait for RFIFO 0's Drain Flag to set */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;Result = EQADC.RFPR[0].R; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* ADC result */ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;ResultInMv = (uint32_t)((5000*Result)/0x3FFC); &amp;nbsp;/* ADC result in millivolts */ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.FISR[0].B.RFDF = 1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Clear RFIFO 0's Drain Flag */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EQADC.FISR[0].B.EOQF = 1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Clear CFIFO's End of Queue flag */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;int main(void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;int i = 0; &amp;nbsp; /* Dummy idle counter */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; initADC0(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Enable ADC0 only on eQADC */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;while (1) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SendConvCmd(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Send one conversion command */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ReadResult(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Read result */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;i++; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Wait forever */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 19:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189661#M1687</guid>
      <dc:creator>kylesch</dc:creator>
      <dc:date>2009-06-15T19:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189662#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@kylesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The problem is rectified now. I think the problem was with the development board I was using. I replaced the old one with a new one and now things are working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am now&amp;nbsp;testing the differential adc of MPC5554. I&amp;nbsp;am using&amp;nbsp;channel AN0+ and AN0-. I am giving 5V to AN0+ and a variable potentiometer supply to AN0-. The ADC is giving steady values as I change the voltage level of AN0- and it seems to work fine.But, when I make both the AN0+ and AN0- pin as +5V, I think I should get 0x0 as the differential output, but I am getting 0x1FF1. But when I make AN0+ 5V and AN0- 0V, I get 3FFC(max value) as the differential output, which is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea, why I am not getting 0x0 when both AN0+ anf AN0- are +5V.&lt;/P&gt;&lt;P&gt;The code is the same as above, only now the channel number is 96.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 19:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189662#M1688</guid>
      <dc:creator>Vikram</dc:creator>
      <dc:date>2009-06-18T19:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189663#M1689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You gotta love when the problem is solved by replacing the HW.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am afraid that I won't be much help with the differiential conversions, we nixed them early in our design because of the range that they have; they can only read between +/- 2.5 V. &amp;nbsp;Have you tried different voltage levels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 01:21:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189663#M1689</guid>
      <dc:creator>kylesch</dc:creator>
      <dc:date>2009-06-26T01:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189664#M1690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Kylesh, The differential voltage issue also got solved. Actually, the differential analog voltage result in eQADC is as follows: Input+ Input- Result diff voltage 2.5 2.5 0x1FFC 0 1.25 3.75 0x0 -2.5 3.75 1.25 0x3FFC 2.5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ithought that the differential ADC is 0-&amp;gt;+5V, but it is -2.5-&amp;gt; +2.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2009 11:34:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189664#M1690</guid>
      <dc:creator>Vikram</dc:creator>
      <dc:date>2009-07-04T11:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EQADC - Single Scan Software Mode . Not working . Please help!!</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189665#M1691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think when we set&amp;nbsp; EQADC.CFPR[0].R = 0x80801001; then the prescaler= divide by 34 not 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;can you explain this ?why it is prescaler= divide by 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 16:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5554-EQADC-Single-Scan-Software-Mode-Not-working-Please-help/m-p/189665#M1691</guid>
      <dc:creator>zhenkun</dc:creator>
      <dc:date>2009-08-04T16:50:07Z</dc:date>
    </item>
  </channel>
</rss>

