<?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 LPC845 Multiple channel ADC. in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-Multiple-channel-ADC/m-p/1984646#M57181</link>
    <description>&lt;P&gt;I am using LPC845 I want to run ADC in my application. single channel ADC working is fine and also two channel simultaneously working ok. but when I configure 3 channel I am getting problem. I stuck in (ADC_GetChannelConversionResult(ADC_Type *base, uint32_t channel, adc_result_info_t *info) this function.&lt;/P&gt;&lt;P&gt;Please help me to resolve this problem.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 10:03:41 GMT</pubDate>
    <dc:creator>emb02</dc:creator>
    <dc:date>2024-10-30T10:03:41Z</dc:date>
    <item>
      <title>LPC845 Multiple channel ADC.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-Multiple-channel-ADC/m-p/1984646#M57181</link>
      <description>&lt;P&gt;I am using LPC845 I want to run ADC in my application. single channel ADC working is fine and also two channel simultaneously working ok. but when I configure 3 channel I am getting problem. I stuck in (ADC_GetChannelConversionResult(ADC_Type *base, uint32_t channel, adc_result_info_t *info) this function.&lt;/P&gt;&lt;P&gt;Please help me to resolve this problem.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 10:03:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-Multiple-channel-ADC/m-p/1984646#M57181</guid>
      <dc:creator>emb02</dc:creator>
      <dc:date>2024-10-30T10:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845 Multiple channel ADC.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-Multiple-channel-ADC/m-p/1985152#M57189</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When you sample multiple ADC analog channel, I suggest you read the global ADC data register instead of a specific channel data register, because you do not know if the channel has been converted.&lt;/P&gt;
&lt;P&gt;Pls call the&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;bool &lt;/SPAN&gt;&lt;SPAN&gt;ADC_GetConvSeqAGlobalConversionResult&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ADC_Type&lt;/SPAN&gt;&lt;SPAN&gt; *base, &lt;/SPAN&gt;&lt;SPAN&gt;adc_result_info_t&lt;/SPAN&gt;&lt;SPAN&gt; *info)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;bool &lt;/SPAN&gt;&lt;SPAN&gt;ADC_GetConvSeqBGlobalConversionResult&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ADC_Type&lt;/SPAN&gt;&lt;SPAN&gt; *base, &lt;/SPAN&gt;&lt;SPAN&gt;adc_result_info_t&lt;/SPAN&gt;&lt;SPAN&gt; *info)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;based on you use Sequ A or Sequ B.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;Hope it can help you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;XiangJun Rong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Oct 2024 02:09:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-Multiple-channel-ADC/m-p/1985152#M57189</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-10-31T02:09:57Z</dc:date>
    </item>
  </channel>
</rss>

