<?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 HW normal conversion and HW injected conversion for the same adc instance in S32K</title>
    <link>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1711470#M26469</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to have on a adc instance:?&lt;/P&gt;&lt;P&gt;* one group that have a hw trigger source and conversion type injected&lt;/P&gt;&lt;P&gt;* one group that have hw trigger source and conversion type normal&lt;/P&gt;&lt;P&gt;I have tried this but only the first group that is setup is actually started. If I use injected conversion type for both groups both are started, but this is not preferred as I want to make sure the first group always will start conversion directly when triggered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Olof&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 12:21:14 GMT</pubDate>
    <dc:creator>olof1</dc:creator>
    <dc:date>2023-08-25T12:21:14Z</dc:date>
    <item>
      <title>HW normal conversion and HW injected conversion for the same adc instance</title>
      <link>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1711470#M26469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to have on a adc instance:?&lt;/P&gt;&lt;P&gt;* one group that have a hw trigger source and conversion type injected&lt;/P&gt;&lt;P&gt;* one group that have hw trigger source and conversion type normal&lt;/P&gt;&lt;P&gt;I have tried this but only the first group that is setup is actually started. If I use injected conversion type for both groups both are started, but this is not preferred as I want to make sure the first group always will start conversion directly when triggered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Olof&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 12:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1711470#M26469</guid>
      <dc:creator>olof1</dc:creator>
      <dc:date>2023-08-25T12:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: HW normal conversion and HW injected conversion for the same adc instance</title>
      <link>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1713244#M26568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, it is possible to do both HW triggered normal and injection chain conversions on the same instance.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1713244#M26568</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-08-29T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: HW normal conversion and HW injected conversion for the same adc instance</title>
      <link>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1713868#M26607</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I can't get it to work. HW injected and SW normal works, but not HW injected and HW normal. Only the first group I enable by calling Adc_EnableHardwareTrigger() is actually doing conversion, so I can start either the HW injected group or the HW normal group, depending on which I enable first. I tried to find where in Adc_EnableHardwareTrigger() the enabling fails, and it seem to fail in Adc_ValidateNotBusyEnableHwTrig() where this comment is&lt;BR /&gt;/* It's possible to run (normal HW - injected SW) or (injected HW - normal SW) combination */&lt;/P&gt;&lt;P&gt;As I can get both groups (HW injected or HW normal) to start conversion by changing the order I call Adc_EnableHardwareTrigger() I think they are setup correctly? Do I need to do something special to get them both to start conversion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Olof&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:27:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1713868#M26607</guid>
      <dc:creator>olof1</dc:creator>
      <dc:date>2023-08-30T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: HW normal conversion and HW injected conversion for the same adc instance</title>
      <link>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1716342#M26740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tried it on the EVB using debugger directly, so set/enable few channels for normal and injected conversions and enable HW triggers to start it. I used eMIOS channels as those HW triggers and both triggered conversions started repeatedly. I saw no issue here, seems it worked as stated in the RM.&lt;BR /&gt;Unfortunately I do not know HLD drivers a lot, so lets wait for feedback from SW team handling your previous question on;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/S32K344-use-both-hw-normal-and-hw-injected-trigger-for-an-ADC/td-p/1709109" target="_blank"&gt;https://community.nxp.com/t5/S32K/S32K344-use-both-hw-normal-and-hw-injected-trigger-for-an-ADC/td-p/1709109&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 08:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HW-normal-conversion-and-HW-injected-conversion-for-the-same-adc/m-p/1716342#M26740</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-09-04T08:28:02Z</dc:date>
    </item>
  </channel>
</rss>

