<?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>Kinetis MicrocontrollersのトピックRe: ADC mux on K20</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229123#M4768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kinetis ADC module can only do a channel conversion at one time, not multiple channels simultaneously.&lt;/P&gt;&lt;P&gt;There is an application note AN4590 about using DMA to Emulate ADC Flexible Scan Mode on Kinetis K Series.&lt;/P&gt;&lt;P&gt;More detailed info, please check below link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4590.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4590.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4590SW.zip"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4590SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 05:54:17 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2013-11-27T05:54:17Z</dc:date>
    <item>
      <title>ADC mux on K20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229121#M4766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a K20DX512 device configured and reading accurately from ADC0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would like to read multiple channels at once, or a group of channels (i.e. x4) and interupt only when the four ADCs have succesful conversions in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing this is done by assigning the required ADC channels to a ADC MUX function? I am struggling to source much documentation on this, the data sheet seems only to refer to the MUXSEL bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody point me in the direction of assigning a channel 'set' to a ADC MUX mapping and how to configure for this process. Any links to documentation, etc would be gerat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 15:04:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229121#M4766</guid>
      <dc:creator>kevinmc</dc:creator>
      <dc:date>2013-11-26T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: ADC mux on K20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229122#M4767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think my understanding of the MUXSEL bit&amp;nbsp; is incorrect, correct operation and usage is covered here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/302410"&gt;ADC on FRDM problem.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can write something to sequence the ADC measurements, however it would be nice to set away multiple conversions at the same time - if anyone has info on initiating this please give me a heads-up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 21:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229122#M4767</guid>
      <dc:creator>kevinmc</dc:creator>
      <dc:date>2013-11-26T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: ADC mux on K20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229123#M4768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kinetis ADC module can only do a channel conversion at one time, not multiple channels simultaneously.&lt;/P&gt;&lt;P&gt;There is an application note AN4590 about using DMA to Emulate ADC Flexible Scan Mode on Kinetis K Series.&lt;/P&gt;&lt;P&gt;More detailed info, please check below link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4590.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4590.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4590SW.zip"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4590SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 05:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-mux-on-K20/m-p/229123#M4768</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-11-27T05:54:17Z</dc:date>
    </item>
  </channel>
</rss>

