<?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 Re: KV11z-DAC Output Enable in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494813#M63628</link>
    <description>&lt;P&gt;Also, I want you to ask how can I control the change of the voltage with interrupt timer ?&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 12:03:00 GMT</pubDate>
    <dc:creator>CMooN</dc:creator>
    <dc:date>2022-07-25T12:03:00Z</dc:date>
    <item>
      <title>KV11z-DAC Output Enable</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494497#M63622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can someone please help me about how to enable DAC output of KV11z ? I am using dac_basic from SDK. Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 05:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494497#M63622</guid>
      <dc:creator>CMooN</dc:creator>
      <dc:date>2022-07-25T05:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: KV11z-DAC Output Enable</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494701#M63624</link>
      <description>&lt;P&gt;Hi&amp;nbsp;CMooN,&lt;/P&gt;
&lt;P&gt;Did you follow the readme.txt of&amp;nbsp;&lt;SPAN&gt;dac_basic&amp;nbsp;example? Please input the&amp;nbsp;value from terminal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dac_basic.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187679i141299E2FB50D0BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="dac_basic.png" alt="dac_basic.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 09:36:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494701#M63624</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-07-25T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: KV11z-DAC Output Enable</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494750#M63626</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;Thanks for your answer. Can you also inform me about the buffer ? I do not understand about why we use buffer and what is the function of the buffer ? Also, I do not understant what is the function of the following code ?&lt;/P&gt;&lt;P&gt;void DAC_SetBufferValue(DAC_Type *base, uint8_t index, uint16_t value)&lt;BR /&gt;{&lt;BR /&gt;assert(index &amp;lt; DAC_DATL_COUNT);&lt;/P&gt;&lt;P&gt;base-&amp;gt;DAT[index].DATL = (uint8_t)(0xFFU &amp;amp; value); /* Low 8-bit. */&lt;BR /&gt;base-&amp;gt;DAT[index].DATH = (uint8_t)((0xF00U &amp;amp; value) &amp;gt;&amp;gt; 8); /* High 4-bit. */&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 10:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494750#M63626</guid>
      <dc:creator>CMooN</dc:creator>
      <dc:date>2022-07-25T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: KV11z-DAC Output Enable</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494813#M63628</link>
      <description>&lt;P&gt;Also, I want you to ask how can I control the change of the voltage with interrupt timer ?&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 12:03:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494813#M63628</guid>
      <dc:creator>CMooN</dc:creator>
      <dc:date>2022-07-25T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: KV11z-DAC Output Enable</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494914#M63632</link>
      <description>&lt;P&gt;Please read the relevant chapter of the&amp;nbsp;&lt;A id="relatedDocsClickPDF_1" class="dtmcustomrulelink" href="https://www.nxp.com/webapp/Download?colCode=KV11P64M75RM" target="_blank" rel="noopener" data-dtmaction="Design Resources Section - Documentation - Results Link Click" data-dtmsubaction="Kinetis KV11: 75 MHz Arm Cortex-M0+ 64/128 KB Flash (32-64 pin) - NXP - Reference Manual - English"&gt;&lt;SPAN&gt;Kinetis KV11: 75 MHz Arm Cortex-M0+ 64/128 KB Flash (32-64 pin)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DAC data buffer.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187729iA78BE8F8EE61B70A/image-size/large?v=v2&amp;amp;px=999" role="button" title="DAC data buffer.png" alt="DAC data buffer.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is description about&amp;nbsp;DAC_SetBufferValue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DAC_SetBufferValue.png" style="width: 902px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187730iEC0A0D45D0084399/image-size/large?v=v2&amp;amp;px=999" role="button" title="DAC_SetBufferValue.png" alt="DAC_SetBufferValue.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to the other two examples in the SDK:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dac examples.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187731i947DD88542D73CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="dac examples.png" alt="dac examples.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV11z-DAC-Output-Enable/m-p/1494914#M63632</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-07-25T15:12:09Z</dc:date>
    </item>
  </channel>
</rss>

