<?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のトピックRe: HOW TO USE ADC</title>
    <link>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667380#M691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,support team,now i want to use DMA to transfere some datas from&amp;nbsp;Peripherals ADC0 to memory.but i don't use PDB.&lt;/P&gt;&lt;P&gt;I use a certain sample frequency to sample about 50 datas, then &amp;nbsp;using DMA to transfere data to memory, I use sdk to complete, but found that data can not be &lt;SPAN&gt;transferred&lt;/SPAN&gt;&amp;nbsp;to memory, how should I do? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2017 03:07:41 GMT</pubDate>
    <dc:creator>letseatorange</dc:creator>
    <dc:date>2017-08-22T03:07:41Z</dc:date>
    <item>
      <title>HOW TO USE ADC</title>
      <link>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667376#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use one &amp;nbsp;AD channel,like ad13 ,contine to collect 100 data, how should i deal with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 00:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667376#M687</guid>
      <dc:creator>letseatorange</dc:creator>
      <dc:date>2017-05-31T00:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE ADC</title>
      <link>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667377#M688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is an example code in Design Studio for ADC you can refer to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Wed, 31 May 2017 08:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667377#M688</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-05-31T08:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE ADC</title>
      <link>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667378#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's only can get one value ,how can i continue to get more valeu ,and then store in an array。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 08:59:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667378#M689</guid>
      <dc:creator>letseatorange</dc:creator>
      <dc:date>2017-05-31T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE ADC</title>
      <link>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667379#M690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can enable continuous conversion in ADC_SC3[ADCO] register. Then a new conversion will be automatically triggered on completion of the previous one on the same channel (or configuration) until it is aborted (see 38.5.4.3 Aborting conversions). When each conversion is done, ADC interrupt can be triggered, so you can collect data in the interrupt handler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To reduce load of the CPU, the conversion can be initiated with hardware trigger through PDB or TRGMUX. Also, the ADC can trigger a DMA request on conversion completion.&lt;/P&gt;&lt;P&gt;There is an example code &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-333054"&gt;Example S32K144 PDB ADC trigger DMA ISR S32DS&lt;/A&gt;, which can help. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Thu, 01 Jun 2017 16:36:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667379#M690</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-06-01T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO USE ADC</title>
      <link>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667380#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,support team,now i want to use DMA to transfere some datas from&amp;nbsp;Peripherals ADC0 to memory.but i don't use PDB.&lt;/P&gt;&lt;P&gt;I use a certain sample frequency to sample about 50 datas, then &amp;nbsp;using DMA to transfere data to memory, I use sdk to complete, but found that data can not be &lt;SPAN&gt;transferred&lt;/SPAN&gt;&amp;nbsp;to memory, how should I do? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 03:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HOW-TO-USE-ADC/m-p/667380#M691</guid>
      <dc:creator>letseatorange</dc:creator>
      <dc:date>2017-08-22T03:07:41Z</dc:date>
    </item>
  </channel>
</rss>

