<?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>LPC MicrocontrollersのトピックAD0 in BURST mode on LPC1347 - Query</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/AD0-in-BURST-mode-on-LPC1347-Query/m-p/526071#M8704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mathseng on Wed Jan 08 20:51:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the ADC project from "LPCXpresso Example Projects and CMSIS library for LPC1315_16_17_45_46_47&amp;nbsp; 2013-01-16 17:57&amp;nbsp; v1.01" (from this site - LPC13xx Software Downloads)&amp;nbsp; and am getting differing results for AD0 when using Polled and Burst mode conversion, with the Burst mode AD0 value being definitely incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using BURST mode, I am getting results similar to the value in "some other ADC", and the value varies depending on the number of other ADC inputs I am converting. AD1..AD7 (excluding AD4 - used for SWDIO) all give consistent and apparently correct values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When using POLLED or POLLED Interrupt mode, I get consistent and apparently correct values for ALL ADC inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else met this issue? If so, have you solved it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Note: this code does not use the GDR, so complies with Errata doc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso LPC1347 Rev A.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protoboard with a number of 2k potentiometers (plus other components to make a simulator for my project)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso IDE 5.x - 6.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adc.h: ADC_INTERRUPT_FLAG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adc.h BURST_MODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;adctest.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;remove "while 1" from test blocks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( OverRunCounter != 0 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;adctest.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;changed uart inclusions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#if ADC_DEBUG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//#include "uart.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define UARTSend(x, j)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define UARTInit(x)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:59:03 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:59:03Z</dc:date>
    <item>
      <title>AD0 in BURST mode on LPC1347 - Query</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AD0-in-BURST-mode-on-LPC1347-Query/m-p/526071#M8704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mathseng on Wed Jan 08 20:51:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the ADC project from "LPCXpresso Example Projects and CMSIS library for LPC1315_16_17_45_46_47&amp;nbsp; 2013-01-16 17:57&amp;nbsp; v1.01" (from this site - LPC13xx Software Downloads)&amp;nbsp; and am getting differing results for AD0 when using Polled and Burst mode conversion, with the Burst mode AD0 value being definitely incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using BURST mode, I am getting results similar to the value in "some other ADC", and the value varies depending on the number of other ADC inputs I am converting. AD1..AD7 (excluding AD4 - used for SWDIO) all give consistent and apparently correct values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When using POLLED or POLLED Interrupt mode, I get consistent and apparently correct values for ALL ADC inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else met this issue? If so, have you solved it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Note: this code does not use the GDR, so complies with Errata doc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso LPC1347 Rev A.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protoboard with a number of 2k potentiometers (plus other components to make a simulator for my project)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso IDE 5.x - 6.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adc.h: ADC_INTERRUPT_FLAG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adc.h BURST_MODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;adctest.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;remove "while 1" from test blocks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( OverRunCounter != 0 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;adctest.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;changed uart inclusions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#if ADC_DEBUG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//#include "uart.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define UARTSend(x, j)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define UARTInit(x)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AD0-in-BURST-mode-on-LPC1347-Query/m-p/526071#M8704</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:59:03Z</dc:date>
    </item>
  </channel>
</rss>

