<?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のトピックRe: LPC1830 ADC specs</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847150#M33720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;XiangJun,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;According to the Ri formula and your comment,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I think the&amp;nbsp;sampling frequency only could be bigger than 400k&amp;nbsp;&lt;SPAN&gt;samples/s, but sample code shows it could be changed under 400K samples/s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN&gt;else if (bufferUART == 'o') {&lt;BR /&gt; _bitRate -= _bitRate &amp;gt; 0 ? 1000 : 0;&lt;BR /&gt; Chip_ADC_SetSampleRate(_LPC_ADC_ID, &amp;amp;ADCSetup, _bitRate);&lt;BR /&gt; DEBUGOUT("Rate : %d Sample/s - Accuracy : %d bit \r\n", _bitRate, 10 - _bitAccuracy);&lt;BR /&gt; }&lt;BR /&gt; else if (bufferUART == 'p') {&lt;BR /&gt; _bitRate += _bitRate &amp;lt; 400000 ? 1000 : 0;&lt;BR /&gt; Chip_ADC_SetSampleRate(_LPC_ADC_ID, &amp;amp;ADCSetup, _bitRate);&lt;BR /&gt; DEBUGOUT("Rate : %d Sample/s - Accuracy : %d bit \r\n", _bitRate, 10 - _bitAccuracy);&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&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;Ray&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2020 08:59:36 GMT</pubDate>
    <dc:creator>rayliao</dc:creator>
    <dc:date>2020-04-10T08:59:36Z</dc:date>
    <item>
      <title>LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847139#M33709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm checking an ADC specs of LPC1830 and&amp;nbsp;I have some questions as blew;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is a Ri?&amp;nbsp; The Ri is not shown in "Fig 40. ADC interface to pins" of datasheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. What is the relationship between Rvsi and Ri?&lt;/P&gt;&lt;P&gt;3. What was a calculation process of "Rvsi = 1/(7 x fclk(adc) x Cia)"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Are there any documents which explain a detailed block diagram of ADC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yoshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 09:36:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847139#M33709</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2018-12-07T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847140#M33710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Okada,&lt;/P&gt;&lt;P&gt;I suggest you can refer to section 3.1 Input Impedance in an1974.pdf, although it talks about DSC, I think is applies for the ADC of LPC family, because the ADC mechanism is the same.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 06:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847140#M33710</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2018-12-10T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847141#M33711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. I read the section 3.1 and 3.2 of AN1974 however it is still unclear.&lt;/P&gt;&lt;P&gt;Would you mind to answer to my questions as below;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;1. What is a Ri?&amp;nbsp; The Ri is not shown in "Fig 40. ADC interface to pins" of datasheet.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp; Ri is calculated with ADC clock rate in AN1974. On the other hand, Ri is calculated with sampling frequency in LPC1830 data sheet.&amp;nbsp; Is the Ri in AN1974 same to Ri in LPC1830 data sheet?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;2. What is the relationship between Rvsi and Ri?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;3. What was a calculation process of "Rvsi = 1/(7 x fclk(adc) x Cia)"?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Best regards&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Yoshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 14:23:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847141#M33711</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2018-12-11T14:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847142#M33712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; Okada,&lt;/P&gt;&lt;P&gt;As you know that the ADC converter has a SAMPLE/HOLD capacitor called Cia in the data sheet of LPC1830, there are two stage for the SAMPLE/HOLD circuit, the first stage is sampling stage, in the stage, the external input source charges the Cia capacitor, assume we charge the cap with a voltage source, the voltage source voltage is Vsample, the current is assumed as Isample, we can get a resistor by Vsample/Isample, the resistor is Rvsi. After the charging stage is over, the cap has been charged to a voltage which is equals to the external voltage source, the sampling switch is turned off, the cap will HOLD the voltage, the ADC will convert the voltage, at the time, the resistor is Ri.&lt;/P&gt;&lt;P&gt;&amp;nbsp;So the Rvsi is more important than the Ri.&lt;/P&gt;&lt;P&gt;In conclusion, you have to meet the requirement of the Rs value as Fig 40, Rs is the external tested voltage output impedance, so if your external tested voltage output impedance is larger than the calculated Rs, an analog buffer based on OP AMP is required.&lt;/P&gt;&lt;P&gt;This is only my opinion, hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&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" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69235iA8C695C3B985F034/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 08:32:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847142#M33712</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2018-12-12T08:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847143#M33713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xiangjun,&lt;/P&gt;&lt;P&gt;Thank you for your explanation. I'm starting to understand. In order to deepen my understanding, let me make sure two more things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Rvsi = 1/(7 x fclk(adc) x Cia). In this equation, what is the '7' ? I referred AN1974, however, there was no information about coefficient.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; In the LPC1830 datasheet, max&amp;nbsp;value of Ri is defined as 1.2 Mohm. And, Ri is also calculated using following formula.&amp;nbsp; Cia is upto 2pF and fs is upto 400K/samples. With these condition, Ri is about 1.25 Mohm. I think that the value "1.2 Mohm" is not max value but min value because Ri is inversely proportional to fs. Is my understanding correct?&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69860i95499CD2FACD8C47/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yoshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 02:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847143#M33713</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2018-12-14T02:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847144#M33714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yoshi,&lt;/P&gt;&lt;P&gt;This is the design team reply, I copy the reply here:&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;Rvsi is related to the output resistance of the voltage source (Rs) during the ADC0/1. This mean Rs should be &amp;lt; Rvsi.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;Ri is the input resistance that appears across the Rs, which will contribute to the accuracy of the ADC measurement.&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;As an example, you have a resistor divider to get 30V down to 3V at ADC input, using R1 = 18k and R2 = 2k ohm&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;This mean Rs &amp;nbsp;= 1.8k ohmn (R1 in parallel with R2).&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;The input resistance (1.2MΩ) appears in parallel with your lower divider resistor (2k ohm) so it will appear as 1.9967kΩ, giving a worst-case error of 0.165%.&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Calibri',sans-serif; color: black;"&gt;Assuming&amp;nbsp;that you are using 1% tolerance resistors, then the error from the input resistance of the A/D converter will be less than the error contribution from the resistor tolerance; and probably better than the tolerance on your reference voltage (VDDA), which is your 3.3V supply voltage.&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" colspan="3"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 02:42:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847144#M33714</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-01-08T02:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847145#M33715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood the relationship between Ri and Rvsi. Thank you for your support.&lt;/P&gt;&lt;P&gt;Could you please continue to check the remaining questions as below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;1.&amp;nbsp; Rvsi = 1/(7 x fclk(adc) x Cia). In this equation, what is the '7' ? I referred AN1974, however, there was no information about coefficient.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;2.&amp;nbsp; In the LPC1830 datasheet, max&amp;nbsp;value of Ri is defined as 1.2 Mohm. And, Ri is also calculated using following formula.&amp;nbsp; Cia is upto 2pF and fs is upto 400K/samples. With these condition, Ri is about 1.25 Mohm. I think that the value "1.2 Mohm" is not max value but min value because Ri is inversely proportional to fs. Is my understanding correct?&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/71958iA89F3CEACE223236/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yoshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847145#M33715</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2019-01-08T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847146#M33716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yoshi,&lt;/P&gt;&lt;P&gt;sorry for the delay.&lt;/P&gt;&lt;P&gt;This is the reply from Design team:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;The '7' is related to the time constant required for an RC circuit to settle. It means the time should be sufficient to ensure the Cia is charged enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;The 1.2Mohm is the max not&amp;nbsp;min. The 400ksamples/s is the&amp;nbsp;min which can be configured. The fs can only&amp;nbsp;be set to the bigger with the resolution being&amp;nbsp;set to the lower.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Xiangjun Rong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23694i8F0E2AA73ADF2FDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847146#M33716</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-01-29T08:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847147#M33717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi XiangJun,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;The 400ksamples/s is the&amp;nbsp;min which can be configured.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;According to the datasheet, the sampling frequency&amp;nbsp;is upto 400k samples/s when an accuracy&amp;nbsp;is 10 bit resolution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="color: #51626f;"&gt;That means the 400k samples/s is only available sampling frequency&amp;nbsp;for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;10 bit resolution.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;Is my understanding correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;Yoshi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:03:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847147#M33717</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2019-01-30T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847148#M33718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Yoshi,&lt;/P&gt;&lt;P&gt;I think You are right that "&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;According to the datasheet, the sampling frequency&amp;nbsp;is upto 400k samples/s when an accuracy&amp;nbsp;is 10 bit resolution&lt;/SPAN&gt;", in other words, in the 10 bits resolution, the ADC maximum sampling frequency is 400KHz.&lt;/P&gt;&lt;P&gt;For the line "&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64000i586D712C877F8B1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;based on the above formula and 400KHz maximum sampling frequency and 2pF capacitor, so I agree with you that 1.2Mohm Ri is the minimum value rather than maximum only at the condition 10 bits resolution.&lt;/P&gt;&lt;P&gt;If user uses less bits resolution, the sampling frequency will be higher, the Ri will be less. The design team considers the less ADC resolution condition.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 07:22:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847148#M33718</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-01-31T07:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847149#M33719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I understood this topic very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Yoshi.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 10:16:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847149#M33719</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2019-01-31T10:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 ADC specs</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847150#M33720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;XiangJun,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;According to the Ri formula and your comment,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I think the&amp;nbsp;sampling frequency only could be bigger than 400k&amp;nbsp;&lt;SPAN&gt;samples/s, but sample code shows it could be changed under 400K samples/s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN&gt;else if (bufferUART == 'o') {&lt;BR /&gt; _bitRate -= _bitRate &amp;gt; 0 ? 1000 : 0;&lt;BR /&gt; Chip_ADC_SetSampleRate(_LPC_ADC_ID, &amp;amp;ADCSetup, _bitRate);&lt;BR /&gt; DEBUGOUT("Rate : %d Sample/s - Accuracy : %d bit \r\n", _bitRate, 10 - _bitAccuracy);&lt;BR /&gt; }&lt;BR /&gt; else if (bufferUART == 'p') {&lt;BR /&gt; _bitRate += _bitRate &amp;lt; 400000 ? 1000 : 0;&lt;BR /&gt; Chip_ADC_SetSampleRate(_LPC_ADC_ID, &amp;amp;ADCSetup, _bitRate);&lt;BR /&gt; DEBUGOUT("Rate : %d Sample/s - Accuracy : %d bit \r\n", _bitRate, 10 - _bitAccuracy);&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&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;Ray&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2020 08:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-ADC-specs/m-p/847150#M33720</guid>
      <dc:creator>rayliao</dc:creator>
      <dc:date>2020-04-10T08:59:36Z</dc:date>
    </item>
  </channel>
</rss>

