<?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のトピックKinets MKL05Z32 DAC and ADC Config</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinets-MKL05Z32-DAC-and-ADC-Config/m-p/708734#M43481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm trying to maximize the sensitivity of the ADC&amp;nbsp;using a &amp;nbsp;specific range of reading, between Vrefl and Vrefh,&amp;nbsp;and make this range output full VSS-VDD in the DAC, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Signal Range = 1V — 1.5V&lt;/P&gt;&lt;P&gt;Vrefl = 1V&lt;/P&gt;&lt;P&gt;Vrefh = 1.5V&lt;/P&gt;&lt;P&gt;Reading expected:&lt;/P&gt;&lt;P&gt;(Input) = (Reading)&lt;/P&gt;&lt;P&gt;0V&amp;nbsp;&amp;nbsp;— 1V = 0x0 (Saturated Region)&lt;/P&gt;&lt;P&gt;1V — 1.5V = 0x0 — 0xFFF (Usefull Region)&lt;/P&gt;&lt;P&gt;1.5V — 3.3V = 0xFFF (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output Expected&lt;/P&gt;&lt;P&gt;(Input) = (Output)&lt;/P&gt;&lt;P&gt;0V&amp;nbsp; — 1V =&amp;nbsp;0V (Saturated Region)&lt;/P&gt;&lt;P&gt;1V — 1.5V =&amp;nbsp;0V&amp;nbsp;— 3.3V (Usefull Region)&lt;/P&gt;&lt;P&gt;1.5V — 3.3V =&amp;nbsp;3.3V (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vrefl and Vrefh&amp;nbsp;should be&amp;nbsp;standard references for ADC, for full output i made DACx_C0[DACRFS] = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i got was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading:&lt;/P&gt;&lt;P&gt;0V — 0.5V =&amp;nbsp; 0x0 — 0xFFF (Usefull Region)&lt;/P&gt;&lt;P&gt;0.5V — 3.3V = 0XFFF (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;0V — 0.5V =&amp;nbsp; 0V&amp;nbsp;— 3.3V (Usefull Region)&lt;/P&gt;&lt;P&gt;0.5V — 3.3V =&amp;nbsp;3.3V (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the ouput was ok, could make full range, but couldn't make the reading in the range expected,&amp;nbsp;the range&amp;nbsp;was like VSS — (Vrefh-Vrefl) = 0V — 0.5V = 0x0 — 0XFFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the low reference for ADC&amp;nbsp;will be Always VSS , can someone confirm this?&lt;/P&gt;&lt;P&gt;Why the high reference for conversion seens to be (Vrefh&amp;nbsp;- Vrefl)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 18:25:35 GMT</pubDate>
    <dc:creator>rodrigovernini</dc:creator>
    <dc:date>2017-09-20T18:25:35Z</dc:date>
    <item>
      <title>Kinets MKL05Z32 DAC and ADC Config</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinets-MKL05Z32-DAC-and-ADC-Config/m-p/708734#M43481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm trying to maximize the sensitivity of the ADC&amp;nbsp;using a &amp;nbsp;specific range of reading, between Vrefl and Vrefh,&amp;nbsp;and make this range output full VSS-VDD in the DAC, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Signal Range = 1V — 1.5V&lt;/P&gt;&lt;P&gt;Vrefl = 1V&lt;/P&gt;&lt;P&gt;Vrefh = 1.5V&lt;/P&gt;&lt;P&gt;Reading expected:&lt;/P&gt;&lt;P&gt;(Input) = (Reading)&lt;/P&gt;&lt;P&gt;0V&amp;nbsp;&amp;nbsp;— 1V = 0x0 (Saturated Region)&lt;/P&gt;&lt;P&gt;1V — 1.5V = 0x0 — 0xFFF (Usefull Region)&lt;/P&gt;&lt;P&gt;1.5V — 3.3V = 0xFFF (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output Expected&lt;/P&gt;&lt;P&gt;(Input) = (Output)&lt;/P&gt;&lt;P&gt;0V&amp;nbsp; — 1V =&amp;nbsp;0V (Saturated Region)&lt;/P&gt;&lt;P&gt;1V — 1.5V =&amp;nbsp;0V&amp;nbsp;— 3.3V (Usefull Region)&lt;/P&gt;&lt;P&gt;1.5V — 3.3V =&amp;nbsp;3.3V (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vrefl and Vrefh&amp;nbsp;should be&amp;nbsp;standard references for ADC, for full output i made DACx_C0[DACRFS] = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i got was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading:&lt;/P&gt;&lt;P&gt;0V — 0.5V =&amp;nbsp; 0x0 — 0xFFF (Usefull Region)&lt;/P&gt;&lt;P&gt;0.5V — 3.3V = 0XFFF (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;0V — 0.5V =&amp;nbsp; 0V&amp;nbsp;— 3.3V (Usefull Region)&lt;/P&gt;&lt;P&gt;0.5V — 3.3V =&amp;nbsp;3.3V (Saturated Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the ouput was ok, could make full range, but couldn't make the reading in the range expected,&amp;nbsp;the range&amp;nbsp;was like VSS — (Vrefh-Vrefl) = 0V — 0.5V = 0x0 — 0XFFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the low reference for ADC&amp;nbsp;will be Always VSS , can someone confirm this?&lt;/P&gt;&lt;P&gt;Why the high reference for conversion seens to be (Vrefh&amp;nbsp;- Vrefl)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 18:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinets-MKL05Z32-DAC-and-ADC-Config/m-p/708734#M43481</guid>
      <dc:creator>rodrigovernini</dc:creator>
      <dc:date>2017-09-20T18:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kinets MKL05Z32 DAC and ADC Config</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinets-MKL05Z32-DAC-and-ADC-Config/m-p/708735#M43482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://www.nxp.com/docs/en/data-sheet/KL05P48M48SF1.pdf"&gt;KL05 datasheet&lt;/A&gt; ADC module operating conditions with below requirements of VREFL and VREFH:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32171iA54A902C12F2E466/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;VREFL is fixed to VSSA.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 07:32:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinets-MKL05Z32-DAC-and-ADC-Config/m-p/708735#M43482</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-09-21T07:32:25Z</dc:date>
    </item>
  </channel>
</rss>

