<?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 ADC problem in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-problem/m-p/439326#M2738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm working with kinetis KV31F256 and i want to convert 7 analog channels using ADC modules the problem that i want the whole 7 conversions to start after ADC is triggered by a PDB trigger which is in his turn synchronised by FTM0 initialization trigger delayed by PDB . So the problem is that i don't want the 7 conversion to start one by one every PDB trigger i want a single PDB trigger to start the whole 7 conversions periodically.&lt;/P&gt;&lt;P&gt;Can someone help me please.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 09:16:29 GMT</pubDate>
    <dc:creator>benelghali</dc:creator>
    <dc:date>2015-07-23T09:16:29Z</dc:date>
    <item>
      <title>ADC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-problem/m-p/439326#M2738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm working with kinetis KV31F256 and i want to convert 7 analog channels using ADC modules the problem that i want the whole 7 conversions to start after ADC is triggered by a PDB trigger which is in his turn synchronised by FTM0 initialization trigger delayed by PDB . So the problem is that i don't want the 7 conversion to start one by one every PDB trigger i want a single PDB trigger to start the whole 7 conversions periodically.&lt;/P&gt;&lt;P&gt;Can someone help me please.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 09:16:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-problem/m-p/439326#M2738</guid>
      <dc:creator>benelghali</dc:creator>
      <dc:date>2015-07-23T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: ADC problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-problem/m-p/439327#M2739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Bilel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use FTM module to trigger PDB and PDB trigger ADC after a programmable delay. From your description, you want to sample 7 channels for one FTM triggering event, I think it is impossible.&lt;/P&gt;&lt;P&gt;I suppose that once FTM triggering event can sample at most 4 ADC channels. This is the solution, for KV31, there are two ADC modules:ADC0 and ADC1 module, one PDB module. each ADC module supports Ping-Pong mode, for example, for ADC0 module, there are two ADC Status and Control Registers:ADC0_SC1A and ADC0_SC1B. The ADC0_SC1A can specifies one ADC0 analog channel, the ADC0_SC1B can specifies another ADC0 channels. The ADC1 module has two ADC Status and Control Registers:ADC1_SC1A and ADC1_SC1B. &lt;/P&gt;&lt;P&gt;The PDBCH0DLY0 can trigger the analog channel specified by ADC0_SC1A, the PDBCH0DLY1 can trigger the analog channel specified by ADC0_SC1B. The PDBCH1DLY0 can trigger the analog channel specified by ADC1_SC1A, the PDBCH1DLY1 can trigger the analog channel specified by ADC1_SC1B. It is required that the time difference between PDBCH0DLY1 and PDBCH0DLY0 should be greater than one ADC conversion time.&lt;/P&gt;&lt;P&gt;The PDB supports Back-to-Back ADC conversion, but the restriction is at most 4 ADC channels.&lt;/P&gt;&lt;P&gt;In conclusion, once FTM triggering event can trigger 4 ADC samples, two ADC0 channels, two ADC1 channels.&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-problem/m-p/439327#M2739</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2015-07-23T10:16:18Z</dc:date>
    </item>
  </channel>
</rss>

