<?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>S32KのトピックRe: S32k344'Rtc wake up</title>
    <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1955146#M40974</link>
    <description>&lt;DIV&gt;SysStatus_t RTCInit(void)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_TimedateType defaultTimeDate = {1970,1,1,0,0,0};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NVIC_SetPriority(RTC_IRQn,2);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_Init(0, &amp;amp;RTC_0_InitConfig_PB_BOARD_InitPeripherals);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RTCDate_t dateNow = RTCGetDate();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if( defaultTimeDate.year &amp;gt; dateNow.year &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;defaultTimeDate.month &amp;gt; dateNow.month &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;defaultTimeDate.day &amp;gt; dateNow.day)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_SetTimeDate(0,&amp;amp;defaultTimeDate);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_EnableInterrupt(0,RTC_IP_COUNTER_INTERRUPT);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_StartCounter(0);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return SYS_SUCCESS;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;I am trying to use RTC in S32K344.&lt;/DIV&gt;&lt;DIV&gt;above is my init function.&lt;/DIV&gt;&lt;DIV&gt;clock is enabled with clk src0&lt;/DIV&gt;&lt;DIV&gt;freeze mode enabled.&lt;/DIV&gt;&lt;DIV&gt;This issue is I do not see in increment in time even if the counter is ebabled.&lt;/DIV&gt;</description>
    <pubDate>Mon, 16 Sep 2024 11:01:15 GMT</pubDate>
    <dc:creator>AbdNxp</dc:creator>
    <dc:date>2024-09-16T11:01:15Z</dc:date>
    <item>
      <title>S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1318132#M11543</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have tested the S32k344's Rtc wake up.And i find&amp;nbsp;only set to 1S to wake up,other can not.Could you help me?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:40:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1318132#M11543</guid>
      <dc:creator>luyq</dc:creator>
      <dc:date>2021-08-04T12:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1319451#M11566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;luyq,&lt;/P&gt;
&lt;P&gt;If you configure&amp;nbsp;&lt;STRONG&gt;RTCVAL&lt;/STRONG&gt; to 1s, then you may need to modify&amp;nbsp;&lt;STRONG&gt;APIVAL&lt;/STRONG&gt; and use &lt;STRONG&gt;RTC API wakeup&lt;/STRONG&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>Fri, 06 Aug 2021 04:37:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1319451#M11566</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-08-06T04:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1319500#M11567</link>
      <description>&lt;P&gt;I originally used APIVAL,but it doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 06:01:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1319500#M11567</guid>
      <dc:creator>luyq</dc:creator>
      <dc:date>2021-08-06T06:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1320257#M11592</link>
      <description>&lt;P&gt;Hi Lu,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the attached S32K3 standby RTC wakeup demo Build on S32K3EVB and S32K344-WB with RTD LLD 0.9.0 and S32DS3.4.&amp;nbsp; In this example, it was set to 5s wakeup&amp;nbsp;period by RTC instead of API. For more details please see the readme.txt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes.&lt;/P&gt;
&lt;P&gt;Jeremy He&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 06:33:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1320257#M11592</guid>
      <dc:creator>Jeremy_He</dc:creator>
      <dc:date>2021-08-11T06:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1320276#M11593</link>
      <description>&lt;P&gt;Ok,thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 10:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1320276#M11593</guid>
      <dc:creator>luyq</dc:creator>
      <dc:date>2021-08-09T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up - why?</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1510584#M17277</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1260784871_0-1661318411008.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191071iBD3F5E8815278EBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1260784871_0-1661318411008.png" alt="1260784871_0-1661318411008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 05:20:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1510584#M17277</guid>
      <dc:creator>1260784871</dc:creator>
      <dc:date>2022-08-24T05:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1621425#M21587</link>
      <description>Hello, there is a routine to wake up S32K344 by GPIO, using EB tool configuration routine</description>
      <pubDate>Fri, 24 Mar 2023 06:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1621425#M21587</guid>
      <dc:creator>WXM</dc:creator>
      <dc:date>2023-03-24T06:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1713984#M26619</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Do you have example using RTD MCAL ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 10:49:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1713984#M26619</guid>
      <dc:creator>GiangHM</dc:creator>
      <dc:date>2023-08-30T10:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1714496#M26632</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Please refer to the attachment project configured by EB tresos and RTD2.0.0 version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 00:40:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1714496#M26632</guid>
      <dc:creator>Jeremy_He</dc:creator>
      <dc:date>2023-08-31T00:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1714607#M26641</link>
      <description>&lt;P&gt;I am using S32DS tool to config. Do you have other&amp;nbsp; project using both mcal and S32DS tool?&amp;nbsp; I want to open config file to see configuration of MCU module.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 03:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1714607#M26641</guid>
      <dc:creator>GiangHM</dc:creator>
      <dc:date>2023-08-31T03:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1714793#M26655</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean config MCAL with S32CT(RTD High Level Driver)? Currently we don't have this, may add it in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1714793#M26655</guid>
      <dc:creator>Jeremy_He</dc:creator>
      <dc:date>2023-08-31T07:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1955146#M40974</link>
      <description>&lt;DIV&gt;SysStatus_t RTCInit(void)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_TimedateType defaultTimeDate = {1970,1,1,0,0,0};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NVIC_SetPriority(RTC_IRQn,2);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_Init(0, &amp;amp;RTC_0_InitConfig_PB_BOARD_InitPeripherals);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RTCDate_t dateNow = RTCGetDate();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if( defaultTimeDate.year &amp;gt; dateNow.year &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;defaultTimeDate.month &amp;gt; dateNow.month &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;defaultTimeDate.day &amp;gt; dateNow.day)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_SetTimeDate(0,&amp;amp;defaultTimeDate);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_EnableInterrupt(0,RTC_IP_COUNTER_INTERRUPT);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rtc_Ip_StartCounter(0);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return SYS_SUCCESS;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;I am trying to use RTC in S32K344.&lt;/DIV&gt;&lt;DIV&gt;above is my init function.&lt;/DIV&gt;&lt;DIV&gt;clock is enabled with clk src0&lt;/DIV&gt;&lt;DIV&gt;freeze mode enabled.&lt;/DIV&gt;&lt;DIV&gt;This issue is I do not see in increment in time even if the counter is ebabled.&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:01:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1955146#M40974</guid>
      <dc:creator>AbdNxp</dc:creator>
      <dc:date>2024-09-16T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344'Rtc wake up</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1975992#M42209</link>
      <description>Hi, what is the RTC wakeup time for this mcal project? Is there a corresponding S32DS project I can refer to?</description>
      <pubDate>Thu, 17 Oct 2024 10:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-Rtc-wake-up/m-p/1975992#M42209</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2024-10-17T10:18:45Z</dc:date>
    </item>
  </channel>
</rss>

