<?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: IMXRT1176 LPADC2 Support in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487934#M20539</link>
    <description>&lt;P&gt;Im using 6 channels in ADC1 and 1 channel in ADC2. Shall we configure the same trigger to individually read all channels?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 08:00:33 GMT</pubDate>
    <dc:creator>Vignesh_S</dc:creator>
    <dc:date>2022-07-12T08:00:33Z</dc:date>
    <item>
      <title>IMXRT1176 LPADC2 Support</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487311#M20525</link>
      <description>&lt;P&gt;We used lpadc_polling example to read the data in ADC1. Its working fine.&lt;/P&gt;&lt;P&gt;But we need to read ADC2 channels for our project, If I change the base address of ADC1 with ADC2 its not working.&lt;/P&gt;&lt;P&gt;Can you please share any working example for ADC2?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 08:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487311#M20525</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2022-07-11T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 LPADC2 Support</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487819#M20534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194557"&gt;@Vignesh_S&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Just change&amp;nbsp;DEMO_LPADC_BASE definition from LPADC1 to LPADC2 is enough.&lt;/P&gt;
&lt;P&gt;I tested on RT1170 EVK, define&amp;nbsp;DEMO_LPADC_USER_CHANNEL to 4 (because LPADC2 CH0 doesn't pin out on the board). It works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 04:27:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487819#M20534</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-07-12T04:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 LPADC2 Support</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487934#M20539</link>
      <description>&lt;P&gt;Im using 6 channels in ADC1 and 1 channel in ADC2. Shall we configure the same trigger to individually read all channels?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 08:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1487934#M20539</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2022-07-12T08:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 LPADC2 Support</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1488607#M20564</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194557"&gt;@Vignesh_S&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;No, ETC has 8 ext_hwts. You have enough trig channels to both of two adc.&lt;/P&gt;
&lt;P&gt;But of course you can use one trig source to trig all 7 channel by trig chain mechanism.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 08:05:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1488607#M20564</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-07-13T08:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 LPADC2 Support</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1488839#M20569</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have a similar problem. While using the adc_etc interrupt test, just changing the ADC base doesn't work. Do i need to do more config changes?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 14:26:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1488839#M20569</guid>
      <dc:creator>Andy_h</dc:creator>
      <dc:date>2022-07-13T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 LPADC2 Support</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1489156#M20588</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DEMO_LPADC_BASE definition from LPADC1 to LPADC2, and&amp;nbsp;DEMO_LPADC_USER_CHANNEL to 4. That's all what I did on the polling example. But if you test the interrupt example, you should also modify the interrupt related code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jing&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 04:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-LPADC2-Support/m-p/1489156#M20588</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-07-14T04:46:16Z</dc:date>
    </item>
  </channel>
</rss>

