<?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 S32K144 - ADC how to use more than 8 channels in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609293#M140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;Start conversion by software trigger is only possible to SC1A, to use rest of SC1n need to use for example PDB but its can trigger max 8 channels. How to use more than 8 channels by one ADC? It is possible or I need to use ADC0 and ADC1 to get more than 8 ADC channels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 07:35:43 GMT</pubDate>
    <dc:creator>arkadyosh</dc:creator>
    <dc:date>2017-01-12T07:35:43Z</dc:date>
    <item>
      <title>S32K144 - ADC how to use more than 8 channels</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609293#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;Start conversion by software trigger is only possible to SC1A, to use rest of SC1n need to use for example PDB but its can trigger max 8 channels. How to use more than 8 channels by one ADC? It is possible or I need to use ADC0 and ADC1 to get more than 8 ADC channels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 07:35:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609293#M140</guid>
      <dc:creator>arkadyosh</dc:creator>
      <dc:date>2017-01-12T07:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 - ADC how to use more than 8 channels</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609294#M141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arkadiusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 PDB modules on this device. Each PDB module has two ADC trigger channels (each ADC channel with 8 pre-triggers). So the PDB0 can start up to 16 conversions on ADC0, the PDB1 then also 16 conversions on ADC1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13068i5D910D5FD3C1C7B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 14:31:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609294#M141</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-01-17T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 - ADC how to use more than 8 channels</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609295#M142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Petr.&lt;BR /&gt;I miss in some way the second channel... I have next question, how to trigger the second channel after first complete? Can it be start without software intervention? I think I can use CH1DLY0 to start second channel after some delay or there is a better way?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Arkadiusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609295#M142</guid>
      <dc:creator>arkadyosh</dc:creator>
      <dc:date>2017-01-19T07:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 - ADC how to use more than 8 channels</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609296#M143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arkadiusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can program a delay for each pre-trigger with a help of PDB channel’s DLY register or you can use the back-to-back operation.&lt;/P&gt;&lt;P&gt;For a first case upon external trigger or SW start the PDB counter will start counting from zero to MOD value. The pre-trigger asserts when the counter is equal to DLY value. Thus you need to set the counter modulo and channels pre-triggers delay according to ADC conversion time, so the ADC will finish single conversion before next trigger came.&lt;/P&gt;&lt;P&gt;The back-to-back operation enables the ADC conversions complete to trigger the next PDB channel pre-trigger and trigger output. &amp;nbsp;Consult a RM for a possible back-to-back chain implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:18:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-ADC-how-to-use-more-than-8-channels/m-p/609296#M143</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-01-20T15:18:41Z</dc:date>
    </item>
  </channel>
</rss>

