<?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: LPC4370 ACDHS speed in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582443#M20679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sundarapandian on Thu Jun 12 19:29:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Posted a warning message informing not to use Option 2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:08:16 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:08:16Z</dc:date>
    <item>
      <title>LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582421#M20657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Fri Jan 24 09:24:01 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I set up the BASE_M4_CLK or the AHB clocks for high speed ADC?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I verify the BASE_ADCHS_CLK is running (204Mhz ) fast enough for 80Msample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the ADCHS running but the max I can sample is 2Khz.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582421#M20657</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582422#M20658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nmz787 on Fri Jan 24 14:25:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ADCHS example there's a few lines I noticed (though I haven't had much time to work with these boards yet):&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;/* HSADC clock rate used for sampling */
#define HSADC_CLOCK_RATE (80 * 1000000)&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and also &lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;/* Periodic sample rate in Hz */
#define SAMPLERATE (20)&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was playing with different values for &lt;/SPAN&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;SAMPLERATE&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt; since the LED blinks when a sample is taken (I believe that's how it was), and I could see different values would make the LED change blink rate... so I think that's what I'd try first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or maybe you're starting with the LabTool code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582422#M20658</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582423#M20659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Fri Jan 24 16:52:10 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The SAMPLERATE is used to set a timer to send a software trigger to the ADCHS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WhenI view the fADC clock it is at 12Mhz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;freq = Chip_Clock_GetRate(CLK_ADCHS);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I single step through the code that sets up the clocking but it start to do the right thing. It hard to trace with the EXPResso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No sure why but it looks like it&amp;nbsp; can't find a free&amp;nbsp; divider. The code is very hard to follow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have the LabTool code,( Where can I find it?) just using the 'periph_hsadc.c' example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582423#M20659</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582424#M20660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nmz787 on Sun Jan 26 15:38:40 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you have &lt;/SPAN&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;HSADC_CLOCK_RATE&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt; defined as?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LabTool code is available here (they also have the compiled firmware which you can load with LPC LInk2 Config Tool), it's a Keil MDK project, but the free/lite version of Keil MDK won't link the compiled code, as it's greater than the 32kb limit the lite version provides. I haven't had time, but I plan to get the LabTool code running in LPCXpresso next.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fembeddedartists%2Flabtool" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/embeddedartists/labtool&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Binaries (firmware and GUI application):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.embeddedartists.com%2Fproducts%2Fapp%2Flabtool.php" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.embeddedartists.com/products/app/labtool.php&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582424#M20660</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582425#M20661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Mon Jan 27 06:36:36 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it set to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;* HSADC clock rate used for sampling */
#define HSADC_CLOCK_RATE (80 * 1000000)&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This shows the timer1 clock is 204Mhz:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;//Chip_Clock_GetRate(CLK_MX_TIMER1)
&amp;nbsp; int freq = Chip_Clock_GetRate(CLK_MX_TIMER1);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This shows the fADC is 12Mhz:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;//Chip_Clock_GetRate(CLK_ADCHS)
&amp;nbsp; freq = Chip_Clock_GetRate(CLK_ADCHS);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582425#M20661</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582426#M20662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wellsk on Mon Jan 27 10:53:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The periph_hsadc example needs to work on multiple boards and those boards all have different clock setups. The example, with it's complex clock setup, tries to work on all those boards by determing at run-time what the clock tree looks like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in reality, the HSADC clock structure is very simple and can be setup by directly setting the HSADC base clock with this one function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;Chip_Clock_SetBaseClock(CLK_BASE_ADCHS, &amp;lt;SOME CLOCK INPUT&amp;gt;, true, false);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can attach the HSADC base clock to any of the following clock inputs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;/**
 * @brief CGU clock input list
 * These are possible input clocks for the CGU and can come
 * from both external (crystal) and internal (PLL) sources. These
 * clock inputs can be routed to the base clocks (@ref CHIP_CGU_BASE_CLK_T).
 */
typedef enum CHIP_CGU_CLKIN {
CLKIN_32K,/*!&amp;lt; External 32KHz input */
CLKIN_IRC,/*!&amp;lt; Internal IRC (12MHz) input */
CLKIN_ENET_RX,/*!&amp;lt; External ENET_RX pin input */
CLKIN_ENET_TX,/*!&amp;lt; External ENET_TX pin input */
CLKIN_CLKIN,/*!&amp;lt; External GPCLKIN pin input */
CLKIN_RESERVED1,
CLKIN_CRYSTAL,/*!&amp;lt; External (main) crystal pin input */
CLKIN_USBPLL,/*!&amp;lt; Internal USB PLL input */
CLKIN_AUDIOPLL,/*!&amp;lt; Internal Audio PLL input */
CLKIN_MAINPLL,/*!&amp;lt; Internal Main PLL input */
CLKIN_RESERVED2,
CLKIN_RESERVED3,
CLKIN_IDIVA,/*!&amp;lt; Internal divider A input */
CLKIN_IDIVB,/*!&amp;lt; Internal divider B input */
CLKIN_IDIVC,/*!&amp;lt; Internal divider C input */
CLKIN_IDIVD,/*!&amp;lt; Internal divider D input */
CLKIN_IDIVE,/*!&amp;lt; Internal divider E input */
CLKINPUT_PD/*!&amp;lt; External 32KHz input */
} CHIP_CGU_CLKIN_T;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;This shows the fADC is 12Mhz:&lt;BR /&gt;&lt;BR /&gt;//Chip_Clock_GetRate(CLK_ADCHS)&lt;BR /&gt;&amp;nbsp; freq = Chip_Clock_GetRate(CLK_ADCHS);&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are getting 12Mhz from the HSADC peripheral clock read functions, your base clock is likely the 12MHz IRC or external oscillator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You will have to work a little bit to get an exact 80Mhz to the HSADC. The easiest way to do it would be to setup the audio PLL to 80MHz and use it as HSADC base clock. This would require you to use the tool at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Faudio-pll-settings-calculation-tool" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/audio-pll-settings-calculation-tool&lt;/A&gt;&lt;SPAN&gt; to get the audio PLL coefficients with the audio PLL setup functions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some other possibilities that won't give you an exact 80MHz: There are 5 possible dividers in the 18xx/43xx you can use, but some of these might be used for other functions (ie, board setup code normally uses divider E for SPIFI clocking setup). If setting up a divider causes the system to crash, try using another divider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 1: Connect the 204MHz main PLL to a divider input, set the divider to 3, and use the divider for the HSADC base clock. Gives 204 / 3 = 68Mhz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just make sure you aren't using those dividers for anything else!&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;Chip_Clock_SetDivider(CLK_IDIV_A, CLKIN_MAINPLL, 3); /* Setup divider A for main PLL rate divided by 3 */
Chip_Clock_SetBaseClock(CLK_BASE_ADCHS, CLKIN_IDIVA, true, false); /* HSADC base clock = divider A input */
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;[WARNING: DO NOT USE THE OPTION 2 SEE POSTS BELOW FOR MORE INFORMATION]&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 2: Use the USB PLL rate (typically 480MHz) with a divide by 6 to get 80MHz. (Note different dividers have different maximum divider values)&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;Chip_USB0_Init(); /* Sets USB PLL to 480Mhz */
Chip_Clock_SetDivider(CLK_IDIV_D, CLKIN_USBPLL, 6); /* Setup divider D for USB PLL rate divided by 6 */
Chip_Clock_SetBaseClock(CLK_BASE_ADCHS, CLKIN_IDIVD, true, false); /* HSADC base clock = divider D input */&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the Chip_Clock_GetRate(CLK_ADCHS) to get the clock rate the HSADC is currently running at regardless of clock tree configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582426#M20662</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582427#M20663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Mon Jan 27 14:03:07 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried option 2 and&amp;nbsp; Chip_Clock_GetRate(CLK_ADCHS) shows as 20Mhz which is better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do some more debugging to see why..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I won;t to use a external clock can that be done?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582427#M20663</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582428#M20664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Wed Jan 29 18:42:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Using option 2 got the USB0 clock to report 480 MHz but the ADCHS reports 60 MHz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I not sure how to setup the PLL's. I ran the PLL_diaglog and got the values for the mdec,ndec,pdec seli and etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I just need to write them to the proper register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With 60Mhz ADCHS clock I did get the HSADC to capture data, I was able to capture and verify a 500khz 75/25 duty cycle square wave.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any faster shows missing samples which maybe because I am not using the DAM to transfer the FIFO to memory but a simple copy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I find the header file for setting up the DMA? I have the UM10503.pdf which show the registers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582428#M20664</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582429#M20665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akmarov on Thu Jan 30 03:39:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: dmorse&lt;/STRONG&gt;&lt;BR /&gt;.... I did get the HSADC to capture data, I was able to capture and verify a 500khz 75/25 duty cycle square wave.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How you did get HSADC to capture data? Can you provide a code to get data from HSADC?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582429#M20665</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582430#M20666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Thu Jan 30 09:57:15 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have modified the hsadc.c file in the periph_hsadc folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is my version of the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It uses the uart2 on J3 of the LPC4370 .target LPC=Link3 board. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pin 14 on J3 the connector is user to test the timer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the 'hsadc.c line 57 and 58:&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;captureCount = 1000;// capture this many data points * 2
matchV = 0xa;//Descriptor match value; sampling rate divider&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Simple commands&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[list=1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]'a' to capture data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]'b' to print data to uart2 at 115200 baud&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]'C' to clear data array for new capture&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using putty I capture the data and import it to excel then plot it to verify the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I just need to figure out how to us the DMA (right now I just copy from the FIFO's to a memory array) and set the clock for 80M samples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have a something on the DMA?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582430#M20666</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582431#M20667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sundarapandian on Thu Jan 30 11:53:07 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;I tried option 2 and Chip_Clock_GetRate(CLK_ADCHS) shows as 20Mhz which is better.&lt;BR /&gt;I do some more debugging to see why..&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you might not be getting 20 MHz you will be getting 2MHz, as the only divider that can be sourced from USB0PLL is Divider A (Max divider value supported by DIV_A is 4), if you attempt to source others [DIV_B to DIV_D] from USB0PLL it will default to IRC (12MHz). Hence you will get "IRC CLK"/6 as the output. To get 80 MHz you can try the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
Chip_USB0_Init(); /* Initialize the USB0 PLL to 480 MHz */
Chip_Clock_SetDivider(CLK_IDIV_A, CLKIN_USBPLL, 2); /* Source DIV_A from USB0PLL, and set divider to 2 (Max div value supported is 4)&amp;nbsp; [IN 480 MHz; OUT 240 MHz */
Chip_Clock_SetDivider(CLK_IDIV_B, CLKIN_IDIVA, 3); /* Source DIV_B from DIV_A, [IN 240 MHz; OUT 80 MHz */
Chip_Clock_SetBaseClock(CLK_BASE_ADCHS, CLKIN_IDIVB, true, false); /* Source ADHCS base clock from DIV_B */
Chip_Clock_EnableOpts(CLK_ADCHS, true, true, 1); /* Enable the clock */
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582431#M20667</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582432#M20668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Thu Jan 30 12:59:37 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks you, That worked I now have ADCHS clock = 80MHz.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582432#M20668</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582433#M20669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nmz787 on Fri Jan 31 00:18:05 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad to see you're making progress!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LabTool code uses DMA, though they're using USB (the driver is provided by NXP, and the GUI source is provided too, with instructions for how to build on Windows. GUI readme:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fembeddedartists%2Flabtool%2Fblob%2Fmaster%2Fapp%2FCOMPILE.md" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/embeddedartists/labtool/blob/master/app/COMPILE.md&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wow and there's even a lookup table for the PLL frequencies;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fembeddedartists%2Flabtool%2Fblob%2Fmaster%2Ffw%2Fprogram%2Fsource%2Fcapture.c%23L115" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/embeddedartists/labtool/blob/master/fw/program/source/capture.c#L115&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the DMA IRQ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fembeddedartists%2Flabtool%2Fblob%2Fmaster%2Ffw%2Fprogram%2Fsource%2Fcapture_vadc.c%23L198" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/embeddedartists/labtool/blob/master/fw/program/source/capture_vadc.c#L198&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the DMA setup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fembeddedartists%2Flabtool%2Fblob%2Fmaster%2Ffw%2Fprogram%2Fsource%2Fcapture_vadc.c%23L468" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/embeddedartists/labtool/blob/master/fw/program/source/capture_vadc.c#L468&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Searching the labtool/fw/program directory with &lt;/SPAN&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;grep -r DMA ./ |grep -v \.h |cut -d':' -f 1|uniq&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt; outputs this list of files that refer to DMA (not including .h files, that's what the grep -v \.h gets rid of):&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
./sct/sct_fsm.c
./source/capture_sgpio.c
./source/capture_vadc.c
./source/generator_sgpio.c
./source/main.c
./source/startup_LPC43xx.s
./uVision/Internal_SRAM/firmware.map
./uVision/Internal_SRAM/startup_lpc43xx.lst
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best of luck, let us know when you get somewhere! I wish I had more time to program these days, but glad to help pull data together for others! When my class ends in a few months I'll be able to get to programming more!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582433#M20669</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582434#M20670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akmarov on Fri Jan 31 07:11:45 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;dmorse, I can't compile the project with your modified hsadc.c in Keil 4.73. I've got 14 errors, all looks like this:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#268: declaration may not appear after executable statement in block char countC[32] = "";/// &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582434#M20670</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582435#M20671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Fri Jan 31 08:49:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This was done in the LPCXpresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;char countC[32} = "";&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;This just creates a null string the size of 32 chars;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did it this way because I could figure out how to declare a string in C.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is C not CPP..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582435#M20671</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582436#M20672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akmarov on Fri Jan 31 12:14:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to compile your code and load it in microcontroller, but I don't understand what HSADC input do you use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582436#M20672</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582437#M20673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dmorse on Fri Jan 31 14:19:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I used ADC0 and ADC3 as differential.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;J4 pin 4 as the Pos input and J4 pin 10 as Neg input. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582437#M20673</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582438#M20674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akmarov on Fri Jan 31 16:10:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Really? I've viewed the code that you gave to me earlier (&lt;/SPAN&gt;&lt;A href="http://http://www.lpcware.com/system/files/hsadc_0.c" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/system/files/hsadc_0.c&lt;/A&gt;&lt;SPAN&gt;) and found this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;/* Select both positive and negative DC biasing for input 3 */
Chip_HSADC_SetACDCBias(LPC_ADCHS, 1, HSADC_CHANNEL_NODCBIAS, HSADC_CHANNEL_NODCBIAS);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;but this is not related to input 3, it is related to input 1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582438#M20674</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582439#M20675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akmarov on Sat Feb 01 09:20:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally I've got some adequate results. ADCHS clock is 80MHz, but sample rate is only 40Msps, not 80Msps as I expected. Every time I've tried to set SAMPLERATE to values more than 4000000 - UART stopped working. Is it real to get 80Msps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've added my version of hsadc.c . It is just a composition of what &lt;/SPAN&gt;&lt;STRONG&gt;dmorse&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;sundarapandian&lt;/STRONG&gt;&lt;SPAN&gt; have done, and it can be compiled in Keil 4.73 without errors. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582439#M20675</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ACDHS speed</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582440#M20676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nmz787 on Sat Feb 01 21:18:36 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;well max CPU clock is 204 MHz, right? Can you try setting the ADC clock to 160MHz or something around there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ACDHS-speed/m-p/582440#M20676</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:14Z</dc:date>
    </item>
  </channel>
</rss>

