<?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のトピックConfused with K60 ADC</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166847#M1005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new to Freescale 32-bit architecture. I am reading the document K60P144M150SF3RM Rev 2 Dec 2011, and get very confused with the ADC configuration in the K60 chips, hope someone can clarify it to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I understand there are 4 ADCs, 4 Differential and 24 Single-Ended channels, I am confused with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. the term "interleaved" in the document. Does it mean "mutually exclusive" or "multiplexed"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. the relationship between the pins (ADCx_SEn, ADCx_DPMn), and the channels (ADCx_ADn). I don't find any detailed block diagram illustrating the interconnection of these. For instance, I am confused:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (a) if ADC0_SE11 and ADC1_SE11 are connected internally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (b) why are there multiplexed channels such as ADC0_SE7A and ADC0_SE7B? The MQX library does not seem to multiplex it at runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. the built-in temperature sensor. Do I have to physically assign a pin to it? My guess is no, but I need verification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 May 2012 11:25:32 GMT</pubDate>
    <dc:creator>keithtang</dc:creator>
    <dc:date>2012-05-27T11:25:32Z</dc:date>
    <item>
      <title>Confused with K60 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166847#M1005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new to Freescale 32-bit architecture. I am reading the document K60P144M150SF3RM Rev 2 Dec 2011, and get very confused with the ADC configuration in the K60 chips, hope someone can clarify it to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I understand there are 4 ADCs, 4 Differential and 24 Single-Ended channels, I am confused with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. the term "interleaved" in the document. Does it mean "mutually exclusive" or "multiplexed"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. the relationship between the pins (ADCx_SEn, ADCx_DPMn), and the channels (ADCx_ADn). I don't find any detailed block diagram illustrating the interconnection of these. For instance, I am confused:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (a) if ADC0_SE11 and ADC1_SE11 are connected internally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (b) why are there multiplexed channels such as ADC0_SE7A and ADC0_SE7B? The MQX library does not seem to multiplex it at runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. the built-in temperature sensor. Do I have to physically assign a pin to it? My guess is no, but I need verification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 11:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166847#M1005</guid>
      <dc:creator>keithtang</dc:creator>
      <dc:date>2012-05-27T11:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Confused with K60 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166848#M1006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I don't know what exactly interleaved means but SW controls the ADC input actually used so I would suggest interpreting it as either/or. Maybe both ADC0 and ADC1 can use the same input at the same time (same signal of source) but I don't think that there would be reasons to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;(a) ADC0 and ADC1 are different AD converters and so their pins are unique. ADC0_SE11 and ADC1_SE11 are different pins and not connected internally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(b) Some ADC channels can be connected to two different physical pins, controlled by the ADCx_CFG2[MUXSEL] bits. When the software doesn't specifically control this the default (a) pin will be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;The internal temperature channel is a dedicated internal one and is not connected to any external pin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 16:46:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166848#M1006</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2012-05-28T16:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Confused with K60 ADC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166849#M1007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RE - Interleaved:&lt;/P&gt;&lt;P&gt;It is possible for two ADC channels to sample the same input signal on certain pins.(channels).&lt;/P&gt;&lt;P&gt;This COULD be useful to achieve a higher sample rate than a single channel would be able to attain. The timing of the start of conversion can be controlled using the precision time delay block, so a second channel can start conversion when the first channel is 50% done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not certain of the complexity on handling the data after it is converted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an unusual use-case, but I have heard of people considering it to try to achieve faster than 1MSPS sampling using the K60.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 20:22:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Confused-with-K60-ADC/m-p/166849#M1007</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2012-05-28T20:22:01Z</dc:date>
    </item>
  </channel>
</rss>

