<?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>S32KのトピックS32K116_ Multiple ADC channel with SW trigger?</title>
    <link>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829291#M3230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the S32K116 part Supports multiple ADC channel conversion with SW trigger using SC1A?&lt;A href="https://community.nxp.com/space/11492"&gt;S32K&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2018 16:19:37 GMT</pubDate>
    <dc:creator>anandpalani</dc:creator>
    <dc:date>2018-06-28T16:19:37Z</dc:date>
    <item>
      <title>S32K116_ Multiple ADC channel with SW trigger?</title>
      <link>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829291#M3230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the S32K116 part Supports multiple ADC channel conversion with SW trigger using SC1A?&lt;A href="https://community.nxp.com/space/11492"&gt;S32K&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 16:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829291#M3230</guid>
      <dc:creator>anandpalani</dc:creator>
      <dc:date>2018-06-28T16:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: S32K116_ Multiple ADC channel with SW trigger?</title>
      <link>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829292#M3231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think this was answered in this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/981427"&gt;https://community.nxp.com/message/981427&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 08:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829292#M3231</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-06-29T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32K116_ Multiple ADC channel with SW trigger?</title>
      <link>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829293#M3232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks! With the below configuration i was able to read data of 4 adc channels with back to back conversion.&lt;/P&gt;&lt;P&gt;PCC-&amp;gt;PCCn[PCC_PDB0_INDEX] |= PCC_PCCn_CGC_MASK; /* Enable bus clock in PDB0 */&lt;/P&gt;&lt;P&gt;PDB0-&amp;gt;SC |= PDB_SC_TRGSEL(0xF) | /* b1111: Software trigger is selected */&lt;BR /&gt; PDB_SC_PRESCALER(1) | /* Prescaler: 010 = sysclck/(2*MULT) = 80 / (2*1) = 8MHz */&lt;BR /&gt; PDB_SC_MULT(0) | /* 00: Multiplication factor is 1. */&lt;BR /&gt; PDB_SC_PDBEN_MASK; /* 1: PDB enabled */&lt;BR /&gt; PDB0-&amp;gt;CH[0].C1 |= PDB_C1_BB(0xe) | /* DLY[0] : pre-trigger from PDB DLY */&lt;BR /&gt; /* DLY[3:1] : back-to-back enabled */&lt;BR /&gt; PDB_C1_TOS(0x00) | /* Pretrigger Output Select: 0=bypassed , 1=enabled */&lt;BR /&gt; PDB_C1_EN(0xf); /* PDB channel's [3:0] pre-trigger enabled */&lt;BR /&gt;PDB0-&amp;gt;SC |= PDB_SC_LDOK_MASK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But i was trying to configure 8 adc channels with PDB0, looking for your help with the configuration.&lt;/P&gt;&lt;P&gt;I could see in the RM that this micro supports up to 8 configurable PDB channels for ADC hardware trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 15:01:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K116-Multiple-ADC-channel-with-SW-trigger/m-p/829293#M3232</guid>
      <dc:creator>anandpalani</dc:creator>
      <dc:date>2018-07-02T15:01:13Z</dc:date>
    </item>
  </channel>
</rss>

