<?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: HW trigger using LPIT in S32K</title>
    <link>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042788#M6786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Shubhendu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Unfortunately, in the ADC_PAL driver, you can only trigger one conversion per instance and if you attempt to do it the enable function will return a busy. What you could do is link the conversions channels if you want to use two different triggers and trigger different group conversions in each one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Alexis Andalon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2020 15:08:28 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-05-13T15:08:28Z</dc:date>
    <item>
      <title>HW trigger using LPIT</title>
      <link>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042785#M6783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using adcPal2 in that lpit is being used to trigger my ADC1, it is working fine but when I am using lpit trigger time less that 25us code doesn't work only one time value gets updated, but as soon as I make trigger 40us it starts working fine, currently only 1 Channel is used for the conversion.&lt;BR /&gt;Please help me to understand why is it happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 13:31:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042785#M6783</guid>
      <dc:creator>shubhendu_shukl</dc:creator>
      <dc:date>2020-05-04T13:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: HW trigger using LPIT</title>
      <link>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042786#M6784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Shubhendu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you let me know how many samples are you using per trigger conversion and the tick count waiting for the ADC_PAL module? It could be that the time it takes to sample and the waiting time is not enough to process the conversion before another trigger comes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 00:04:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042786#M6784</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-05-08T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: HW trigger using LPIT</title>
      <link>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042787#M6785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Alexis,&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am using&amp;nbsp;12 samples per trigger conversion. I have tested that the ADC is taking about 10.4 uSec For the conversion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more issue I am facing that if there are 2 HW groups of different channels in Single ADC (2 different LPIT channels for triggering ADC HW trigger ), the only the group which is triggered 1st works the other group never responds&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 05:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042787#M6785</guid>
      <dc:creator>shubhendu_shukl</dc:creator>
      <dc:date>2020-05-08T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: HW trigger using LPIT</title>
      <link>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042788#M6786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Shubhendu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Unfortunately, in the ADC_PAL driver, you can only trigger one conversion per instance and if you attempt to do it the enable function will return a busy. What you could do is link the conversions channels if you want to use two different triggers and trigger different group conversions in each one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Alexis Andalon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 15:08:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-trigger-using-LPIT/m-p/1042788#M6786</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-05-13T15:08:28Z</dc:date>
    </item>
  </channel>
</rss>

