<?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中的主题 Internal RTC for K3 Controller</title>
    <link>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1864264#M35276</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp;, I am working on the internal RTC in the K322 controller, but I am unable to see the date and time values increasing. Could you kindly give any example code for the K3 RTC? I have seen that there isn't RTC for the K3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prasanth_C_0-1715601396698.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278459i61F690CE60FAB3E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prasanth_C_0-1715601396698.png" alt="Prasanth_C_0-1715601396698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while get time and date, i got same value which i have configured through RTC. configured value not got incremented.(ex. seconds i set as 10S but while reading seconds value was not incrementing).&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 12:01:34 GMT</pubDate>
    <dc:creator>Prasanth_C</dc:creator>
    <dc:date>2024-05-13T12:01:34Z</dc:date>
    <item>
      <title>Internal RTC for K3 Controller</title>
      <link>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1864264#M35276</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp;, I am working on the internal RTC in the K322 controller, but I am unable to see the date and time values increasing. Could you kindly give any example code for the K3 RTC? I have seen that there isn't RTC for the K3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prasanth_C_0-1715601396698.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278459i61F690CE60FAB3E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prasanth_C_0-1715601396698.png" alt="Prasanth_C_0-1715601396698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while get time and date, i got same value which i have configured through RTC. configured value not got incremented.(ex. seconds i set as 10S but while reading seconds value was not incrementing).&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 12:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1864264#M35276</guid>
      <dc:creator>Prasanth_C</dc:creator>
      <dc:date>2024-05-13T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Internal RTC for K3 Controller</title>
      <link>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1866538#M35424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228037"&gt;@Prasanth_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share your configurations? Which RTD version are you using?&lt;/P&gt;
&lt;P&gt;Also, reviewing your code I saw that you do not call&amp;nbsp;IntCtrl_Ip_EnableIrq(RTC_IRQn) to set the RTC 0 interrupt, try calling Rtc_Ip_EnableInterrupt() before starting the timer, and instead of using Rtc_Ip_StartTimer() use Rtc_Ip_StartCounter().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 19:30:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1866538#M35424</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-05-15T19:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal RTC for K3 Controller</title>
      <link>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1866762#M35440</link>
      <description>&lt;P&gt;Hey, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt; Thank you for your response. I've figured out how to address this. In simple terms, I didn't modify the RTC clock source in your RTC API, it was set to 0 by default. I changed this clock source to 1 by altering the Init structure, and now that it's working,&amp;nbsp;could you kindly fix the RTC channel clock source issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prasanth_C_0-1715833803421.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279033iB799E2A58A01F92A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prasanth_C_0-1715833803421.png" alt="Prasanth_C_0-1715833803421.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i have attached image for your reference.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 04:31:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1866762#M35440</guid>
      <dc:creator>Prasanth_C</dc:creator>
      <dc:date>2024-05-16T04:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal RTC for K3 Controller</title>
      <link>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1867514#M35489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228037"&gt;@Prasanth_C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Rtc Channel Clock Source can be changed in the clock tool by modifying the RTC MUX.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1715900993821.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279220i7437DD7F8CF60BC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1715900993821.png" alt="VaneB_0-1715900993821.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 23:10:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Internal-RTC-for-K3-Controller/m-p/1867514#M35489</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-05-16T23:10:05Z</dc:date>
    </item>
  </channel>
</rss>

