<?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: I want to trigger the DAC module through of RTC in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768868#M46783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;figure 1&lt;span class="lia-inline-image-display-wrapper" image-alt="figure 1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46579iD0393C233DDCEB2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="figure 1.png" alt="figure 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure 2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="figure 2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46126iE9E8F28B1D855C93/image-size/large?v=v2&amp;amp;px=999" role="button" title="figure 2.png" alt="figure 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="figure 3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46398iE663CB0C65FB68BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="figure 3.png" alt="figure 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 15:06:59 GMT</pubDate>
    <dc:creator>felipevilaca</dc:creator>
    <dc:date>2018-05-02T15:06:59Z</dc:date>
    <item>
      <title>I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768863#M46778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to trigger the DAC module through of RTC 1 hz clock hardware signal and shoot a DMA transfer. How do I configure the registers? My device is the MK64FN1M0VLL12.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 12:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768863#M46778</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-04-25T12:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768864#M46779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RTC doesn't supply any DMA trigger internally so you may need to use the RTC interrupt to trigger the DAC output (which is possibly not a problem since it occurs only once a second).&lt;BR /&gt;If you do absolutely need to do it via DMA you can generate a 1Hz RTC clock output signal and connect it to a GPIO pin DMA trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 17:37:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768864#M46779</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-04-25T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768865#M46780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mark, thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I need to do it via DMA, but I can't connect it to a GPIO pin, because I am already using all RTC_OUT pins to another purpose.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think to use PDB module to trigger the DAC and the DAC trigger the DMA, but&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;How do I configure the registers? Other problem, I am already using the PDB modulo to trigger my ADCs and I need to share this module. Changing the PDB registers as little as possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 17:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768865#M46780</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-04-26T17:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768866#M46781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need to use the RTC why not use a PIT of a FlexTimer? There are various DMAMUX tiggers from these.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 21:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768866#M46781</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-04-26T21:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768867#M46782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When my circuit is on, I have a OSCILATOR 50MHz Abracon - ASVMB-50.000MHZ-LY-T with +- 10 ppm (-40°C to +85°C), this consums 20 mA.&lt;/P&gt;&lt;P&gt;When my circuit is off, I have a CRYSTAL ABS25-32.768KHZ-T-Abracon with +- 180 ppm (-40°C to +85°C) this consums ~ 2 nA and I need to keep the watch several days. But I need to acuracy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already saw the "AN4949" but I don't like of this type of compensation. because I need more accuracy. My OSCILATOR typicaly stay about +-3ppm and if I measure the RTC_CLKOUT period signal about ~ 30seconds. I can compensate the "MK64FN1M0VLL12 internal RTC" through of CIR and TCR register having a feedback. see the figure 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I configure the CIR register with 29, varying the TCR I compensate the Crystal erro about 1pp per TCR. see the figure 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday, I implement the algorithm with your suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If you do absolutely need to do it via DMA you can generate a 1Hz RTC clock output signal and connect it to a GPIO pin DMA trigger."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It achived the target see the figure 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But I don't want to use the pin, do you know another form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768867#M46782</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-04-27T20:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768868#M46783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;figure 1&lt;span class="lia-inline-image-display-wrapper" image-alt="figure 1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46579iD0393C233DDCEB2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="figure 1.png" alt="figure 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure 2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="figure 2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46126iE9E8F28B1D855C93/image-size/large?v=v2&amp;amp;px=999" role="button" title="figure 2.png" alt="figure 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="figure 3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46398iE663CB0C65FB68BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="figure 3.png" alt="figure 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 15:06:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768868#M46783</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-05-02T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768869#M46784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Hi Mark&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But I don't want to use the pin, do you know another form?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Felipe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 16:50:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768869#M46784</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-05-07T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768870#M46785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #51626f; font-weight: inherit; font-size: 14px;"&gt;Hi Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;But I don't want to use the pin, do you know another form?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;Felipe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 16:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768870#M46785</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-05-07T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768871#M46786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RTC_CLKOUT is not connected anywhere internally and so I don't know of another technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 20:22:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768871#M46786</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-05-07T20:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to trigger the DAC module through of RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768872#M46787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Mark,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Felipe Vilaça&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-want-to-trigger-the-DAC-module-through-of-RTC/m-p/768872#M46787</guid>
      <dc:creator>felipevilaca</dc:creator>
      <dc:date>2018-05-08T15:13:10Z</dc:date>
    </item>
  </channel>
</rss>

