<?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: SNVS_HP RTC and SNVS_LP SRTC in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/943502#M1674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;The SNVS_HP provides an interface between SNVS_LP and the rest of the system. Without SNVS_HP, SNVS_LP can't be touched. &lt;/P&gt;&lt;P&gt;If the uninterrupt power is lost or when LP power is connected to HP/main chip power and dispense with a coin cell battery, SNVS_LP need to be initialized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2019 10:26:12 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2019-09-19T10:26:12Z</dc:date>
    <item>
      <title>SNVS_HP RTC and SNVS_LP SRTC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/943501#M1673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a user guide for the RTC and SRTC features available through SNVS_HP and SNVS_LP? I'm confused because the MCUXpresso SDK API Reference says&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;there is no way to access the SNVS_LP registers except through the SNVS_HP&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and ConfigTools Peripherals only allows configuration of SNVS_HP. However, the same document lists both SNVS_HP_RTC_SetDateTime/&lt;SPAN&gt;SNVS_HP_RTC_GetDateTime and&amp;nbsp;SNVS_LP_SRTC_SetDateTime/&lt;SPAN&gt;SNVS_LP_SRTC_GetDateTime functions. Since SNVS_LP is always powered up, why does it even hand an Init function? Can I use SNVS_LP exclusively? When should I use SNVS_HP? I appreciate the flexibility, but some guidance is needed, and the SDK API Reference doesn't offer any. I have looked at the example code it illiustrates setting the SRTC and reading the RTC. If all I need is the ability to occasionally&amp;nbsp;get a timestamp and set the time from a time server, is that I need to do?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 18:35:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/943501#M1673</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2019-09-18T18:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNVS_HP RTC and SNVS_LP SRTC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/943502#M1674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;The SNVS_HP provides an interface between SNVS_LP and the rest of the system. Without SNVS_HP, SNVS_LP can't be touched. &lt;/P&gt;&lt;P&gt;If the uninterrupt power is lost or when LP power is connected to HP/main chip power and dispense with a coin cell battery, SNVS_LP need to be initialized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 10:26:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/943502#M1674</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-09-19T10:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: SNVS_HP RTC and SNVS_LP SRTC</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/1628385#M4277</link>
      <description>&lt;P&gt;I still don't understand the real difference between using SNVS_HP_RTC and the SNVS_LP_SRTC, the doccumentaion of the MCUXpresso SDK isn't clear and the reference manual (i.MX RT1160) neither.&lt;/P&gt;&lt;P&gt;I want to use the clock that will be backed-up by a coin cell battery, so can I use just the SNVS_LP_SRTC (because its date will remain stored on the SNVS_LP registers)? Or is it mandatory to use the SNVS_HP_RTC and sync it up with the SNVS_LP_RTC after power up?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 16:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/SNVS-HP-RTC-and-SNVS-LP-SRTC/m-p/1628385#M4277</guid>
      <dc:creator>enricorocheti_</dc:creator>
      <dc:date>2023-04-05T16:36:10Z</dc:date>
    </item>
  </channel>
</rss>

