<?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 ADCHS Limit Input voltage in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440981#M48448</link>
    <description>&lt;P&gt;Thanks for your kind reply.&lt;/P&gt;&lt;P&gt;Summarizing the answers&lt;/P&gt;&lt;P&gt;1. What you mean is that 3.3V input is possible.&lt;BR /&gt;2. ADCHS output result is converted based on ADCHS_NEG pin.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 03:46:10 GMT</pubDate>
    <dc:creator>haksookim1</dc:creator>
    <dc:date>2022-04-08T03:46:10Z</dc:date>
    <item>
      <title>LPC4370 ADCHS Limit Input voltage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440865#M48445</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I'm using ADCHS from LPC4370.&lt;/STRONG&gt;&lt;BR /&gt;I have a question because the ADC port is damaged during long-term use.&lt;/P&gt;&lt;P&gt;Circuit/Situation Description&lt;BR /&gt;&amp;nbsp; 1.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Used as Vin neg pin output&lt;/STRONG&gt;.&lt;BR /&gt;&amp;nbsp; 2.&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I checked the data sheet. ( 3.3V Max)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; 3. Noise is generated in ADCHS(1~3) as mux operation waveform&lt;/P&gt;&lt;P&gt;In the datasheet, the ADC input voltage limit is set to 3.3V and is being used.&lt;BR /&gt;The circuit I am using is&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; ADCHS0 ( max Input voltage&amp;nbsp; 3.3V)&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; ADCHS1 ( max Input voltage&amp;nbsp; 1.2V)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; ADCHS2 ( max Input voltage&amp;nbsp; 1.2V)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; ADCHS3 ( max Input voltage&amp;nbsp; 1.2V)&lt;/STRONG&gt;&lt;BR /&gt;and the problem seems to occur when ADCHS1~3 periodically generate noise and ADCHS0 inputs at 3.3V level.&lt;/P&gt;&lt;P&gt;I am asking a question based on the above.&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1. What is the maximum input voltage when using ADCHS (12bit ADC)?&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;2. If there is no problem with the input voltage, how can the phenomenon that the Mux operation waveform interferes be eliminated?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 23:34:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440865#M48445</guid>
      <dc:creator>haksookim1</dc:creator>
      <dc:date>2022-04-07T23:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ADCHS Limit Input voltage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440927#M48446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Regarding the absolute voltage of the high speed ADC analog channel ADCHS_x for LPC4370, it is dependent on the ADCHS_NEG pin setting.&lt;/P&gt;
&lt;P&gt;When you set the DCINNEG bit in POWER_CONTROL register, the ADCHS_NEG pin is clamped at 0.5V, all analog channel&amp;nbsp; ADCHS_x pin voltage must be in the range from 100mV to 900mV.&lt;/P&gt;
&lt;P&gt;When the clear the DCINNEG bit in POWER_CONTROL register, the ADCHS_NEG pin is an input pin, the voltage of ADCHS_NEG pin can be from 400mV to 800mV, all analog channel&amp;nbsp; ADCHS_x pin voltage must be fluctuating in the range from 400mV to 900mV&amp;nbsp; based on the ADCHS_NEG pin voltage at middle point. In the case, the required ADCHS_x pin voltage is in the range:&lt;/P&gt;
&lt;P&gt;(voltage of ADCHS_NEG pin)-400mV&amp;lt; ADCHS_x pin voltage &amp;lt;(voltage of ADCHS_NEG pin)+400mV&lt;/P&gt;
&lt;P&gt;Assume you set the voltage of ADCHS_NEG pin as 800mV, the ADCHS_x pin voltage must be greater than 400mV, less than 1200mV.&lt;/P&gt;
&lt;P&gt;Assume you set the voltage of ADCHS_NEG pin as 400mV, the ADCHS_x pin voltage must be greater than 0mV, less than 800mV.&lt;/P&gt;
&lt;P&gt;For detailed information, pls refer to section 13.9 12-bit ADCHS input selection in data sheet of LPC4370.&lt;/P&gt;
&lt;P&gt;In any case, the 3.3V is NOT allowed to impress to the analog pin.&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 02:16:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440927#M48446</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-04-08T02:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ADCHS Limit Input voltage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440981#M48448</link>
      <description>&lt;P&gt;Thanks for your kind reply.&lt;/P&gt;&lt;P&gt;Summarizing the answers&lt;/P&gt;&lt;P&gt;1. What you mean is that 3.3V input is possible.&lt;BR /&gt;2. ADCHS output result is converted based on ADCHS_NEG pin.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 03:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1440981#M48448</guid>
      <dc:creator>haksookim1</dc:creator>
      <dc:date>2022-04-08T03:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 ADCHS Limit Input voltage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1441057#M48450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Q1. What you mean is that 3.3V input is possible.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;Pls read my last reply carefully, I never say it is possible to connect 3.3V voltage to the analog pin ADCHS_x.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Q2. ADCHS output result is converted based on ADCHS_NEG pin.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;The answer is yes, the ADC sample/convert the voltage difference between ADCHS_x pin and the ADCHS_NEG and get the digital result.&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 06:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-ADCHS-Limit-Input-voltage/m-p/1441057#M48450</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-04-08T06:38:12Z</dc:date>
    </item>
  </channel>
</rss>

