<?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: Kinetis DAC hardware triggering</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678234#M41765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Phil,&lt;/P&gt;&lt;P&gt;Based on your requirement, I developed an example with TWR-KV31F120M without SDK, it works fine, I&amp;nbsp; update the DAC value in PDB delay interrupt routine.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jun 2017 08:05:03 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2017-06-27T08:05:03Z</dc:date>
    <item>
      <title>Kinetis DAC hardware triggering</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678232#M41763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having issues getting the DAC to work via hardware triggering using the PDB. &amp;nbsp;I'm using the MKV31F512. &amp;nbsp;I've had the DAC running fine using software triggering, but get no output on the DAC trying to trigger via hardware using the PDB output with PIT0 trigger input to the PDB using PDB interval trigger 0. &amp;nbsp;In the debugger the PDB0 peripheral register does not populate, making it difficult to see what's going on. &amp;nbsp;Any insight would be appreciated. &amp;nbsp;Code is attached.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337424"&gt;main.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 14:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678232#M41763</guid>
      <dc:creator>philwoods</dc:creator>
      <dc:date>2017-06-07T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis DAC hardware triggering</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678233#M41764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil Woods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/385947"&gt;Using PIT channel 0 as a PDB trigger input source&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some recommendations for PIT as PDB trigger. I saw in your code that you have enable continuous mode in PDB, when PIT trigger PDB, PDB will trigger DAC according to PDB INT count. Do you need to synchronize the your PDB with PIT, or why do you need to use PIT in your application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also recommend you to check the following post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/452123"&gt;K22F DAC trigger documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/99670"&gt;PIT, PDB to trigger DAC&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They could help you in your final application and understanding PDB module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 20:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678233#M41764</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2017-06-20T20:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis DAC hardware triggering</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678234#M41765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Phil,&lt;/P&gt;&lt;P&gt;Based on your requirement, I developed an example with TWR-KV31F120M without SDK, it works fine, I&amp;nbsp; update the DAC value in PDB delay interrupt routine.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 08:05:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-DAC-hardware-triggering/m-p/678234#M41765</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-06-27T08:05:03Z</dc:date>
    </item>
  </channel>
</rss>

